Searched refs:print_function_args (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/trace/ |
| H A D | trace_output.h | 56 void print_function_args(struct trace_seq *s, unsigned long *args, 59 static inline void print_function_args(struct trace_seq *s, unsigned long *args, in print_function_args() function
|
| H A D | trace_functions_graph.c | 904 print_function_args(s, entry->args, (unsigned long)func); in print_graph_retval() 999 print_function_args(s, FGRAPH_ENTRY_ARGS(entry), ret_func); in print_graph_entry_leaf() 1051 print_function_args(s, FGRAPH_ENTRY_ARGS(entry), func); in print_graph_entry_nested()
|
| H A D | trace_output.c | 693 void print_function_args(struct trace_seq *s, unsigned long *args, in print_function_args() function 1151 print_function_args(s, args, ip); in print_fn_trace()
|