Searched refs:trace_seq_print_sym (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/trace/
H A Dtrace_output.h19 extern void trace_seq_print_sym(struct trace_seq *s, unsigned long address, bool offset);
H A Dtrace_recursion_record.c164 trace_seq_print_sym(tseq, record->parent_ip, true);
166 trace_seq_print_sym(tseq, record->ip, true);
H A Dtrace_output.c361 trace_seq_print_sym(struct trace_seq *s, unsigned long address, bool offset) function
427 trace_seq_print_sym(s, ip, sym_flags & TRACE_ITER_SYM_OFFSET);

Completed in 172 milliseconds