Searched refs:entryfunc (Results 1 – 7 of 7) sorted by relevance
/linux/kernel/trace/ |
H A D | fgraph.c | 336 * the entryfunc() call. If entryfunc() returns zero, the storage 337 * is discarded. An entryfunc() can only call this once per iteration. 344 * more than once for a single entryfunc() call. 386 * was stored by the fgraph_ops entryfunc() on the function entry. 392 * matching entryfunc() for the retfunc() this is called from. 538 .entryfunc = ftrace_graph_entry_stub, 694 gops->entryfunc(&trace, gops, fregs)) in function_graph_enter_regs() 1217 gops->entryfunc = ftrace_pids_enabled(op) ? in fgraph_update_pid_func() 1220 static_call_update(fgraph_func, gops->entryfunc); in fgraph_update_pid_func() [all...] |
H A D | trace_selftest.c | 912 .entryfunc = store_entry, 920 .entryfunc = store_entry, 928 .entryfunc = store_entry, 936 .entryfunc = store_entry, 1049 .entryfunc = &trace_graph_entry_watchdog,
|
H A D | trace_functions_graph.c | 398 .entryfunc = &trace_graph_entry, 410 gops->entryfunc = &trace_graph_entry; in allocate_fgraph_ops() 438 tr->gops->entryfunc = trace_graph_entry_args; in graph_trace_init() 440 tr->gops->entryfunc = trace_graph_entry; in graph_trace_init() 474 if (tr->gops->entryfunc == entry) in ftrace_graph_trace_args() 479 tr->gops->entryfunc = entry; in ftrace_graph_trace_args()
|
H A D | trace_irqsoff.c | 245 .entryfunc = &irqsoff_graph_entry,
|
H A D | trace_sched_wakeup.c | 183 .entryfunc = &wakeup_graph_entry,
|
H A D | ftrace.c | 893 .entryfunc = &profile_graph_entry, 4391 (void *)gops->entryfunc, in print_subops()
|
/linux/include/linux/ |
H A D | ftrace.h | 1176 trace_func_graph_ent_t entryfunc; member
|