Home
last modified time | relevance | path

Searched refs:entryfunc (Results 1 – 6 of 6) sorted by relevance

/linux/kernel/trace/
H A Dfgraph.c538 .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()
1284 func = gops->entryfunc; in ftrace_graph_enable_direct()
1290 func = fgraph_array[i]->entryfunc; in ftrace_graph_enable_direct()
1383 gops->saved_func = gops->entryfunc; in register_ftrace_graph()
H A Dtrace_functions_graph.c382 .entryfunc = &trace_graph_entry,
394 gops->entryfunc = &trace_graph_entry; in allocate_fgraph_ops()
421 tr->gops->entryfunc = trace_graph_entry; in graph_trace_init()
H A Dtrace_irqsoff.c245 .entryfunc = &irqsoff_graph_entry,
H A Dtrace_sched_wakeup.c183 .entryfunc = &wakeup_graph_entry,
H A Dftrace.c896 .entryfunc = &profile_graph_entry,
/linux/include/linux/
H A Dftrace.h1174 trace_func_graph_ent_t entryfunc; member