Searched refs:retfunc (Results 1 – 8 of 8) sorted by relevance
| /linux/kernel/trace/ |
| H A D | fgraph.c | 539 .retfunc = ftrace_graph_ret_stub, 861 gops->retfunc(&trace, gops, fregs); in __ftrace_return_to_handler() 1292 trace_func_graph_ret_t retfunc = NULL; in ftrace_graph_enable_direct() local 1297 retfunc = gops->retfunc; in ftrace_graph_enable_direct() 1303 retfunc = fgraph_array[i]->retfunc; in ftrace_graph_enable_direct() 1311 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 | 406 .retfunc = &trace_graph_return, 418 gops->retfunc = &trace_graph_return; in allocate_fgraph_ops() 450 tr->gops->retfunc = trace_graph_thresh_return; in graph_trace_init() 452 tr->gops->retfunc = trace_graph_return; in graph_trace_init()
|
| H A D | trace_irqsoff.c | 243 .retfunc = &irqsoff_graph_return,
|
| H A D | fprobe.c | 377 .retfunc = fprobe_return,
|
| H A D | trace_sched_wakeup.c | 180 .retfunc = &wakeup_graph_return,
|
| H A D | ftrace.c | 894 .retfunc = &profile_graph_return, 4392 (void *)gops->retfunc); in print_subops()
|
| /linux/include/linux/ |
| H A D | ftrace.h | 1177 trace_func_graph_ret_t retfunc; member
|