https://github.com/torvalds/linux
Revision e69a5c010246ca6a87c4e6f13d0a291954bdece8 authored by Zhengjun Xing on 01 June 2022, 15:25:44 UTC, committed by Arnaldo Carvalho de Melo on 03 June 2022, 19:12:34 UTC
For the hybrid system, the "slots" event changes to "cpu_core/slots/", need
extend API arch_evsel__must_be_in_group() to support hybrid systems.

In the origin code, for hybrid system event "cpu_core/slots/", the output
of the API arch_evsel__must_be_in_group() is "false" (in fact,it should be
"true"). Currently only one API evsel__remove_from_group() calls it. In
evsel__remove_from_group(), it adds the second condition to check, so the
output of evsel__remove_from_group() still is correct. That's the reason
why there isn't an instant error. I'd like to fix the issue found in API
arch_evsel__must_be_in_group() in case someone else using the function in
the other place.

Fixes: d98079c05b5a ("perf evlist: Keep topdown counters in weak group")
Signed-off-by: Zhengjun Xing <zhengjun.xing@linux.intel.com>
Reviewed-by: Kan Liang <kan.liang@linux.intel.com>
Acked-by: Ian Rogers <irogers@google.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Link: https://lore.kernel.org/r/20220601152544.1842447-1-zhengjun.xing@linux.intel.com
Cc: peterz@infradead.org
Cc: adrian.hunter@intel.com
Cc: alexander.shishkin@intel.com
Cc: acme@kernel.org
Cc: ak@linux.intel.com
Cc: jolsa@redhat.com
Cc: mingo@redhat.com
Cc: linux-kernel@vger.kernel.org
Cc: linux-perf-users@vger.kernel.org
1 parent 9be4cbd
History
Tip revision: e69a5c010246ca6a87c4e6f13d0a291954bdece8 authored by Zhengjun Xing on 01 June 2022, 15:25:44 UTC
perf evlist: Extend arch_evsel__must_be_in_group to support hybrid systems
Tip revision: e69a5c0
File Mode Size
associativity.rst -rw-r--r-- 4.6 KB
booting.rst -rw-r--r-- 5.5 KB
bootwrapper.rst -rw-r--r-- 6.6 KB
cpu_families.rst -rw-r--r-- 6.2 KB
cpu_features.rst -rw-r--r-- 2.7 KB
cxl.rst -rw-r--r-- 15.8 KB
cxlflash.rst -rw-r--r-- 21.6 KB
dawr-power9.rst -rw-r--r-- 3.6 KB
dscr.rst -rw-r--r-- 3.4 KB
eeh-pci-error-recovery.rst -rw-r--r-- 14.9 KB
elfnote.rst -rw-r--r-- 1.3 KB
features.rst -rw-r--r-- 94 bytes
firmware-assisted-dump.rst -rw-r--r-- 16.8 KB
hvcs.rst -rw-r--r-- 22.5 KB
imc.rst -rw-r--r-- 6.3 KB
index.rst -rw-r--r-- 620 bytes
isa-versions.rst -rw-r--r-- 2.1 KB
kasan.txt -rw-r--r-- 2.4 KB
kaslr-booke32.rst -rw-r--r-- 1.7 KB
mpc52xx.rst -rw-r--r-- 1.2 KB
papr_hcalls.rst -rw-r--r-- 14.4 KB
pci_iov_resource_on_powernv.rst -rw-r--r-- 14.6 KB
pmu-ebb.rst -rw-r--r-- 5.3 KB
ptrace.rst -rw-r--r-- 6.1 KB
qe_firmware.rst -rw-r--r-- 12.9 KB
syscall64-abi.rst -rw-r--r-- 6.4 KB
transactional_memory.rst -rw-r--r-- 11.1 KB
ultravisor.rst -rw-r--r-- 33.8 KB
vas-api.rst -rw-r--r-- 10.7 KB
vcpudispatch_stats.rst -rw-r--r-- 3.0 KB

back to top