HomeSort by relevance Sort by last modified time
    Searched refs:sort__has_parent (Results 1 - 5 of 5) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
sort.h 35 extern int sort__has_parent;
sort.c 13 int sort__has_parent = 0; variable
942 sort__has_parent = 1;
machine.c 1320 if (sort__has_parent && !*parent &&
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-report.c 88 if ((sort__has_parent || symbol_conf.use_callchain) &&
179 if ((sort__has_parent || symbol_conf.use_callchain)
254 if ((sort__has_parent || symbol_conf.use_callchain) && sample->callchain) {
371 if (sort__has_parent) {
builtin-top.c 770 if ((sort__has_parent || symbol_conf.use_callchain) &&

Completed in 292 milliseconds