Home
last modified time | relevance | path

Searched refs:HIST_FILTER__SOCKET (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dhist.h31 HIST_FILTER__SOCKET, enumerator
H A Dhist.c1421 case HIST_FILTER__SOCKET: in hist_entry__check_and_remove_filter()
2176 he->filtered |= (1 << HIST_FILTER__SOCKET); in hists__filter_entry_by_socket()
2345 hists__filter_hierarchy(hists, HIST_FILTER__SOCKET, in hists__filter_by_socket()
2348 hists__filter_by_type(hists, HIST_FILTER__SOCKET, in hists__filter_by_socket()
H A Dsort.c842 if (type != HIST_FILTER__SOCKET) in hist_entry__socket_filter()