Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dsymbol.h97 exclude_other, member
Dhist.c363 if (symbol_conf.exclude_other && parent == NULL) in symbol__parent_filter()
1204 if (symbol_conf.exclude_other && !h->parent) in hists__filter_by_dso()
/linux-4.1.27/tools/perf/ui/stdio/
Dhist.c322 if (symbol_conf.exclude_other && !he->parent) in hist_entry__snprintf()
/linux-4.1.27/tools/perf/
Dbuiltin-report.c652 OPT_BOOLEAN('x', "exclude-other", &symbol_conf.exclude_other, in cmd_report()