Home
last modified time | relevance | path

Searched refs:ftrace_graph_ent (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/kernel/trace/
Dfgraph.c125 struct ftrace_graph_ent trace; in function_graph_enter()
363 int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace) in ftrace_graph_entry_stub()
459 static int ftrace_graph_entry_test(struct ftrace_graph_ent *trace) in ftrace_graph_entry_test()
Dtrace_functions_graph.c98 struct ftrace_graph_ent *trace, in __trace_graph_entry()
126 int trace_graph_entry(struct ftrace_graph_ent *trace) in trace_graph_entry()
193 struct ftrace_graph_ent ent = { in __trace_graph_function()
632 struct ftrace_graph_ent *call; in print_graph_entry_leaf()
679 struct ftrace_graph_ent *call = &entry->graph_ent; in print_graph_entry_nested()
867 struct ftrace_graph_ent *call = &field->graph_ent; in print_graph_entry()
Dtrace.h643 int trace_graph_entry(struct ftrace_graph_ent *trace);
849 struct ftrace_graph_ent *trace,
859 static inline int ftrace_graph_addr(struct ftrace_graph_ent *trace) in ftrace_graph_addr()
936 static inline int ftrace_graph_addr(struct ftrace_graph_ent *trace) in ftrace_graph_addr()
951 static inline bool ftrace_graph_ignore_func(struct ftrace_graph_ent *trace) in ftrace_graph_ignore_func()
Dtrace_entries.h80 __field_struct( struct ftrace_graph_ent, graph_ent )
Dtrace_irqsoff.c178 static int irqsoff_graph_entry(struct ftrace_graph_ent *trace) in irqsoff_graph_entry()
Dtrace_sched_wakeup.c115 static int wakeup_graph_entry(struct ftrace_graph_ent *trace) in wakeup_graph_entry()
Dtrace_selftest.c765 static int trace_graph_entry_watchdog(struct ftrace_graph_ent *trace) in trace_graph_entry_watchdog()
Dftrace.c789 static int profile_graph_entry(struct ftrace_graph_ent *trace) in profile_graph_entry()
/linux-6.1.9/include/linux/
Dftrace.h986 struct ftrace_graph_ent { struct
1007 typedef int (*trace_func_graph_ent_t)(struct ftrace_graph_ent *); /* entry */ argument
1009 extern int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace);