mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
drivers/perf: hisi: Fix some event id for HiSilicon UC pmu
[ Upstream commit38bbef7240] Some event id of HiSilicon uncore UC PMU driver is incorrect, fix them. Fixes:312eca95e2("drivers/perf: hisi: Add support for HiSilicon UC PMU driver") Signed-off-by: Junhao He <hejunhao3@huawei.com> Reviewed-by: Yicong Yang <yangyicong@hisilicon.com> Link: https://lore.kernel.org/r/20231204110425.20354-1-hejunhao3@huawei.com Signed-off-by: Will Deacon <will@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
b60f26de4e
commit
412acaf9e2
|
|
@ -383,8 +383,8 @@ static struct attribute *hisi_uc_pmu_events_attr[] = {
|
|||
HISI_PMU_EVENT_ATTR(cpu_rd, 0x10),
|
||||
HISI_PMU_EVENT_ATTR(cpu_rd64, 0x17),
|
||||
HISI_PMU_EVENT_ATTR(cpu_rs64, 0x19),
|
||||
HISI_PMU_EVENT_ATTR(cpu_mru, 0x1a),
|
||||
HISI_PMU_EVENT_ATTR(cycles, 0x9c),
|
||||
HISI_PMU_EVENT_ATTR(cpu_mru, 0x1c),
|
||||
HISI_PMU_EVENT_ATTR(cycles, 0x95),
|
||||
HISI_PMU_EVENT_ATTR(spipe_hit, 0xb3),
|
||||
HISI_PMU_EVENT_ATTR(hpipe_hit, 0xdb),
|
||||
HISI_PMU_EVENT_ATTR(cring_rxdat_cnt, 0xfa),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user