From mboxrd@z Thu Jan 1 00:00:00 1970 From: Namhyung Kim Subject: Re: [PATCH 2/4] KVM: Use __print_hex() for kvm_emulate_insn tracepoint Date: Thu, 28 Jun 2012 10:16:36 +0900 Message-ID: <87bok4z157.fsf@sejong.aot.lge.com> References: <1340757701-10711-1-git-send-email-namhyung@kernel.org> <1340757701-10711-2-git-send-email-namhyung@kernel.org> <1340801375.16702.10.camel@gandalf.stny.rr.com> <4FEB0288.5080106@redhat.com> <1340803224.16702.12.camel@gandalf.stny.rr.com> Mime-Version: 1.0 Content-Type: text/plain Cc: Avi Kivity , Arnaldo Carvalho de Melo , Frederic Weisbecker , Peter Zijlstra , Ingo Molnar , LKML , Namhyung Kim , kvm@vger.kernel.org, dsahern@gmail.com To: Steven Rostedt Return-path: In-Reply-To: <1340803224.16702.12.camel@gandalf.stny.rr.com> (Steven Rostedt's message of "Wed, 27 Jun 2012 09:20:24 -0400") Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org [CC'ing David] Hi, Steve On Wed, 27 Jun 2012 09:20:24 -0400, Steven Rostedt wrote: > On Wed, 2012-06-27 at 15:54 +0300, Avi Kivity wrote: > >> Acked-by: Avi Kivity > > Thanks Avi! > Can you give me your ack's too (for this and other ones in the series)? And if you ok, I can route this and future changes (from anybody) on libtraceevent through my tree. >> >> Some time ago we discussed moving the trace-cmd plugins to /lib/modules, >> which would make this trace display as "mov %edx,(%eax)" instead of "89 >> 10", even for non-trace-cmd users. Was there any movement on this? >> > > As a matter of fact ;-) The trace-cmd libparsevent library has now been > moved to tools/lib/libtraceevent, in which perf now uses. It is just a > matter of time till perf gets the use of the trace-cmd plugins. We just > need to figure out the logistics. > > Maybe make a tools/event_plugins ? > > Or something to that affect? > tools/lib/traceevent/plugins ? Thanks, Namhyung