Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/
Dbuiltin-report.c441 int socked_id = hists->socket_filter; in hists__fprintf_nr_sample_events() local
490 if (socked_id > -1) in hists__fprintf_nr_sample_events()
491 ret += fprintf(fp, "\n# Processor Socket: %d", socked_id); in hists__fprintf_nr_sample_events()
/Linux-v5.10/tools/perf/ui/browsers/
Dhists.c3040 int socked_id = -1; in perf_evsel__hists_browse() local
3050 socked_id = browser->he_selection->socket; in perf_evsel__hists_browse()
3158 actions->socket = socked_id; in perf_evsel__hists_browse()
3332 socked_id); in perf_evsel__hists_browse()