Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dhist.c1404 case HIST_FILTER__THREAD: in hist_entry__check_and_remove_filter()
1467 hist_entry__check_and_remove_filter(he, HIST_FILTER__THREAD, in hist_entry__apply_hierarchy_filters()
2151 he->filtered |= (1 << HIST_FILTER__THREAD); in hists__filter_entry_by_thread()
2315 hists__filter_hierarchy(hists, HIST_FILTER__THREAD, in hists__filter_by_thread()
2318 hists__filter_by_type(hists, HIST_FILTER__THREAD, in hists__filter_by_thread()
H A Dhist.h26 HIST_FILTER__THREAD, enumerator
H A Devent.c733 al->filtered |= (1 << HIST_FILTER__THREAD); in machine__resolve()
H A Dsort.c128 if (type != HIST_FILTER__THREAD) in hist_entry__thread_filter()