[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 19/21] hw/timer: fix systick trace message
From: |
Peter Maydell |
Subject: |
[PULL 19/21] hw/timer: fix systick trace message |
Date: |
Tue, 16 Jan 2024 15:12:26 +0000 |
From: Samuel Tardieu <sam@rfc1149.net>
Signed-off-by: Samuel Tardieu <sam@rfc1149.net>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-id: 20240109184508.3189599-1-sam@rfc1149.net
Fixes: ff68dacbc786 ("armv7m: Split systick out from NVIC")
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
hw/timer/trace-events | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/timer/trace-events b/hw/timer/trace-events
index 3eccef83858..8145e18e3da 100644
--- a/hw/timer/trace-events
+++ b/hw/timer/trace-events
@@ -35,7 +35,7 @@ aspeed_timer_read(uint64_t offset, unsigned size, uint64_t
value) "From 0x%" PRI
# armv7m_systick.c
systick_reload(void) "systick reload"
-systick_timer_tick(void) "systick reload"
+systick_timer_tick(void) "systick tick"
systick_read(uint64_t addr, uint32_t value, unsigned size) "systick read addr
0x%" PRIx64 " data 0x%" PRIx32 " size %u"
systick_write(uint64_t addr, uint32_t value, unsigned size) "systick write
addr 0x%" PRIx64 " data 0x%" PRIx32 " size %u"
--
2.34.1
- [PULL 02/21] target/arm: arm_pamax() no longer needs to do feature propagation, (continued)
- [PULL 02/21] target/arm: arm_pamax() no longer needs to do feature propagation, Peter Maydell, 2024/01/16
- [PULL 04/21] hw/misc: Implement STM32L4x5 EXTI, Peter Maydell, 2024/01/16
- [PULL 08/21] hw/arm: Connect STM32L4x5 SYSCFG to STM32L4x5 SoC, Peter Maydell, 2024/01/16
- [PULL 05/21] hw/arm: Connect STM32L4x5 EXTI to STM32L4x5 SoC, Peter Maydell, 2024/01/16
- [PULL 03/21] docs/system/arm/virt.rst: Improve 'highmem' option docs, Peter Maydell, 2024/01/16
- [PULL 07/21] hw/misc: Implement STM32L4x5 SYSCFG, Peter Maydell, 2024/01/16
- [PULL 09/21] tests/qtest: Add STM32L4x5 SYSCFG QTest testcase, Peter Maydell, 2024/01/16
- [PULL 12/21] hw/misc: Add qtest for NPCM7xx PCI Mailbox, Peter Maydell, 2024/01/16
- [PULL 06/21] tests/qtest: Add STM32L4x5 EXTI QTest testcase, Peter Maydell, 2024/01/16
- [PULL 18/21] tests/qtest: Adding PCS Module test to GMAC Qtest, Peter Maydell, 2024/01/16
- [PULL 19/21] hw/timer: fix systick trace message,
Peter Maydell <=
- [PULL 10/21] hw/misc: Add Nuvoton's PCI Mailbox Module, Peter Maydell, 2024/01/16
- [PULL 14/21] hw/arm: Add GMAC devices to NPCM7XX SoC, Peter Maydell, 2024/01/16
- [PULL 13/21] hw/net: Add NPCMXXX GMAC device, Peter Maydell, 2024/01/16
- [PULL 11/21] hw/arm: Add PCI mailbox module to Nuvoton SoC, Peter Maydell, 2024/01/16
- [PULL 15/21] tests/qtest: Creating qtest for GMAC Module, Peter Maydell, 2024/01/16
- [PULL 16/21] hw/net: GMAC Rx Implementation, Peter Maydell, 2024/01/16
- [PULL 17/21] hw/net: GMAC Tx Implementation, Peter Maydell, 2024/01/16
- [PULL 21/21] load_elf: fix iterator's type for elf file processing, Peter Maydell, 2024/01/16
- [PULL 20/21] hw/arm/virt: Consolidate valid CPU types, Peter Maydell, 2024/01/16