Re: [PATCH v4 02/48] perf stat: Add aggr creators that are passed a cpu.
From: John Garry <hidden>
Date: 2022-01-10 19:18:14
Also in:
linux-perf-users, lkml
From: John Garry <hidden>
Date: 2022-01-10 19:18:14
Also in:
linux-perf-users, lkml
On 05/01/2022 06:13, Ian Rogers wrote:
+struct aggr_cpu_id cpu_map__get_socket(struct perf_cpu_map *map, int idx,
+ void *data)
+{
+ if (idx < 0 || idx > map->nr)Incidentally should this be >= map->nr?
+ return cpu_map__empty_aggr_cpu_id(); + + return cpu_map__get_socket_aggr_by_cpu(map->map[idx], data); +} +
_______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel