summaryrefslogtreecommitdiff
path: root/cpu-all.h
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-01-26 22:00:47 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-01-26 22:00:47 +0000
commite3db7226b411d767b9a3ac8e0d88f5cbd5782349 (patch)
treedbc6a91f0c538c2736a9c9d3acab3300125dd11e /cpu-all.h
parentd79284e07aae8d702c1d3f9d83590480fa06f5d7 (diff)
downloadqemu-e3db7226b411d767b9a3ac8e0d88f5cbd5782349.tar.gz
JIT statistics
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1244 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'cpu-all.h')
-rw-r--r--cpu-all.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu-all.h b/cpu-all.h
index 303fab0c1b..d395c0038b 100644
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -742,4 +742,7 @@ static inline void cpu_physical_memory_set_dirty(target_ulong addr)
void cpu_physical_memory_reset_dirty(target_ulong start, target_ulong end);
+void dump_exec_info(FILE *f,
+ int (*cpu_fprintf)(FILE *f, const char *fmt, ...));
+
#endif /* CPU_ALL_H */