Searched refs:cpu_map__snprint (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/tools/perf/util/ |
D | evlist-hybrid.c | 137 cpu_map__snprint(matched_cpus, buf1, sizeof(buf1)); in evlist__fix_hybrid_cpus() 147 cpu_map__snprint(cpus, buf1, sizeof(buf1)); in evlist__fix_hybrid_cpus() 148 cpu_map__snprint(pmu->cpus, buf2, sizeof(buf2)); in evlist__fix_hybrid_cpus()
|
D | cpumap.h | 45 size_t cpu_map__snprint(struct perf_cpu_map *map, char *buf, size_t size);
|
D | cpumap.c | 155 cpu_map__snprint(map, buf, sizeof(buf)); in cpu_map__fprintf() 564 size_t cpu_map__snprint(struct perf_cpu_map *map, char *buf, size_t size) in cpu_map__snprint() function
|
/linux-6.1.9/tools/perf/tests/ |
D | cpumap.c | 141 cpu_map__snprint(map, buf, sizeof(buf)); in cpu_map_print() 167 cpu_map__snprint(c, buf, sizeof(buf)); in test__cpu_map_merge()
|
/linux-6.1.9/tools/perf/ |
D | builtin-stat.c | 270 cpu_map__snprint(leader->core.cpus, buf, sizeof(buf)); in evlist__check_cpu_maps() 272 cpu_map__snprint(evsel->core.cpus, buf, sizeof(buf)); in evlist__check_cpu_maps()
|