Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcpumap.h55 size_t cpu_map__snprint(struct perf_cpu_map *map, char *buf, size_t size);
H A Dcpumap.c174 cpu_map__snprint(map, buf, sizeof(buf)); in cpu_map__fprintf()
626 size_t cpu_map__snprint(struct perf_cpu_map *map, char *buf, size_t size) in cpu_map__snprint() function
H A Dintel-tpebs.c100 cpu_map__snprint(evsel->evlist->core.user_requested_cpus, cpumap_buf, in evsel__tpebs_start_perf_record()
H A Dmem-events.c311 cpu_map__snprint(cpu_map, buf, sizeof(buf)); in perf_mem_events__record_args()
H A Devsel.c4399 cpu_map__snprint(user_requested_cpus, buf1, sizeof(buf1)); in evsel__warn_user_requested_cpus()
4400 cpu_map__snprint(online ?: pmu->cpus, buf2, sizeof(buf2)); in evsel__warn_user_requested_cpus()
/linux/tools/perf/
H A Dbuiltin-stat.c217 cpu_map__snprint(leader->core.cpus, buf, sizeof(buf)); in evlist__check_cpu_maps()
219 cpu_map__snprint(evsel->core.cpus, buf, sizeof(buf)); in evlist__check_cpu_maps()