From 3f2b039c98e57cdcd22376552d77603e6233c371 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Tue, 1 May 2007 18:14:16 -0400 Subject: change the way dprintf works so the cache accesses required to fulfill the dprintf aren't show in between the Cycle: name: printing and the actual formatted string being printed --HG-- extra : convert_revision : 8876ba938ba971f854bab490c9af10db039a2e83 --- src/kern/linux/events.hh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/kern/linux/events.hh') diff --git a/src/kern/linux/events.hh b/src/kern/linux/events.hh index b0510c18f..e36a72dde 100644 --- a/src/kern/linux/events.hh +++ b/src/kern/linux/events.hh @@ -38,13 +38,9 @@ namespace Linux { class DebugPrintkEvent : public SkipFuncEvent { - private: - bool raw; - public: - DebugPrintkEvent(PCEventQueue *q, const std::string &desc, Addr addr, - bool r = false) - : SkipFuncEvent(q, desc, addr), raw(r) {} + DebugPrintkEvent(PCEventQueue *q, const std::string &desc, Addr addr) + : SkipFuncEvent(q, desc, addr) {} virtual void process(ThreadContext *xc); }; -- cgit v1.2.3