Searched refs:HIST_FILTER__THREAD (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.c | 1366 case HIST_FILTER__THREAD: in hist_entry__check_and_remove_filter() 1429 hist_entry__check_and_remove_filter(he, HIST_FILTER__THREAD, in hist_entry__apply_hierarchy_filters() 2104 he->filtered |= (1 << HIST_FILTER__THREAD); in hists__filter_entry_by_thread() 2268 hists__filter_hierarchy(hists, HIST_FILTER__THREAD, in hists__filter_by_thread() 2271 hists__filter_by_type(hists, HIST_FILTER__THREAD, in hists__filter_by_thread()
|
H A D | hist.h | 25 HIST_FILTER__THREAD, enumerator
|
H A D | event.c | 649 al->filtered |= (1 << HIST_FILTER__THREAD); in machine__resolve()
|
H A D | sort.c | 114 if (type != HIST_FILTER__THREAD) in hist_entry__thread_filter()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.c | 1399 case HIST_FILTER__THREAD: in hist_entry__check_and_remove_filter() 1462 hist_entry__check_and_remove_filter(he, HIST_FILTER__THREAD, in hist_entry__apply_hierarchy_filters() 2146 he->filtered |= (1 << HIST_FILTER__THREAD); in hists__filter_entry_by_thread() 2310 hists__filter_hierarchy(hists, HIST_FILTER__THREAD, in hists__filter_by_thread() 2313 hists__filter_by_type(hists, HIST_FILTER__THREAD, in hists__filter_by_thread()
|
H A D | hist.h | 26 HIST_FILTER__THREAD, enumerator
|
H A D | event.c | 733 al->filtered |= (1 << HIST_FILTER__THREAD); in machine__resolve()
|
H A D | sort.c | 128 if (type != HIST_FILTER__THREAD) in hist_entry__thread_filter()
|
Completed in 22 milliseconds