Searched refs:print_graph_entry (Results 1 – 1 of 1) sorted by relevance
/linux/kernel/trace/ |
H A D | trace_functions_graph.c | 1106 print_graph_entry(struct ftrace_graph_ent_entry *field, struct trace_seq *s, in print_graph_entry() function 1315 ret = print_graph_entry(field, s, iter, flags); in print_graph_function_flags() 1335 return print_graph_entry(&saved, s, iter, flags); in print_graph_function_flags() 1344 return print_graph_entry((struct ftrace_graph_ent_entry *)&saved, s, iter, flags); in print_graph_function_flags()
|