Skip to content

Commit 94b3ad1

Browse files
ilkka-koskinenwilldeacon
authored andcommitted
perf/dwc_pcie: Fix typos in event names
Fix a few typos in event names Signed-off-by: Ilkka Koskinen <ilkka@os.amperecomputing.com> Reviewed-by: Jing Zhang <renyu.zj@linux.alibaba.com> Reviewed-by: Shuai Xue <xueshuai@linux.alibaba.com> Link: https://lore.kernel.org/r/20241008231824.5102-4-ilkka@os.amperecomputing.com Signed-off-by: Will Deacon <will@kernel.org>
1 parent 83d511c commit 94b3ad1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/perf/dwc_pcie_pmu.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,9 @@ static struct attribute *dwc_pcie_pmu_time_event_attrs[] = {
216216
DWC_PCIE_PMU_LANE_EVENT_ATTR(tx_update_fc_dllp, 0x601),
217217
DWC_PCIE_PMU_LANE_EVENT_ATTR(rx_ack_dllp, 0x602),
218218
DWC_PCIE_PMU_LANE_EVENT_ATTR(rx_update_fc_dllp, 0x603),
219-
DWC_PCIE_PMU_LANE_EVENT_ATTR(rx_nulified_tlp, 0x604),
220-
DWC_PCIE_PMU_LANE_EVENT_ATTR(tx_nulified_tlp, 0x605),
221-
DWC_PCIE_PMU_LANE_EVENT_ATTR(rx_duplicate_tl, 0x606),
219+
DWC_PCIE_PMU_LANE_EVENT_ATTR(rx_nullified_tlp, 0x604),
220+
DWC_PCIE_PMU_LANE_EVENT_ATTR(tx_nullified_tlp, 0x605),
221+
DWC_PCIE_PMU_LANE_EVENT_ATTR(rx_duplicate_tlp, 0x606),
222222
DWC_PCIE_PMU_LANE_EVENT_ATTR(tx_memory_write, 0x700),
223223
DWC_PCIE_PMU_LANE_EVENT_ATTR(tx_memory_read, 0x701),
224224
DWC_PCIE_PMU_LANE_EVENT_ATTR(tx_configuration_write, 0x702),

0 commit comments

Comments
 (0)