Searched refs:HIST_FILTER__SYMBOL (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.c | 1376 case HIST_FILTER__SYMBOL: in hist_entry__check_and_remove_filter() 1435 hist_entry__check_and_remove_filter(he, HIST_FILTER__SYMBOL, in hist_entry__apply_hierarchy_filters() 2117 he->filtered |= (1 << HIST_FILTER__SYMBOL); in hists__filter_entry_by_symbol() 2288 hists__filter_hierarchy(hists, HIST_FILTER__SYMBOL, in hists__filter_by_symbol() 2291 hists__filter_by_type(hists, HIST_FILTER__SYMBOL, in hists__filter_by_symbol()
|
H A D | hist.h | 27 HIST_FILTER__SYMBOL, enumerator
|
H A D | event.c | 696 al->filtered |= (1 << HIST_FILTER__SYMBOL); in machine__resolve()
|
H A D | sort.c | 346 if (type != HIST_FILTER__SYMBOL) in hist_entry__sym_filter() 938 if (type != HIST_FILTER__SYMBOL) in hist_entry__sym_from_filter() 950 if (type != HIST_FILTER__SYMBOL) in hist_entry__sym_to_filter()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.c | 1409 case HIST_FILTER__SYMBOL: in hist_entry__check_and_remove_filter() 1468 hist_entry__check_and_remove_filter(he, HIST_FILTER__SYMBOL, in hist_entry__apply_hierarchy_filters() 2159 he->filtered |= (1 << HIST_FILTER__SYMBOL); in hists__filter_entry_by_symbol() 2330 hists__filter_hierarchy(hists, HIST_FILTER__SYMBOL, in hists__filter_by_symbol() 2333 hists__filter_by_type(hists, HIST_FILTER__SYMBOL, in hists__filter_by_symbol()
|
H A D | hist.h | 28 HIST_FILTER__SYMBOL, enumerator
|
H A D | event.c | 792 al->filtered |= (1 << HIST_FILTER__SYMBOL); in machine__resolve()
|
H A D | sort.c | 406 if (type != HIST_FILTER__SYMBOL) in hist_entry__sym_filter() 1085 if (type != HIST_FILTER__SYMBOL) in hist_entry__sym_from_filter() 1097 if (type != HIST_FILTER__SYMBOL) in hist_entry__sym_to_filter()
|
Completed in 21 milliseconds