Home
last modified time | relevance | path

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

/linux-5.15/tools/perf/util/ !
A Dsymbol_conf.h27 exclude_other, member
H A Dhist.c576 if (symbol_conf.exclude_other && parent == NULL) in symbol__parent_filter()
/linux-5.15/tools/perf/ui/stdio/ !
H A 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-5.15/tools/perf/ !
H A Dbuiltin-report.c1223 OPT_BOOLEAN('x', "exclude-other", &symbol_conf.exclude_other, in cmd_report()