qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC v2 15/34] HACK: monitor: Comment out TCG profile ops


From: Peter Crosthwaite
Subject: [Qemu-devel] [RFC v2 15/34] HACK: monitor: Comment out TCG profile ops
Date: Sat, 30 May 2015 23:11:48 -0700

Not dealing with this problem as of this RFC, but comments on how
to solve it welcome. The approach adopted by this series is to
implement multi-arch as multiple translators, so a single global
TCG profiler is now ill-defined.

Signed-off-by: Peter Crosthwaite <address@hidden>
---
 monitor.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/monitor.c b/monitor.c
index 1a17cf3..f3ee785 100644
--- a/monitor.c
+++ b/monitor.c
@@ -1036,13 +1036,17 @@ static void hmp_info_registers(Monitor *mon, const 
QDict *qdict)
 
 static void hmp_info_jit(Monitor *mon, const QDict *qdict)
 {
+#if 0
     dump_exec_info((FILE *)mon, monitor_fprintf);
+#endif
     dump_drift_info((FILE *)mon, monitor_fprintf);
 }
 
 static void hmp_info_opcount(Monitor *mon, const QDict *qdict)
 {
+#if 0
     dump_opcount_info((FILE *)mon, monitor_fprintf);
+#endif
 }
 
 static void hmp_info_history(Monitor *mon, const QDict *qdict)
-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]