perf cpu_map: Add more helpers
authorMark Rutland <[email protected]>
Fri, 15 Jul 2016 10:08:11 +0000 (11:08 +0100)
committerArnaldo Carvalho de Melo <[email protected]>
Mon, 18 Jul 2016 22:42:47 +0000 (19:42 -0300)
commit9a6c582d57a0fc37fa4e13a69d9129fb3d98a401
treea2dc1be66870ab9ed15a8265eac5e8ea744a4df3
parent00e727bb389359c81101b03d34fec8cc7be5168d
perf cpu_map: Add more helpers

In some cases it's necessry to figure out the map-local index of a given
Linux logical CPU ID. Add a new helper, cpu_map__idx, to acquire this.
As the logic is largely the same as the existing cpu_map__has, this is
rewritten in terms of the new helper.

At the same time, add the inverse operation, cpu_map__cpu, which yields
the logical CPU id for a map-local index. While this can be performed
manually, wrapping this in a helper can make code more legible.

Signed-off-by: Mark Rutland <[email protected]>
Acked-by: Jiri Olsa <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: He Kuang <[email protected]>
Cc: Kan Liang <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Wang Nan <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/util/cpumap.c
tools/perf/util/cpumap.h