Searched refs:__trace_graph_entry (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/kernel/trace/ |
D | trace_functions_graph.c | 276 int __trace_graph_entry(struct trace_array *tr, in __trace_graph_entry() function 344 ret = __trace_graph_entry(tr, trace, flags, pc); in trace_graph_entry() 379 __trace_graph_entry(tr, &ent, flags, pc); in __trace_graph_function()
|
D | trace_irqsoff.c | 189 ret = __trace_graph_entry(tr, trace, flags, pc); in irqsoff_graph_entry()
|
D | trace_sched_wakeup.c | 235 ret = __trace_graph_entry(tr, trace, flags, pc); in wakeup_graph_entry()
|
D | trace.h | 736 extern int __trace_graph_entry(struct trace_array *tr,
|