Searched refs:cpu_map__snprint (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | cpumap.h | 55 size_t cpu_map__snprint(struct perf_cpu_map *map, char *buf, size_t size);
|
| H 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
|
| H A D | intel-tpebs.c | 100 cpu_map__snprint(evsel->evlist->core.user_requested_cpus, cpumap_buf, in evsel__tpebs_start_perf_record()
|
| H A D | mem-events.c | 311 cpu_map__snprint(cpu_map, buf, sizeof(buf)); in perf_mem_events__record_args()
|
| H A D | evsel.c | 4399 cpu_map__snprint(user_requested_cpus, buf1, sizeof(buf1)); in evsel__warn_user_requested_cpus() 4400 cpu_map__snprint(online ?: pmu->cpus, buf2, sizeof(buf2)); in evsel__warn_user_requested_cpus()
|
| /linux/tools/perf/ |
| H A D | builtin-stat.c | 217 cpu_map__snprint(leader->core.cpus, buf, sizeof(buf)); in evlist__check_cpu_maps() 219 cpu_map__snprint(evsel->core.cpus, buf, sizeof(buf)); in evlist__check_cpu_maps()
|