All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shan Wei <shanwei88@gmail.com>
To: rostedt@goodmis.org, fweisbec@gmail.com
Cc: Shan Wei <shanwei88@gmail.com>,
	Kernel-Maillist <linux-kernel@vger.kernel.org>,
	mingo@redhat.com, cl@linux-foundation.org,
	Tejun Heo <htejun@gmail.com>
Subject: Re: [PATCH v4 7/9] trace: use this_cpu_ptr per-cpu helper
Date: Fri, 30 Nov 2012 14:38:14 +0800	[thread overview]
Message-ID: <50B85456.9040807@gmail.com> (raw)
In-Reply-To: <50A5FA84.8080106@gmail.com>

Shan Wei said, at 2012/11/16 16:34:
> Shan Wei said, at 2012/11/13 9:53:
>> From: Shan Wei <davidshan@tencent.com>
>>
>> typeof(&buffer) is a pointer to array of 1024 char, or char (*)[1024].
>> But, typeof(&buffer[0]) is a pointer to char which match the return type of get_trace_buf().
>> As well-known, the value of &buffer is equal to &buffer[0].
>> so return this_cpu_ptr(&percpu_buffer->buffer[0]) can avoid type cast. 
>>
>> Signed-off-by: Shan Wei <davidshan@tencent.com>
> 
> Steven Rostedt,  would you like to pick it up to your tree?

ping......................


  reply	other threads:[~2012-11-30  6:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-13  1:53 [PATCH v4 7/9] trace: use this_cpu_ptr per-cpu helper Shan Wei
2012-11-16  8:34 ` Shan Wei
2012-11-30  6:38   ` Shan Wei [this message]
2012-12-08  2:03     ` Steven Rostedt
2013-01-24 19:36 ` [tip:perf/core] tracing: Use " tip-bot for Shan Wei

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=50B85456.9040807@gmail.com \
    --to=shanwei88@gmail.com \
    --cc=cl@linux-foundation.org \
    --cc=fweisbec@gmail.com \
    --cc=htejun@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.