Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dcpumap.c108 cpu_map__snprint(map, buf, sizeof(buf)); in cpu_map_print()
132 cpu_map__snprint(c, buf, sizeof(buf)); in test__cpu_map_merge()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dcpumap.h14 size_t cpu_map__snprint(struct perf_cpu_map *map, char *buf, size_t size);
H A Dcpumap.c76 cpu_map__snprint(map, buf, sizeof(buf)); in cpu_map__fprintf()
488 size_t cpu_map__snprint(struct perf_cpu_map *map, char *buf, size_t size) in cpu_map__snprint() function
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-stat.c243 cpu_map__snprint(leader->core.cpus, buf, sizeof(buf)); in evlist__check_cpu_maps()
245 cpu_map__snprint(evsel->core.cpus, buf, sizeof(buf)); in evlist__check_cpu_maps()