Home
last modified time | relevance | path

Searched refs:sort__has_parent (Results 1 – 5 of 5) sorted by relevance

/external/linux-tools-perf/src/tools/perf/
Dbuiltin-report.c88 if ((sort__has_parent || symbol_conf.use_callchain) && in perf_report__add_mem_hist_entry()
179 if ((sort__has_parent || symbol_conf.use_callchain) in perf_report__add_branch_hist_entry()
254 if ((sort__has_parent || symbol_conf.use_callchain) && sample->callchain) { in perf_evsel__add_hist_entry()
371 if (sort__has_parent) { in perf_report__setup_sample_type()
Dbuiltin-top.c770 if ((sort__has_parent || symbol_conf.use_callchain) && in perf_event__process_sample()
/external/linux-tools-perf/src/tools/perf/util/
Dsort.h35 extern int sort__has_parent;
Dsort.c13 int sort__has_parent = 0; variable
942 sort__has_parent = 1; in sort_dimension__add()
Dmachine.c1320 if (sort__has_parent && !*parent && in machine__resolve_callchain_sample()