Searched refs:ftrace_graph_ret (Results 1 – 10 of 10) sorted by relevance
| /linux/kernel/trace/ |
| H A D | trace_functions_graph.c | 299 struct ftrace_graph_ret ret = { in __trace_graph_function() 317 struct ftrace_graph_ret *trace, in __trace_graph_return() 336 static void handle_nosleeptime(struct ftrace_graph_ret *trace, in handle_nosleeptime() 346 void trace_graph_return(struct ftrace_graph_ret *trace, in trace_graph_return() 377 static void trace_graph_thresh_return(struct ftrace_graph_ret *trace, in trace_graph_thresh_return() 834 struct ftrace_graph_ret *graph_ret, void *func, in print_graph_retval() 915 struct ftrace_graph_ret *graph_ret; in print_graph_entry_leaf() 1247 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() 531 static void ftrace_graph_ret_stub(struct ftrace_graph_ret *trace, in ftrace_graph_ret_stub() 722 ftrace_pop_return_trace(struct ftrace_graph_ret *trace, unsigned long *ret, in ftrace_pop_return_trace() 814 struct ftrace_graph_ret trace; in __ftrace_return_to_handler() 1035 void ftrace_stub_graph(struct ftrace_graph_ret *trace, struct fgraph_ops *gops,
|
| H A D | trace_entries.h | 124 __field_struct( struct ftrace_graph_ret, ret ) 147 __field_struct( struct ftrace_graph_ret, ret )
|
| H A D | trace.h | 741 void trace_graph_return(struct ftrace_graph_ret *trace, struct fgraph_ops *gops, 963 struct ftrace_graph_ret *trace, 1066 ftrace_graph_addr_finish(struct fgraph_ops *gops, struct ftrace_graph_ret *trace) in ftrace_graph_addr_finish() 1107 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 | fprobe.c | 339 static void fprobe_return(struct ftrace_graph_ret *trace, in fprobe_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 | trace_selftest.c | 810 static __init void store_return(struct ftrace_graph_ret *trace, in store_return()
|
| H A D | ftrace.c | 841 static void profile_graph_return(struct ftrace_graph_ret *trace, in profile_graph_return()
|
| /linux/include/linux/ |
| H A D | ftrace.h | 1148 struct ftrace_graph_ret { struct 1161 typedef void (*trace_func_graph_ret_t)(struct ftrace_graph_ret *, argument
|