Searched refs:HIST_FILTER__DSO (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | event.c | 672 al->filtered |= (1 << HIST_FILTER__DSO); in machine__resolve() 677 al->filtered |= (1 << HIST_FILTER__DSO); in machine__resolve()
|
H A D | hist.c | 1372 case HIST_FILTER__DSO: in hist_entry__check_and_remove_filter() 1432 hist_entry__check_and_remove_filter(he, HIST_FILTER__DSO, in hist_entry__apply_hierarchy_filters() 2092 he->filtered |= (1 << HIST_FILTER__DSO); in hists__filter_entry_by_dso() 2278 hists__filter_hierarchy(hists, HIST_FILTER__DSO, in hists__filter_by_dso() 2281 hists__filter_by_type(hists, HIST_FILTER__DSO, in hists__filter_by_dso()
|
H A D | hist.h | 24 HIST_FILTER__DSO, enumerator
|
H A D | sort.c | 219 if (type != HIST_FILTER__DSO) in hist_entry__dso_filter() 834 if (type != HIST_FILTER__DSO) in hist_entry__dso_from_filter() 866 if (type != HIST_FILTER__DSO) in hist_entry__dso_to_filter()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | event.c | 757 al->filtered |= (1 << HIST_FILTER__DSO); in machine__resolve() 762 al->filtered |= (1 << HIST_FILTER__DSO); in machine__resolve()
|
H A D | hist.c | 1405 case HIST_FILTER__DSO: in hist_entry__check_and_remove_filter() 1465 hist_entry__check_and_remove_filter(he, HIST_FILTER__DSO, in hist_entry__apply_hierarchy_filters() 2134 he->filtered |= (1 << HIST_FILTER__DSO); in hists__filter_entry_by_dso() 2320 hists__filter_hierarchy(hists, HIST_FILTER__DSO, in hists__filter_by_dso() 2323 hists__filter_by_type(hists, HIST_FILTER__DSO, in hists__filter_by_dso()
|
H A D | hist.h | 25 HIST_FILTER__DSO, enumerator
|
H A D | sort.c | 279 if (type != HIST_FILTER__DSO) in hist_entry__dso_filter() 981 if (type != HIST_FILTER__DSO) in hist_entry__dso_from_filter() 1013 if (type != HIST_FILTER__DSO) in hist_entry__dso_to_filter()
|
Completed in 21 milliseconds