Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/ui/stdio/
Dhist.c415 if (symbol_conf.exclude_other && !he->parent) in __hist_entry__snprintf()
462 if (symbol_conf.exclude_other && !he->parent) in hist_entry__hierarchy_fprintf()
/Linux-v4.19/tools/perf/util/
Dsymbol.h107 exclude_other, member
Dhist.c490 if (symbol_conf.exclude_other && parent == NULL) in symbol__parent_filter()
/Linux-v4.19/tools/perf/
Dbuiltin-report.c1038 OPT_BOOLEAN('x', "exclude-other", &symbol_conf.exclude_other, in cmd_report()