Home
last modified time | relevance | path

Searched refs:socked_id (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-report.c455 int socked_id = hists->socket_filter; in hists__fprintf_nr_sample_events() local
504 if (socked_id > -1) in hists__fprintf_nr_sample_events()
505 ret += fprintf(fp, "\n# Processor Socket: %d", socked_id); in hists__fprintf_nr_sample_events()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-report.c481 int socked_id = hists->socket_filter; in hists__fprintf_nr_sample_events() local
530 if (socked_id > -1) in hists__fprintf_nr_sample_events()
531 ret += fprintf(fp, "\n# Processor Socket: %d", socked_id); in hists__fprintf_nr_sample_events()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.c3030 int socked_id = -1; in perf_evsel__hists_browse() local
3040 socked_id = browser->he_selection->socket; in perf_evsel__hists_browse()
3148 actions->socket = socked_id; in perf_evsel__hists_browse()
3322 socked_id); in perf_evsel__hists_browse()
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dhists.c3031 int socked_id = -1; in evsel__hists_browse() local
3041 socked_id = browser->he_selection->socket; in evsel__hists_browse()
3150 actions->socket = socked_id; in evsel__hists_browse()
3324 socked_id); in evsel__hists_browse()

Completed in 14 milliseconds