Home
last modified time | relevance | path

Searched refs:print_function_args (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/trace/
H A Dtrace_output.h45 void print_function_args(struct trace_seq *s, unsigned long *args,
48 static inline void print_function_args(struct trace_seq *s, unsigned long *args, in print_function_args() function
H A Dtrace_functions_graph.c872 print_function_args(s, entry->args, (unsigned long)func); in print_graph_retval()
967 print_function_args(s, entry->args, ret_func); in print_graph_entry_leaf()
1019 print_function_args(s, entry->args, func); in print_graph_entry_nested()
H A Dtrace_output.c693 void print_function_args(struct trace_seq *s, unsigned long *args, in print_function_args() function
1128 print_function_args(s, args, ip); in print_fn_trace()