Home
last modified time | relevance | path

Searched refs:exclude_other (Results 1 – 4 of 4) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
Dsymbol.h94 exclude_other, member
Dhist.c335 if (symbol_conf.exclude_other && parent == NULL) in symbol__parent_filter()
788 if (symbol_conf.exclude_other && !h->parent) in hists__filter_by_dso()
/external/linux-tools-perf/src/tools/perf/ui/stdio/
Dhist.c326 if (symbol_conf.exclude_other && !he->parent) in hist_entry__period_snprintf()
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-report.c795 OPT_BOOLEAN('x', "exclude-other", &symbol_conf.exclude_other, in cmd_report()