Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dhist.c1495 case HIST_FILTER__SOCKET: in hist_entry__check_and_remove_filter()
2238 he->filtered |= (1 << HIST_FILTER__SOCKET); in hists__filter_entry_by_socket()
2417 hists__filter_hierarchy(hists, HIST_FILTER__SOCKET, in hists__filter_by_socket()
2420 hists__filter_by_type(hists, HIST_FILTER__SOCKET, in hists__filter_by_socket()
H A Dhist.h32 HIST_FILTER__SOCKET, enumerator
H A Dsort.c1018 if (type != HIST_FILTER__SOCKET) in hist_entry__socket_filter()