Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dfgraph.c535 .entryfunc = ftrace_graph_entry_stub,
695 gops->entryfunc(&trace, gops, fregs)) in function_graph_enter_regs()
1226 gops->entryfunc = ftrace_pids_enabled(op) ? in fgraph_update_pid_func()
1229 static_call_update(fgraph_func, gops->entryfunc); in fgraph_update_pid_func()
1296 func = gops->entryfunc; in ftrace_graph_enable_direct()
1302 func = fgraph_array[i]->entryfunc; in ftrace_graph_enable_direct()
1383 gops->saved_func = gops->entryfunc; in register_ftrace_graph()
1386 gops->entryfunc = fgraph_pid_func; in register_ftrace_graph()
H A Dtrace_selftest.c912 .entryfunc = store_entry,
920 .entryfunc = store_entry,
928 .entryfunc = store_entry,
936 .entryfunc = store_entry,
1049 .entryfunc = &trace_graph_entry_watchdog,
H A Dtrace_functions_graph.c436 .entryfunc = &trace_graph_entry,
448 gops->entryfunc = &trace_graph_entry; in allocate_fgraph_ops()
476 tr->gops->entryfunc = trace_graph_entry_args; in graph_trace_init()
478 tr->gops->entryfunc = trace_graph_entry; in graph_trace_init()
514 if (tr->gops->entryfunc == entry) in ftrace_graph_trace_args()
519 tr->gops->entryfunc = entry; in ftrace_graph_trace_args()
H A Dtrace_irqsoff.c242 .entryfunc = &irqsoff_graph_entry,
H A Dtrace_sched_wakeup.c179 .entryfunc = &wakeup_graph_entry,
H A Dfprobe.c498 .entryfunc = fprobe_fgraph_entry,
H A Dftrace.c918 .entryfunc = &profile_graph_entry,
4445 (void *)gops->entryfunc, in print_subops()
/linux/include/linux/
H A Dftrace.h1250 trace_func_graph_ent_t entryfunc; member