Home
last modified time | relevance | path

Searched refs:get_trace_output (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dsort.c743 static char *get_trace_output(struct hist_entry *he) in get_trace_output() function
779 left->trace_output = get_trace_output(left); in sort__trace_cmp()
781 right->trace_output = get_trace_output(right); in sort__trace_cmp()
796 he->trace_output = get_trace_output(he); in hist_entry__trace_snprintf()
2059 he->trace_output = get_trace_output(he); in update_dynamic_len()
2149 he->trace_output = get_trace_output(he); in __sort__hde_entry()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsort.c889 static char *get_trace_output(struct hist_entry *he) in get_trace_output() function
925 left->trace_output = get_trace_output(left); in sort__trace_cmp()
927 right->trace_output = get_trace_output(right); in sort__trace_cmp()
942 he->trace_output = get_trace_output(he); in hist_entry__trace_snprintf()
2576 he->trace_output = get_trace_output(he); in update_dynamic_len()
2666 he->trace_output = get_trace_output(he); in __sort__hde_entry()

Completed in 9 milliseconds