Searched refs:print_graph_retval (Results 1 – 1 of 1) sorted by relevance
/linux/kernel/trace/ |
H A D | trace_functions_graph.c | 776 static void print_graph_retval(struct trace_seq *s, struct ftrace_graph_ent_entry *entry, in print_graph_retval() function 839 #define print_graph_retval(_seq, _ent, _ret, _func, _opt_flags, _trace_flags) do {} while (0) macro 894 print_graph_retval(s, entry, graph_ret, in print_graph_entry_leaf() 1198 print_graph_retval(s, NULL, trace, (void *)func, flags, tr->trace_flags); in print_graph_return()
|