We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0d97b commit 88562f0Copy full SHA for 88562f0
drivers/perf/hisilicon/hisi_uncore_hha_pmu.c
@@ -283,7 +283,7 @@ static struct attribute *hisi_hha_pmu_events_attr[] = {
283
HISI_PMU_EVENT_ATTR(rx_wbip, 0x05),
284
HISI_PMU_EVENT_ATTR(rx_wtistash, 0x11),
285
HISI_PMU_EVENT_ATTR(rd_ddr_64b, 0x1c),
286
- HISI_PMU_EVENT_ATTR(wr_dr_64b, 0x1d),
+ HISI_PMU_EVENT_ATTR(wr_ddr_64b, 0x1d),
287
HISI_PMU_EVENT_ATTR(rd_ddr_128b, 0x1e),
288
HISI_PMU_EVENT_ATTR(wr_ddr_128b, 0x1f),
289
HISI_PMU_EVENT_ATTR(spill_num, 0x20),
0 commit comments