Home
last modified time | relevance | path

Searched refs:cpu_map (Results 1 – 13 of 13) sorted by relevance

/tools/power/x86/intel-speed-select/
Disst-config.c59 struct _cpu_map *cpu_map; variable
358 cpu_map = malloc(sizeof(*cpu_map) * topo_max_cpus); in create_cpu_map()
359 if (!cpu_map) in create_cpu_map()
371 map.cpu_map[0].logical_cpu = i; in create_cpu_map()
374 map.cpu_map[0].logical_cpu); in create_cpu_map()
378 map.cpu_map[0].logical_cpu); in create_cpu_map()
381 cpu_map[i].core_id = get_physical_core_id(i); in create_cpu_map()
382 cpu_map[i].pkg_id = get_physical_package_id(i); in create_cpu_map()
383 cpu_map[i].die_id = get_physical_die_id(i); in create_cpu_map()
384 cpu_map[i].punit_cpu = map.cpu_map[0].physical_cpu; in create_cpu_map()
[all …]
/tools/perf/arch/nds32/util/
Dheader.c15 struct cpu_map *cpus; in get_cpuid_str()
/tools/perf/tests/
Dcpumap.c19 struct perf_record_cpu_map *map_event = &event->cpu_map; in process_event_mask()
53 struct perf_record_cpu_map *map_event = &event->cpu_map; in process_event_cpus()
/tools/perf/python/
Dtwatch.py12 cpus = perf.cpu_map()
Dtracepoint.py19 cpus = perf.cpu_map()
/tools/perf/util/
Dmmap.c333 const struct perf_cpu_map *cpu_map = NULL; in build_node_mask() local
335 cpu_map = cpu_map__online(); in build_node_mask()
336 if (!cpu_map) in build_node_mask()
339 nr_cpus = perf_cpu_map__nr(cpu_map); in build_node_mask()
341 cpu = cpu_map->map[c]; /* map c index to online cpu index */ in build_node_mask()
Dtool.h71 cpu_map, member
Dsession.c518 if (tool->cpu_map == NULL) in perf_tool__fill_defaults()
519 tool->cpu_map = process_event_cpu_map_stub; in perf_tool__fill_defaults()
849 struct perf_record_cpu_map_data *data = &event->cpu_map.data; in perf_event__cpu_map_swap()
1552 return tool->cpu_map(session, event); in perf_session__process_user_event()
Devent.c297 struct perf_cpu_map *cpus = cpu_map__new_data(&event->cpu_map.data); in perf_event__fprintf_cpu_map()
/tools/perf/arch/arm/util/
Dcs-etm.c642 struct perf_cpu_map *cpu_map; in cs_etm_info_fill() local
657 cpu_map = online_cpus; in cs_etm_info_fill()
666 cpu_map = event_cpus; in cs_etm_info_fill()
669 nr_cpu = perf_cpu_map__nr(cpu_map); in cs_etm_info_fill()
683 if (cpu_map__has(cpu_map, i)) in cs_etm_info_fill()
/tools/perf/lib/include/perf/
Devent.h376 struct perf_record_cpu_map cpu_map; member
/tools/perf/
Dbuiltin-stat.c1553 cpus = cpu_map__new_data(&event->cpu_map.data); in process_cpu_map_event()
1600 .cpu_map = process_cpu_map_event,
Dbuiltin-script.c3332 script->cpus = cpu_map__new_data(&event->cpu_map.data); in process_cpu_map_event()
3445 .cpu_map = process_cpu_map_event, in cmd_script()