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

/linux-master/tools/perf/util/
H A Dcpumap.h57 size_t cpu_map__snprint(struct perf_cpu_map *map, char *buf, size_t size);
H A Dcpumap.c156 cpu_map__snprint(map, buf, sizeof(buf));
602 size_t cpu_map__snprint(struct perf_cpu_map *map, char *buf, size_t size) function
H A Devlist.c2520 cpu_map__snprint(to_test, buf, sizeof(buf));
/linux-master/tools/perf/tests/
H A Dcpumap.c141 cpu_map__snprint(map, buf, sizeof(buf));
167 cpu_map__snprint(c, buf, sizeof(buf));
182 cpu_map__snprint(c, buf, sizeof(buf));
/linux-master/tools/perf/
H A Dbuiltin-stat.c214 cpu_map__snprint(leader->core.cpus, buf, sizeof(buf));
216 cpu_map__snprint(evsel->core.cpus, buf, sizeof(buf));

Completed in 127 milliseconds