From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31188 invoked by alias); 19 Nov 2009 19:39:44 -0000 Received: (qmail 31180 invoked by uid 22791); 19 Nov 2009 19:39:43 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 19 Nov 2009 19:38:52 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nAJJcp92007606 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 19 Nov 2009 14:38:51 -0500 Received: from redhat.com (dhcp-100-19-102.bos.redhat.com [10.16.19.102]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nAJJcotF031248; Thu, 19 Nov 2009 14:38:50 -0500 Date: Thu, 19 Nov 2009 19:39:00 -0000 From: Jason Baron To: Masami Hiramatsu Cc: Ingo Molnar , lkml , Roland McGrath , Oleg Nesterov , systemtap , DLE Subject: Re: [PATCH -tip v2 0/3] tracepoint: Add signal events Message-ID: <20091119193814.GB2625@redhat.com> References: <20091118211609.20207.55487.stgit@dhcp-100-2-132.bos.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091118211609.20207.55487.stgit@dhcp-100-2-132.bos.redhat.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2009-q4/txt/msg00600.txt.bz2 On Wed, Nov 18, 2009 at 04:16:09PM -0500, Masami Hiramatsu wrote: > Hi, > > These patches add signal related tracepoints including > signal generation, delivery, and loss. First patch also > moves signal-sending tracepoint from events/sched.h to > events/signal.h. > > Changes in v2 > - Add siginfo arguments > hi Masami, It would be really great if you could add docbook style comments to your tracepoints. Here's the initial path I posted for the irq chapter: http://lkml.indiana.edu/hypermail/linux/kernel/0904.3/02651.html So you could add a new chapter for signals. The current tracepoint docbook can be viewed at: http://www.kernel.org/doc/htmldocs/tracepoint/ thanks, -Jason