libperf evsel: Rename own_cpus to pmu_cpus
authorIan Rogers <irogers@google.com>
Sat, 19 Jul 2025 03:05:08 +0000 (20:05 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Thu, 24 Jul 2025 20:41:35 +0000 (13:41 -0700)
commit6d765f5f7ec669f2a16b44afd23cd877efa640de
tree0bbd737066958e6d6824c32e34d89efbfd2b2b9b
parent175c852325a1f566426e2470e5d5d67efc7621dd
libperf evsel: Rename own_cpus to pmu_cpus

own_cpus is generally the cpumask from the PMU. Rename to pmu_cpus to
try to make this clearer. Variable rename with no other changes.

Reviewed-by: Thomas Falcon <thomas.falcon@intel.com>
Signed-off-by: Ian Rogers <irogers@google.com>
Tested-by: James Clark <james.clark@linaro.org>
Link: https://lore.kernel.org/r/20250719030517.1990983-7-irogers@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/lib/perf/evlist.c
tools/lib/perf/evsel.c
tools/lib/perf/include/internal/evsel.h
tools/perf/tests/event_update.c
tools/perf/util/evsel.c
tools/perf/util/header.c
tools/perf/util/parse-events.c
tools/perf/util/synthetic-events.c
tools/perf/util/tool_pmu.c