Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-report.c488 int socked_id = hists->socket_filter; in hists__fprintf_nr_sample_events() local
540 if (socked_id > -1) in hists__fprintf_nr_sample_events()
541 ret += fprintf(fp, "\n# Processor Socket: %d", socked_id); in hists__fprintf_nr_sample_events()
/linux/tools/perf/ui/browsers/
H A Dhists.c3086 int socked_id = -1; in evsel__hists_browse() local
3096 socked_id = browser->he_selection->socket; in evsel__hists_browse()
3206 actions->socket = socked_id; in evsel__hists_browse()
3382 socked_id); in evsel__hists_browse()