All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <arnaldo.melo@gmail.com>
To: David Ahern <dsahern@gmail.com>
Cc: linux-kernel@vger.kernel.org,
	Steven Rostedt <rostedt@goodmis.org>,
	Namhyung Kim <namhyung@kernel.org>, Jiri Olsa <jolsa@kernel.org>
Subject: Re: [PATCH] perf trace: Handle legacy syscalls
Date: Fri, 20 Mar 2015 13:26:00 -0300	[thread overview]
Message-ID: <20150320162600.GM16485@kernel.org> (raw)
In-Reply-To: <550C46F1.40103@gmail.com>

Em Fri, Mar 20, 2015 at 10:12:33AM -0600, David Ahern escreveu:
> On 3/20/15 10:06 AM, Arnaldo Carvalho de Melo wrote:
> >-		for (field = sc->tp_format->format.fields->next; field;
> >+		for (field = sc->args; field;
> >  		     field = field->next, ++arg.idx, bit <<= 1) {
> >  			if (arg.mask & bit)
> >  				continue;
> >
> 
> Seems reasonable.

Ok, so I'll add this one, with a Based-on-a-patch-by: you, with your
Acked-by, ok?

- Arnaldo

  reply	other threads:[~2015-03-20 16:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-19 18:36 [PATCH] perf trace: Handle legacy syscalls David Ahern
2015-03-20 15:32 ` Arnaldo Carvalho de Melo
2015-03-20 15:40   ` Steven Rostedt
2015-03-20 15:44     ` Arnaldo Carvalho de Melo
2015-03-20 15:48       ` David Ahern
2015-03-20 15:48   ` David Ahern
2015-03-20 16:06     ` Arnaldo Carvalho de Melo
2015-03-20 16:12       ` David Ahern
2015-03-20 16:26         ` Arnaldo Carvalho de Melo [this message]
2015-03-20 16:30           ` David Ahern
2015-03-22 10:17 ` [tip:perf/core] tools lib traceevent: Add destructor for format_field tip-bot for David Ahern

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=20150320162600.GM16485@kernel.org \
    --to=arnaldo.melo@gmail.com \
    --cc=dsahern@gmail.com \
    --cc=jolsa@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=namhyung@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 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.