Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dhist.c1555 case HIST_FILTER__PARALLELISM: in hist_entry__check_and_remove_filter()
1617 hist_entry__check_and_remove_filter(he, HIST_FILTER__PARALLELISM, in hist_entry__apply_hierarchy_filters()
2323 he->filtered |= (1 << HIST_FILTER__PARALLELISM); in hists__filter_entry_by_parallelism()
2501 hists__filter_hierarchy(hists, HIST_FILTER__PARALLELISM, in hists__filter_by_parallelism()
2504 hists__filter_by_type(hists, HIST_FILTER__PARALLELISM, in hists__filter_by_parallelism()
H A Dhist.h35 HIST_FILTER__PARALLELISM, enumerator
H A Devent.c847 al->filtered |= (1 << HIST_FILTER__PARALLELISM); in machine__resolve()
H A Dsort.c944 if (type != HIST_FILTER__PARALLELISM) in hist_entry__parallelism_filter()