Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dsymbol_conf.h27 exclude_other, member
Dhist.c573 if (symbol_conf.exclude_other && parent == NULL) in symbol__parent_filter()
/Linux-v6.1/tools/perf/ui/stdio/
Dhist.c423 if (symbol_conf.exclude_other && !he->parent) in __hist_entry__snprintf()
470 if (symbol_conf.exclude_other && !he->parent) in hist_entry__hierarchy_fprintf()
/Linux-v6.1/tools/perf/
Dbuiltin-report.c1267 OPT_BOOLEAN('x', "exclude-other", &symbol_conf.exclude_other, in cmd_report()