Home
last modified time | relevance | path

Searched refs:socket_filter (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/perf/tests/
H A Dhists_filter.c273 hists->socket_filter = 2; in test__hists_filter()
298 hists->socket_filter = -1; in test__hists_filter()
/linux-6.15/tools/perf/
H A Dbuiltin-report.c117 int socket_filter; member
487 int socked_id = hists->socket_filter; in hists__fprintf_nr_sample_events()
733 hists->socket_filter = rep->socket_filter; in report__collapse_hists()
1308 .socket_filter = -1, in cmd_report()
1455 OPT_INTEGER(0, "socket-filter", &report.socket_filter, in cmd_report()
/linux-6.15/tools/perf/util/
H A Dhist.h124 int socket_filter; member
407 hists->symbol_filter_str || (hists->socket_filter > -1) || in hists__has_filter()
H A Dhist.c2236 if ((hists->socket_filter > -1) && in hists__filter_entry_by_socket()
2237 (he->socket != hists->socket_filter)) { in hists__filter_entry_by_socket()
2418 &hists->socket_filter); in hists__filter_by_socket()
2841 int socket_id = hists->socket_filter; in __hists__scnprintf_title()
2945 hists->socket_filter = -1; in __hists__init()
/linux-6.15/tools/perf/ui/browsers/
H A Dhists.c2882 if (browser->hists->socket_filter > -1) { in do_zoom_socket()
2883 pstack__remove(browser->pstack, &browser->hists->socket_filter); in do_zoom_socket()
2884 browser->hists->socket_filter = -1; in do_zoom_socket()
2887 browser->hists->socket_filter = act->socket; in do_zoom_socket()
2889 pstack__push(browser->pstack, &browser->hists->socket_filter); in do_zoom_socket()
2905 (browser->hists->socket_filter > -1) ? "out of" : "into", in add_socket_opt()
3282 } else if (top == &browser->hists->socket_filter) { in evsel__hists_browse()