Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
A Dhists_filter.c273 hists->socket_filter = 2; in test__hists_filter()
298 hists->socket_filter = -1; in test__hists_filter()
/linux/tools/perf/
A Dbuiltin-report.c115 int socket_filter; member
483 int socked_id = hists->socket_filter; in hists__fprintf_nr_sample_events()
729 hists->socket_filter = rep->socket_filter; in report__collapse_hists()
1295 .socket_filter = -1, in cmd_report()
1440 OPT_INTEGER(0, "socket-filter", &report.socket_filter, in cmd_report()
/linux/tools/perf/util/
A Dhist.h114 int socket_filter; member
390 hists->symbol_filter_str || (hists->socket_filter > -1); in hists__has_filter()
A Dhist.c2182 if ((hists->socket_filter > -1) && in hists__filter_entry_by_socket()
2183 (he->socket != hists->socket_filter)) { in hists__filter_entry_by_socket()
2354 &hists->socket_filter); in hists__filter_by_socket()
2773 int socket_id = hists->socket_filter; in __hists__scnprintf_title()
2877 hists->socket_filter = -1; in __hists__init()
/linux/tools/perf/ui/browsers/
A Dhists.c2875 if (browser->hists->socket_filter > -1) { in do_zoom_socket()
2876 pstack__remove(browser->pstack, &browser->hists->socket_filter); in do_zoom_socket()
2877 browser->hists->socket_filter = -1; in do_zoom_socket()
2880 browser->hists->socket_filter = act->socket; in do_zoom_socket()
2882 pstack__push(browser->pstack, &browser->hists->socket_filter); in do_zoom_socket()
2898 (browser->hists->socket_filter > -1) ? "out of" : "into", in add_socket_opt()
3275 } else if (top == &browser->hists->socket_filter) { in evsel__hists_browse()

Completed in 25 milliseconds