Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
From: mathieu.desnoyers@polymtl.ca (Mathieu Desnoyers)
Subject: [ltt-dev] [PATCH] Fix missing data pointer for trace_mark_tp v2
Date: Fri, 3 Sep 2010 15:25:29 -0400	[thread overview]
Message-ID: <20100903192529.GA7389@Krystal> (raw)
In-Reply-To: <1283541328-3815-1-git-send-email-david.goulet@polymtl.ca>

* David Goulet (david.goulet at polymtl.ca) wrote:
> Signed-off-by: David Goulet <david.goulet at polymtl.ca>

Acked-by: Mathieu Desnoyers <mathieu.desnoyers at efficios.com>

> ---
>  include/ust/marker.h |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/include/ust/marker.h b/include/ust/marker.h
> index d0b06f5..2751f58 100644
> --- a/include/ust/marker.h
> +++ b/include/ust/marker.h
> @@ -191,7 +191,7 @@ struct marker {
>  		struct registers regs;								\
>  		void __check_tp_type(void)				\
>  		{							\
> -			register_trace_##tp_name(tp_cb);		\
> +			register_trace_##tp_name(tp_cb, call_private);		\
>  		}							\
>  		DEFINE_MARKER_TP(channel, name, tp_name, tp_cb, format);\
>  		__mark_check_format(format, ## args);			\
> @@ -213,7 +213,7 @@ extern void marker_update_probe_range(struct marker *begin,
>  	do {								\
>  		void __check_tp_type(void)				\
>  		{							\
> -			register_trace_##tp_name(tp_cb);		\
> +			register_trace_##tp_name(tp_cb, call_private);		\
>  		}							\
>  		__mark_check_format(format, ## args);			\
>  	} while (0)
> -- 
> 1.7.2.2
> 

-- 
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com




      reply	other threads:[~2010-09-03 19:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-03 19:15 David Goulet
2010-09-03 19:25 ` Mathieu Desnoyers [this message]

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=20100903192529.GA7389@Krystal \
    --to=mathieu.desnoyers@polymtl.ca \
    /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