Searched refs:__trace_graph_entry (Results 1 – 4 of 4) sorted by relevance
/kernel/trace/ |
D | trace_functions_graph.c | 97 int __trace_graph_entry(struct trace_array *tr, in __trace_graph_entry() function 178 ret = __trace_graph_entry(tr, trace, flags, pc); in trace_graph_entry() 205 __trace_graph_entry(tr, &ent, flags, pc); in __trace_graph_function()
|
D | trace_irqsoff.c | 199 ret = __trace_graph_entry(tr, trace, flags, pc); in irqsoff_graph_entry()
|
D | trace_sched_wakeup.c | 138 ret = __trace_graph_entry(tr, trace, flags, pc); in wakeup_graph_entry()
|
D | trace.h | 927 extern int __trace_graph_entry(struct trace_array *tr,
|