Home
last modified time | relevance | path

Searched refs:socked_id (Results 1 – 2 of 2) sorted by relevance

/tools/perf/
Dbuiltin-report.c427 int socked_id = hists->socket_filter; in hists__fprintf_nr_sample_events() local
477 if (socked_id > -1) in hists__fprintf_nr_sample_events()
478 ret += fprintf(fp, "\n# Processor Socket: %d", socked_id); in hists__fprintf_nr_sample_events()
/tools/perf/ui/browsers/
Dhists.c2910 int socked_id = -1; in perf_evsel__hists_browse() local
2920 socked_id = browser->he_selection->socket; in perf_evsel__hists_browse()
2967 actions->socket = socked_id; in perf_evsel__hists_browse()
3139 socked_id); in perf_evsel__hists_browse()