From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: kernelshark plugins and ftrace array fields Date: Thu, 02 Sep 2010 15:19:05 +0300 Message-ID: <4C7F9639.7000804@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: linux-kernel , KVM list To: Steven Rostedt Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org I'd like to add enhance kvm_emulate_insn display in kernelshark to show the disassembly of the instruction being emulated. However, pevent_get_field_val() doesn't support arrays (the instruction is provided in a 15-byte array). Can you add support for arrays in the kernelshark API? With that, it looks like adding disassembly output to the kvm plugin should be quite simple. -- error compiling committee.c: too many arguments to function