Searched refs:__trace_graph_entry (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/kernel/trace/ |
D | trace_functions_graph.c | 345 int __trace_graph_entry(struct trace_array *tr, in __trace_graph_entry() function 417 ret = __trace_graph_entry(tr, trace, flags, pc); in trace_graph_entry() 444 __trace_graph_entry(tr, &ent, flags, pc); in __trace_graph_function()
|
D | trace_irqsoff.c | 198 ret = __trace_graph_entry(tr, trace, flags, pc); in irqsoff_graph_entry()
|
D | trace_sched_wakeup.c | 259 ret = __trace_graph_entry(tr, trace, flags, pc); in wakeup_graph_entry()
|
D | trace.h | 835 extern int __trace_graph_entry(struct trace_array *tr,
|