Home
last modified time | relevance | path

Searched refs:perf_cpu_map__new_int (Results 1 – 6 of 6) sorted by relevance

/linux/tools/lib/perf/include/perf/
H A Dcpumap.h46 /** perf_cpu_map__new_int - create a map with the one given cpu. */
47 LIBPERF_API struct perf_cpu_map *perf_cpu_map__new_int(int cpu);
/linux/tools/lib/perf/
H A Dcpumap.c243 struct perf_cpu_map *perf_cpu_map__new_int(int cpu) in perf_cpu_map__new()
245 struct perf_cpu_map *perf_cpu_map__new_int(int cpu) perf_cpu_map__new_int() function
H A Devlist.c121 evsel->cpus = perf_cpu_map__new_int(perf_cpu_map__cpu(srcs[i], 0).cpu); in __perf_evlist__propagate_maps()
/linux/tools/perf/util/
H A Ddrm_pmu.c124 drm->pmu.cpus = perf_cpu_map__new_int(0); in add_drm_pmu()
H A Dhwmon_pmu.c383 hwm->pmu.cpus = perf_cpu_map__new_int(0); in hwmon_pmu__new()
H A Dparse-events.c103 term_cpus = perf_cpu_map__new_int(term->val.num); in get_config_cpu()