]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf python: Add evlist all_cpus accessor
authorIan Rogers <irogers@google.com>
Fri, 28 Feb 2025 22:23:06 +0000 (14:23 -0800)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 12 Mar 2025 01:55:38 +0000 (18:55 -0700)
commit1a8356fbf89beeea29ce39a233f932dc06a7109a
tree54b4faadf418799f496ef4c7e1725ea0aee29e17
parent9e9472c148b8c61ed5eb50eea3277e779bf601fe
perf python: Add evlist all_cpus accessor

Add a means to get the reference counted all_cpus CPU map from an
evlist in its python form.

Reviewed-by: Howard Chu <howardchu95@gmail.com>
Signed-off-by: Ian Rogers <irogers@google.com>
Reviewed-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Link: https://lore.kernel.org/r/20250228222308.626803-10-irogers@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/python.c