[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 3/4] hw/timer/nrf51_timer: Display timer ID in trace events
From: |
Richard Henderson |
Subject: |
Re: [PATCH 3/4] hw/timer/nrf51_timer: Display timer ID in trace events |
Date: |
Mon, 4 May 2020 10:15:51 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 |
On 5/4/20 12:28 AM, Philippe Mathieu-Daudé wrote:
> The NRF51 series SoC have 3 timer peripherals, each having
> 4 counters. To help differentiate which peripheral is accessed,
> display the timer ID in the trace events.
>
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> ---
> include/hw/timer/nrf51_timer.h | 1 +
> hw/arm/nrf51_soc.c | 5 +++++
> hw/timer/nrf51_timer.c | 11 +++++++++--
> hw/timer/trace-events | 4 ++--
> 4 files changed, 17 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <address@hidden>
r~
- [PATCH 0/4] hw/arm/nrf51: Extend tracing, Philippe Mathieu-Daudé, 2020/05/04
- [PATCH 1/4] hw/arm/nrf51: Add NRF51_PERIPHERAL_SIZE definition, Philippe Mathieu-Daudé, 2020/05/04
- [PATCH 3/4] hw/timer/nrf51_timer: Display timer ID in trace events, Philippe Mathieu-Daudé, 2020/05/04
- Re: [PATCH 3/4] hw/timer/nrf51_timer: Display timer ID in trace events,
Richard Henderson <=
- [PATCH 4/4] hw/timer/nrf51_timer: Add trace event of counter value update, Philippe Mathieu-Daudé, 2020/05/04
- [PATCH 2/4] hw/arm/nrf51_soc: Mark some peripherals as unimplemented, Philippe Mathieu-Daudé, 2020/05/04
- Re: [PATCH 0/4] hw/arm/nrf51: Extend tracing, Peter Maydell, 2020/05/11