projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f0d97b
)
drivers/perf: hisi: Fix typo in events attribute array
author
Shaokun Zhang
<zhangshaokun@hisilicon.com>
Thu, 23 Apr 2020 12:05:30 +0000
(20:05 +0800)
committer
Will Deacon
<will@kernel.org>
Thu, 30 Apr 2020 20:53:38 +0000
(21:53 +0100)
Fix up one typo: wr_dr_64b -> wr_ddr_64b.
Fixes: 2bab3cf9104c ("perf: hisi: Add support for HiSilicon SoC HHA PMU driver")
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
Cc: Will Deacon <will@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Link:
https://lore.kernel.org/r/1587643530-34357-1-git-send-email-zhangshaokun@hisilicon.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/perf/hisilicon/hisi_uncore_hha_pmu.c
patch
|
blob
|
history
diff --git
a/drivers/perf/hisilicon/hisi_uncore_hha_pmu.c
b/drivers/perf/hisilicon/hisi_uncore_hha_pmu.c
index 6a1dd72d8abbaa2d6c247934d514f1f264839b42..e5af9d7e6e14505297a65eb8b29e41917d1185be 100644
(file)
--- a/
drivers/perf/hisilicon/hisi_uncore_hha_pmu.c
+++ b/
drivers/perf/hisilicon/hisi_uncore_hha_pmu.c
@@
-283,7
+283,7
@@
static struct attribute *hisi_hha_pmu_events_attr[] = {
HISI_PMU_EVENT_ATTR(rx_wbip, 0x05),
HISI_PMU_EVENT_ATTR(rx_wtistash, 0x11),
HISI_PMU_EVENT_ATTR(rd_ddr_64b, 0x1c),
- HISI_PMU_EVENT_ATTR(wr_d
r_64b,
0x1d),
+ HISI_PMU_EVENT_ATTR(wr_d
dr_64b,
0x1d),
HISI_PMU_EVENT_ATTR(rd_ddr_128b, 0x1e),
HISI_PMU_EVENT_ATTR(wr_ddr_128b, 0x1f),
HISI_PMU_EVENT_ATTR(spill_num, 0x20),