Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
hw/timer/trace-events | 2 --
1 file changed, 2 deletions(-)
diff --git a/hw/timer/trace-events b/hw/timer/trace-events
index 2bb51f95ea..f3fca6fc9b 100644
--- a/hw/timer/trace-events
+++ b/hw/timer/trace-events
@@ -112,7 +112,6 @@ sh_timer_write(uint64_t offset, uint64_t value) "tmu012_write 0x%" PRIx64 " 0x%0
# hpet.c
hpet_timer_id_out_of_range(uint8_t timer_id) "timer id out of range: 0x%" PRIx8
-hpet_invalid_hpet_cfg(uint8_t reg_off) "invalid HPET_CFG + %u" PRIx8
hpet_ram_read(uint64_t addr) "enter hpet_ram_readl at 0x%" PRIx64
hpet_ram_read_reading_counter(uint8_t reg_off, uint64_t cur_tick) "reading counter + %" PRIu8 " = 0x%" PRIx64
hpet_ram_read_invalid(void) "invalid hpet_ram_readl"
@@ -123,4 +122,3 @@ hpet_ram_write_tn_cmp(uint8_t reg_off) "hpet_ram_writel HPET_TN_CMP + %" PRIu8
hpet_ram_write_invalid_tn_cmp(void) "invalid HPET_TN_CMP + 4 write"
hpet_ram_write_invalid(void) "invalid hpet_ram_writel"
hpet_ram_write_counter_write_while_enabled(void) "Writing counter while HPET enabled!"
-hpet_ram_write_counter_written(uint8_t reg_off, uint64_t value, uint64_t counter) "HPET counter + %" PRIu8 "written. crt = 0x%" PRIx64 " -> 0x%" PRIx64
--
2.51.1
On Sun, Nov 9, 2025 at 3:57 PM Stefan Hajnoczi <stefanha@redhat.com> wrote: > > Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> > --- Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> > hw/timer/trace-events | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/hw/timer/trace-events b/hw/timer/trace-events > index 2bb51f95ea..f3fca6fc9b 100644 > --- a/hw/timer/trace-events > +++ b/hw/timer/trace-events > @@ -112,7 +112,6 @@ sh_timer_write(uint64_t offset, uint64_t value) "tmu012_write 0x%" PRIx64 " 0x%0 > > # hpet.c > hpet_timer_id_out_of_range(uint8_t timer_id) "timer id out of range: 0x%" PRIx8 > -hpet_invalid_hpet_cfg(uint8_t reg_off) "invalid HPET_CFG + %u" PRIx8 > hpet_ram_read(uint64_t addr) "enter hpet_ram_readl at 0x%" PRIx64 > hpet_ram_read_reading_counter(uint8_t reg_off, uint64_t cur_tick) "reading counter + %" PRIu8 " = 0x%" PRIx64 > hpet_ram_read_invalid(void) "invalid hpet_ram_readl" > @@ -123,4 +122,3 @@ hpet_ram_write_tn_cmp(uint8_t reg_off) "hpet_ram_writel HPET_TN_CMP + %" PRIu8 > hpet_ram_write_invalid_tn_cmp(void) "invalid HPET_TN_CMP + 4 write" > hpet_ram_write_invalid(void) "invalid hpet_ram_writel" > hpet_ram_write_counter_write_while_enabled(void) "Writing counter while HPET enabled!" > -hpet_ram_write_counter_written(uint8_t reg_off, uint64_t value, uint64_t counter) "HPET counter + %" PRIu8 "written. crt = 0x%" PRIx64 " -> 0x%" PRIx64 > -- > 2.51.1 >
© 2016 - 2025 Red Hat, Inc.