Searched refs:ftrace_graph_ret (Results 1 – 10 of 10) sorted by relevance
| /linux/kernel/trace/ |
| H A D | trace_functions_graph.c | 317 struct ftrace_graph_ret ret = { in __trace_graph_function() 335 struct ftrace_graph_ret *trace, in __trace_graph_return() 355 struct ftrace_graph_ret *trace, in handle_nosleeptime() 368 void trace_graph_return(struct ftrace_graph_ret *trace, in trace_graph_return() 399 static void trace_graph_thresh_return(struct ftrace_graph_ret *trace, in trace_graph_thresh_return() 866 struct ftrace_graph_ret *graph_ret, void *func, in print_graph_retval() 947 struct ftrace_graph_ret *graph_ret; in print_graph_entry_leaf() 1282 struct ftrace_graph_ret *trace = &retentry->ret; in print_graph_return()
|
| H A D | fgraph.c | 302 static void return_run(struct ftrace_graph_ret *trace, struct fgraph_ops *ops, in return_run() 528 static void ftrace_graph_ret_stub(struct ftrace_graph_ret *trace, in ftrace_graph_ret_stub() 719 ftrace_pop_return_trace(struct ftrace_graph_ret *trace, unsigned long *ret, in ftrace_pop_return_trace() 811 struct ftrace_graph_ret trace; in __ftrace_return_to_handler() 1028 void ftrace_stub_graph(struct ftrace_graph_ret *trace, struct fgraph_ops *gops,
|
| H A D | trace_entries.h | 125 __field_struct( struct ftrace_graph_ret, ret ) 148 __field_struct( struct ftrace_graph_ret, ret )
|
| H A D | trace.h | 749 void trace_graph_return(struct ftrace_graph_ret *trace, struct fgraph_ops *gops, 970 struct ftrace_graph_ret *trace, 1073 ftrace_graph_addr_finish(struct fgraph_ops *gops, struct ftrace_graph_ret *trace) in ftrace_graph_addr_finish() 1114 static inline void ftrace_graph_addr_finish(struct fgraph_ops *gops, struct ftrace_graph_ret *trace) in ftrace_graph_addr_finish()
|
| H A D | trace_irqsoff.c | 215 static void irqsoff_graph_return(struct ftrace_graph_ret *trace, in irqsoff_graph_return()
|
| H A D | trace_sched_wakeup.c | 151 static void wakeup_graph_return(struct ftrace_graph_ret *trace, in wakeup_graph_return()
|
| H A D | fprobe.c | 461 static void fprobe_return(struct ftrace_graph_ret *trace, in fprobe_return()
|
| H A D | trace_selftest.c | 810 static __init void store_return(struct ftrace_graph_ret *trace, in store_return()
|
| H A D | ftrace.c | 867 static void profile_graph_return(struct ftrace_graph_ret *trace, in profile_graph_return()
|
| /linux/include/linux/ |
| H A D | ftrace.h | 1186 struct ftrace_graph_ret { struct 1199 typedef void (*trace_func_graph_ret_t)(struct ftrace_graph_ret *, argument
|