Home
last modified time | relevance | path

Searched refs:trace_output (Results 1 – 6 of 6) sorted by relevance

/linux/samples/bpf/
A D.gitignore32 trace_output
A DMakefile23 tprogs-y += trace_output
86 trace_output-objs := trace_output_user.o
/linux/tools/perf/util/
A Dsort.c781 if (left->trace_output == NULL) in sort__trace_cmp()
783 if (right->trace_output == NULL) in sort__trace_cmp()
786 return strcmp(right->trace_output, left->trace_output); in sort__trace_cmp()
798 if (he->trace_output == NULL) in hist_entry__trace_snprintf()
799 he->trace_output = get_trace_output(he); in hist_entry__trace_snprintf()
2214 if (!he->trace_output) in update_dynamic_len()
2215 he->trace_output = get_trace_output(he); in update_dynamic_len()
2218 str = he->trace_output; in update_dynamic_len()
2304 if (!he->trace_output) in __sort__hde_entry()
2305 he->trace_output = get_trace_output(he); in __sort__hde_entry()
[all …]
A Dsort.h151 void *trace_output; member
A Dhist.c233 if (h->trace_output) in hists__calc_col_len()
234 hists__new_col_len(hists, HISTC_TRACE, strlen(h->trace_output)); in hists__calc_col_len()
1322 zfree(&he->trace_output); in hist_entry__delete()
1499 he->trace_output = NULL; in hierarchy_insert_entry()
1501 new->trace_output = NULL; in hierarchy_insert_entry()
/linux/kernel/trace/
A DMakefile46 obj-$(CONFIG_TRACING) += trace_output.o

Completed in 20 milliseconds