Searched refs:retfunc (Results 1 – 8 of 8) sorted by relevance
| /linux/kernel/trace/ |
| H A D | fgraph.c | 536 .retfunc = ftrace_graph_ret_stub, 858 gops->retfunc(&trace, gops, fregs); in __ftrace_return_to_handler() 1285 trace_func_graph_ret_t retfunc = NULL; in ftrace_graph_enable_direct() local 1290 retfunc = gops->retfunc; in ftrace_graph_enable_direct() 1296 retfunc = fgraph_array[i]->retfunc; in ftrace_graph_enable_direct() 1304 static_call_update(fgraph_retfunc, retfunc); in ftrace_graph_enable_direct()
|
| H A D | trace_selftest.c | 913 .retfunc = store_return, 921 .retfunc = store_return, 929 .retfunc = store_return, 937 .retfunc = store_return, 1050 .retfunc = &trace_graph_return,
|
| H A D | trace_functions_graph.c | 430 .retfunc = &trace_graph_return, 442 gops->retfunc = &trace_graph_return; in allocate_fgraph_ops() 474 tr->gops->retfunc = trace_graph_thresh_return; in graph_trace_init() 476 tr->gops->retfunc = trace_graph_return; in graph_trace_init()
|
| H A D | trace_irqsoff.c | 243 .retfunc = &irqsoff_graph_return,
|
| H A D | trace_sched_wakeup.c | 180 .retfunc = &wakeup_graph_return,
|
| H A D | fprobe.c | 499 .retfunc = fprobe_return,
|
| H A D | ftrace.c | 920 .retfunc = &profile_graph_return, 4431 (void *)gops->retfunc); in print_subops()
|
| /linux/include/linux/ |
| H A D | ftrace.h | 1215 trace_func_graph_ret_t retfunc; member
|