Searched refs:cpu_map__snprint (Results 1 – 7 of 7) sorted by relevance
| /tools/perf/tests/ |
| A D | cpumap.c | 141 cpu_map__snprint(map, buf, sizeof(buf)); in cpu_map_print() 167 cpu_map__snprint(a, buf, sizeof(buf)); in __test__cpu_map_merge() 215 cpu_map__snprint(c, buf, sizeof(buf)); in __test__cpu_map_intersect()
|
| /tools/perf/util/ |
| A D | cpumap.h | 55 size_t cpu_map__snprint(struct perf_cpu_map *map, char *buf, size_t size);
|
| A D | cpumap.c | 174 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
|
| A D | intel-tpebs.c | 99 cpu_map__snprint(evsel->evlist->core.user_requested_cpus, cpumap_buf, in evsel__tpebs_start_perf_record()
|
| A D | mem-events.c | 309 cpu_map__snprint(cpu_map, buf, sizeof(buf)); in perf_mem_events__record_args()
|
| A D | evsel.c | 4119 cpu_map__snprint(user_requested_cpus, buf1, sizeof(buf1)); in evsel__warn_user_requested_cpus() 4120 cpu_map__snprint(online ?: pmu->cpus, buf2, sizeof(buf2)); in evsel__warn_user_requested_cpus()
|
| /tools/perf/ |
| A D | builtin-stat.c | 206 cpu_map__snprint(leader->core.cpus, buf, sizeof(buf)); in evlist__check_cpu_maps() 208 cpu_map__snprint(evsel->core.cpus, buf, sizeof(buf)); in evlist__check_cpu_maps()
|
Completed in 26 milliseconds