Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsymbol_conf.h28 exclude_other, member
H A Dhist.c663 if (symbol_conf.exclude_other && parent == NULL) in symbol__parent_filter()
/linux/tools/perf/ui/stdio/
H A Dhist.c427 if (symbol_conf.exclude_other && !he->parent) in __hist_entry__snprintf()
474 if (symbol_conf.exclude_other && !he->parent) in hist_entry__hierarchy_fprintf()
/linux/tools/perf/
H A Dbuiltin-report.c1375 OPT_BOOLEAN('x', "exclude-other", &symbol_conf.exclude_other, in cmd_report()