Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/tests/
Dcpumap.c141 cpu_map__snprint(map, buf, sizeof(buf)); in cpu_map_print()
167 cpu_map__snprint(c, buf, sizeof(buf)); in test__cpu_map_merge()
182 cpu_map__snprint(c, buf, sizeof(buf)); in __test__cpu_map_intersect()
/linux-6.6.21/tools/perf/util/
Dcpumap.h55 size_t cpu_map__snprint(struct perf_cpu_map *map, char *buf, size_t size);
Dcpumap.c156 cpu_map__snprint(map, buf, sizeof(buf)); in cpu_map__fprintf()
576 size_t cpu_map__snprint(struct perf_cpu_map *map, char *buf, size_t size) in cpu_map__snprint() function
Devlist.c2502 cpu_map__snprint(to_test, buf, sizeof(buf)); in evlist__warn_user_requested_cpus()
/linux-6.6.21/tools/perf/
Dbuiltin-stat.c214 cpu_map__snprint(leader->core.cpus, buf, sizeof(buf)); in evlist__check_cpu_maps()
216 cpu_map__snprint(evsel->core.cpus, buf, sizeof(buf)); in evlist__check_cpu_maps()