Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/
H A Dbuiltin-report.c487 int socked_id = hists->socket_filter; in hists__fprintf_nr_sample_events() local
536 if (socked_id > -1) in hists__fprintf_nr_sample_events()
537 ret += fprintf(fp, "\n# Processor Socket: %d", socked_id); in hists__fprintf_nr_sample_events()
/linux-6.15/tools/perf/ui/browsers/
H A Dhists.c3062 int socked_id = -1; in evsel__hists_browse() local
3072 socked_id = browser->he_selection->socket; in evsel__hists_browse()
3181 actions->socket = socked_id; in evsel__hists_browse()
3359 socked_id); in evsel__hists_browse()