From 50768bb9580066bb5982d4b4e62b974d72d24746 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Fri, 11 Oct 2019 17:03:05 +0100 Subject: sim: prefix --debug-flags Event logs with the flag name Sample output of FmtFlag,ExecAll,Event: 0: Event: Event_70: generic event rescheduled @ 18446744073709551615 0: ExecEnable: system.cpu: A0 T0 : @asm_main_after_prologue 0: Event: AtomicSimpleCPU tick.wrapped_function_event 500: ExecEnable: system.cpu: A0 T0 : @asm_main_after_prologue+4 500: Event: AtomicSimpleCPU tick.wrapped_function_event 1000: ExecEnable: system.cpu: A0 T0 : @asm_main_after_prologue+8 1000: Event: AtomicSimpleCPU tick.wrapped_function_event 1500: ExecEnable: system.cpu: A0 T0 : @asm_main_after_prologue+12 1500: Event: AtomicSimpleCPU tick.wrapped_function_event Change-Id: I7f252b57d7778a15a3dda40d909bdb4425557a40 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/22009 Reviewed-by: Jason Lowe-Power Maintainer: Jason Lowe-Power Tested-by: kokoro --- src/sim/eventq.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/sim') diff --git a/src/sim/eventq.cc b/src/sim/eventq.cc index 80de1808f..b682325aa 100644 --- a/src/sim/eventq.cc +++ b/src/sim/eventq.cc @@ -392,7 +392,8 @@ Event::trace(const char *action) // more informative message in the trace, override this method on // the particular subclass where you have the information that // needs to be printed. - DPRINTFN("%s event %s @ %d\n", description(), action, when()); + DPRINTF_UNCONDITIONAL(Event, "%s event %s @ %d\n", + description(), action, when()); } void -- cgit v1.2.3