Home
last modified time | relevance | path

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

/external/linux-tools-perf/
Dbuiltin-report.c445 OPT_BOOLEAN('x', "exclude-other", &symbol_conf.exclude_other,
517 symbol_conf.exclude_other = false; in cmd_report()
Dbuiltin-diff.c221 symbol_conf.exclude_other = false; in cmd_diff()
/external/linux-tools-perf/util/
Dsymbol.h102 exclude_other, member
Dhist.c125 if (symbol_conf.exclude_other && parent == NULL) in symbol__parent_filter()
607 if (symbol_conf.exclude_other && !self->parent) in hist_entry__snprintf()
933 if (symbol_conf.exclude_other && !h->parent) in hists__filter_by_dso()
Dsymbol.c52 .exclude_other = true,