HomeSort by relevance Sort by last modified time
    Searched refs:exclude_other (Results 1 - 5 of 5) sorted by null

  /external/linux-tools-perf/
builtin-report.c 445 OPT_BOOLEAN('x', "exclude-other", &symbol_conf.exclude_other,
517 symbol_conf.exclude_other = false;
builtin-diff.c 221 symbol_conf.exclude_other = false;
  /external/linux-tools-perf/util/
symbol.h 102 exclude_other, member in struct:symbol_conf
hist.c 125 if (symbol_conf.exclude_other && parent == NULL)
607 if (symbol_conf.exclude_other && !self->parent)
933 if (symbol_conf.exclude_other && !h->parent)
symbol.c 52 .exclude_other = true,
    [all...]

Completed in 450 milliseconds