Home
last modified time | relevance | path

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

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