Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dhist.c1474 case HIST_FILTER__THREAD: in hist_entry__check_and_remove_filter()
1541 hist_entry__check_and_remove_filter(he, HIST_FILTER__THREAD, in hist_entry__apply_hierarchy_filters()
2213 he->filtered |= (1 << HIST_FILTER__THREAD); in hists__filter_entry_by_thread()
2387 hists__filter_hierarchy(hists, HIST_FILTER__THREAD, in hists__filter_by_thread()
2390 hists__filter_by_type(hists, HIST_FILTER__THREAD, in hists__filter_by_thread()
H A Dhist.h27 HIST_FILTER__THREAD, enumerator
H A Devent.c753 al->filtered |= (1 << HIST_FILTER__THREAD); in machine__resolve()
H A Dsort.c130 if (type != HIST_FILTER__THREAD) in hist_entry__thread_filter()