trace_output 220 tools/perf/util/hist.c if (h->trace_output) trace_output 221 tools/perf/util/hist.c hists__new_col_len(hists, HISTC_TRACE, strlen(h->trace_output)); trace_output 1269 tools/perf/util/hist.c zfree(&he->trace_output); trace_output 1446 tools/perf/util/hist.c he->trace_output = NULL; trace_output 1448 tools/perf/util/hist.c new->trace_output = NULL; trace_output 735 tools/perf/util/sort.c if (left->trace_output == NULL) trace_output 736 tools/perf/util/sort.c left->trace_output = get_trace_output(left); trace_output 737 tools/perf/util/sort.c if (right->trace_output == NULL) trace_output 738 tools/perf/util/sort.c right->trace_output = get_trace_output(right); trace_output 740 tools/perf/util/sort.c return strcmp(right->trace_output, left->trace_output); trace_output 752 tools/perf/util/sort.c if (he->trace_output == NULL) trace_output 753 tools/perf/util/sort.c he->trace_output = get_trace_output(he); trace_output 754 tools/perf/util/sort.c return repsep_snprintf(bf, size, "%-.*s", width, he->trace_output); trace_output 2030 tools/perf/util/sort.c if (!he->trace_output) trace_output 2031 tools/perf/util/sort.c he->trace_output = get_trace_output(he); trace_output 2034 tools/perf/util/sort.c str = he->trace_output; trace_output 2120 tools/perf/util/sort.c if (!he->trace_output) trace_output 2121 tools/perf/util/sort.c he->trace_output = get_trace_output(he); trace_output 2125 tools/perf/util/sort.c str = he->trace_output; trace_output 143 tools/perf/util/sort.h void *trace_output;