Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754874AbZINCWx (ORCPT ); Sun, 13 Sep 2009 22:22:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754603AbZINCWw (ORCPT ); Sun, 13 Sep 2009 22:22:52 -0400 Received: from fg-out-1718.google.com ([72.14.220.152]:44836 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754574AbZINCWv (ORCPT ); Sun, 13 Sep 2009 22:22:51 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=ZbcN993BGWn15fiGi8unh4cxhSoxeXir+oOwk2vADME5Oj5g9CtWqv9dd0OaJet+5r CCv10+2tr09Q1wmKCuqDDs2246VxgPS4dkEs9TbvQhH/DurtpR+50oSIQS8KqArzXwxk LITLwxtKiqssyCjcsBvyP8pYZ3ZyOMxaJNtqA= Date: Mon, 14 Sep 2009 04:22:51 +0200 From: Frederic Weisbecker To: Masami Hiramatsu Cc: Steven Rostedt , Ingo Molnar , lkml , Ananth N Mavinakayanahalli , Andi Kleen , Christoph Hellwig , "Frank Ch. Eigler" , "H. Peter Anvin" , Jason Baron , Jim Keniston , "K.Prasad" , Lai Jiangshan , Li Zefan , Peter Zijlstra , Srikar Dronamraju , Tom Zanussi , systemtap , DLE Subject: Re: [PATCH tracing/kprobes 0/7] tracing/kprobes: kprobe-based event tracer update and perf support Message-ID: <20090914022248.GA14306@nowhere> References: <20090910235258.22412.29317.stgit@dhcp-100-2-132.bos.redhat.com> <20090911153609.GA6069@nowhere> <4AAAC5A8.208@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4AAAC5A8.208@redhat.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1203 Lines: 38 On Fri, Sep 11, 2009 at 05:48:24PM -0400, Masami Hiramatsu wrote: > Frederic Weisbecker wrote: >> >> I've tested the above example and it works very well, >> so I've applied this set, and the previous pending patches >> in: >> >> git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git \ >> tracing/kprobes > > I had a bug on that tree when I did Step.1 > > > (Step.1) Define new events under new group > > > > $ echo p:mygroup/myprobe do_sys_open dfd=a0 filename=a1 flags=a2 mode=a3 \ > > > /debug/tracing/kprobes_events > > $ echo r:mygroup/myretprobe do_sys_open rv >> /debug/tracing/kprobes_events > > $ cat /debug/tracing/kprobes_events > > p:myprobe do_sys_open+0 dfd=a0 filename=a1 flags=a2 mode=a3 > > r:myretprobe do_sys_open+0 rv=rv > > It seems that you forget to pull PATCH 7/7 of my previous series. > And also I've found my probe registration order is buggy. > I'll fix that. > > Thank you, Sorry :-s Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/