Home
last modified time | relevance | path

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

/linux/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/tools/perf/
H A Dbuiltin-report.c117 int socket_filter; member
487 int socked_id = hists->socket_filter; in hists__fprintf_nr_sample_events()
736 hists->socket_filter = rep->socket_filter; in report__collapse_hists()
1322 .socket_filter = -1, in cmd_report()
1469 OPT_INTEGER(0, "socket-filter", &report.socket_filter, in cmd_report()
/linux/tools/perf/util/
H A Dhist.h133 int socket_filter; member
421 hists->symbol_filter_str || (hists->socket_filter > -1) || in hists__has_filter()
H A Dhist.c2312 if ((hists->socket_filter > -1) && in hists__filter_entry_by_socket()
2313 (he->socket != hists->socket_filter)) { in hists__filter_entry_by_socket()
2494 &hists->socket_filter); in hists__filter_by_socket()
2917 int socket_id = hists->socket_filter; in __hists__scnprintf_title()
3021 hists->socket_filter = -1; in __hists__init()
/linux/tools/perf/ui/browsers/
H A Dhists.c2906 if (browser->hists->socket_filter > -1) { in do_zoom_socket()
2907 pstack__remove(browser->pstack, &browser->hists->socket_filter); in do_zoom_socket()
2908 browser->hists->socket_filter = -1; in do_zoom_socket()
2911 browser->hists->socket_filter = act->socket; in do_zoom_socket()
2913 pstack__push(browser->pstack, &browser->hists->socket_filter); in do_zoom_socket()
2929 (browser->hists->socket_filter > -1) ? "out of" : "into", in add_socket_opt()
3306 } else if (top == &browser->hists->socket_filter) { in evsel__hists_browse()