Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/tools/perf/ui/browsers/
H A 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()