From: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
To: Steven Rostedt <rostedt@goodmis.org>
Cc: linux-kernel@vger.kernel.org, Ingo Molnar <mingo@kernel.org>,
Frederic Weisbecker <fweisbec@gmail.com>,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [RFC PATCH v6 2/3] Tracepoint API doc update: data argument
Date: Thu, 20 Mar 2014 03:15:43 +0000 (UTC) [thread overview]
Message-ID: <686288039.7231.1395285343508.JavaMail.zimbra@efficios.com> (raw)
In-Reply-To: <20140319230132.5dc57068@gandalf.local.home>
----- Original Message -----
> From: "Steven Rostedt" <rostedt@goodmis.org>
> To: "Mathieu Desnoyers" <mathieu.desnoyers@efficios.com>
> Cc: linux-kernel@vger.kernel.org, "Ingo Molnar" <mingo@kernel.org>, "Frederic Weisbecker" <fweisbec@gmail.com>,
> "Andrew Morton" <akpm@linux-foundation.org>
> Sent: Wednesday, March 19, 2014 11:01:32 PM
> Subject: Re: [RFC PATCH v6 2/3] Tracepoint API doc update: data argument
>
> On Wed, 19 Mar 2014 18:31:01 -0400
> Mathieu Desnoyers <mathieu.desnoyers@efficios.com> wrote:
>
> > Describe the @data argument (probe private data).
>
> As you probably noticed, I added your previous patch to my tree.
> You don't need to keep this with your patches.
OK, thanks!
Mathieu
>
> -- Steve
>
> >
> > Fixes: 38516ab59fbc "tracing: Let tracepoints have data passed to
> > tracepoint callbacks"
> > Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
> > CC: Steven Rostedt <rostedt@goodmis.org>
> > CC: Ingo Molnar <mingo@kernel.org>
> > CC: Frederic Weisbecker <fweisbec@gmail.com>
> > CC: Andrew Morton <akpm@linux-foundation.org>
> > ---
> > kernel/tracepoint.c | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/kernel/tracepoint.c b/kernel/tracepoint.c
> > index f27e5f0..2e4bfcb 100644
> > --- a/kernel/tracepoint.c
> > +++ b/kernel/tracepoint.c
> > @@ -370,6 +370,7 @@ tracepoint_add_probe(const char *name, void *probe,
> > void *data)
> > * tracepoint_probe_register - Connect a probe to a tracepoint
> > * @name: tracepoint name
> > * @probe: probe handler
> > + * @data: probe private data
> > *
> > * Returns 0 if ok, error value on error.
> > * The probe address must at least be aligned on the architecture pointer
> > size.
> > @@ -412,6 +413,7 @@ tracepoint_remove_probe(const char *name, void *probe,
> > void *data)
> > * tracepoint_probe_unregister - Disconnect a probe from a tracepoint
> > * @name: tracepoint name
> > * @probe: probe function pointer
> > + * @data: probe private data
> > *
> > * We do not need to call a synchronize_sched to make sure the probes have
> > * finished running before doing a module unload, because the module
> > unload
>
>
--
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com
next prev parent reply other threads:[~2014-03-20 3:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-19 22:30 [RFC PATCH v6 0/3] Tracepoint API simplification/cleanup Mathieu Desnoyers
2014-03-19 22:31 ` [RFC PATCH v6 1/3] Tracepoint cleanup: remove unused API functions Mathieu Desnoyers
2014-03-19 22:31 ` [RFC PATCH v6 2/3] Tracepoint API doc update: data argument Mathieu Desnoyers
2014-03-20 3:01 ` Steven Rostedt
2014-03-20 3:15 ` Mathieu Desnoyers [this message]
2014-03-19 22:31 ` [RFC PATCH v6 3/3] Tracepoint: register/unregister struct tracepoint Mathieu Desnoyers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=686288039.7231.1395285343508.JavaMail.zimbra@efficios.com \
--to=mathieu.desnoyers@efficios.com \
--cc=akpm@linux-foundation.org \
--cc=fweisbec@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=rostedt@goodmis.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome