diff options
author | Mark Rutland | 2016-07-15 12:08:11 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo | 2016-07-19 00:42:47 +0200 |
commit | 9a6c582d57a0fc37fa4e13a69d9129fb3d98a401 (patch) | |
tree | a2dc1be66870ab9ed15a8265eac5e8ea744a4df3 /tools/perf/util/probe-event.c | |
parent | perf stat: Balance opening and reading events (diff) | |
download | kernel-qcow2-linux-9a6c582d57a0fc37fa4e13a69d9129fb3d98a401.tar.gz kernel-qcow2-linux-9a6c582d57a0fc37fa4e13a69d9129fb3d98a401.tar.xz kernel-qcow2-linux-9a6c582d57a0fc37fa4e13a69d9129fb3d98a401.zip |
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 <mark.rutland@arm.com>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: He Kuang <hekuang@huawei.com>
Cc: Kan Liang <kan.liang@intel.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/r/1468577293-19667-3-git-send-email-mark.rutland@arm.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/probe-event.c')
0 files changed, 0 insertions, 0 deletions