Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-report.c313 int socked_id = hists->socket_filter; in hists__fprintf_nr_sample_events() local
355 if (socked_id > -1) in hists__fprintf_nr_sample_events()
356 ret += fprintf(fp, "\n# Processor Socket: %d", socked_id); in hists__fprintf_nr_sample_events()
/tools/perf/ui/browsers/
Dhists.c2790 int socked_id = -1; in perf_evsel__hists_browse() local
2799 socked_id = browser->he_selection->socket; in perf_evsel__hists_browse()
2843 actions->socket = socked_id; in perf_evsel__hists_browse()
3013 socked_id); in perf_evsel__hists_browse()