+17
−3
Loading
mainline inclusion from mainline-v6.9-rc2 commit c7b2edd8377be983442c1344cb940cd2ac21b601 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I9HG74 CVE: NA -------------------------------- AMD processors based on Zen 2 and later microarchitectures do not support PMCx087 (instruction pipe stalls) which is used as the backing event for "stalled-cycles-frontend" and "stalled-cycles-backend". Use PMCx0A9 (cycles where micro-op queue is empty) instead to count frontend stalls and remove the entry for backend stalls since there is no direct replacement. Signed-off-by:Sandipan Das <sandipan.das@amd.com> Signed-off-by:
Ingo Molnar <mingo@kernel.org> Reviewed-by:
Ian Rogers <irogers@google.com> Fixes: 3fe3331b ("perf/x86/amd: Add event map for AMD Family 17h") Link: https://lore.kernel.org/r/03d7fc8fa2a28f9be732116009025bdec1b3ec97.1711352180.git.sandipan.das@amd.com Signed-off-by:
Wenkuan Wang <Wenkuan.Wang@amd.com>