lkml.org 
[lkml]   [2022]   [Jan]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH v4 02/48] perf stat: Add aggr creators that are passed a cpu.
From
Date
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);
> +}
> +

\
 
 \ /
  Last update: 2022-01-10 20:19    [W:0.320 / U:0.316 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site