All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme@kernel.org>
To: Jiri Olsa <jolsa@redhat.com>
Cc: "Liang, Kan" <kan.liang@intel.com>,
	"a.p.zijlstra@chello.nl" <a.p.zijlstra@chello.nl>,
	"eranian@google.com" <eranian@google.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"mingo@redhat.com" <mingo@redhat.com>,
	"paulus@samba.org" <paulus@samba.org>,
	"ak@linux.intel.com" <ak@linux.intel.com>,
	"namhyung@kernel.org" <namhyung@kernel.org>
Subject: Re: [PATCH V5 0/3] perf tool: Haswell LBR call stack support (user)
Date: Tue, 9 Dec 2014 10:27:12 -0300	[thread overview]
Message-ID: <20141209132712.GE4189@kernel.org> (raw)
In-Reply-To: <20141209132206.GA6784@krava.brq.redhat.com>

Em Tue, Dec 09, 2014 at 02:22:06PM +0100, Jiri Olsa escreveu:
> On Tue, Dec 09, 2014 at 10:11:04AM -0300, Arnaldo Carvalho de Melo wrote:
> > Em Tue, Dec 09, 2014 at 01:53:05PM +0100, Jiri Olsa escreveu:
> > > On Tue, Dec 09, 2014 at 09:27:08AM -0300, Arnaldo Carvalho de Melo wrote:
> > > > Em Thu, Dec 04, 2014 at 04:18:56PM +0000, Liang, Kan escreveu:
> > > > > > On Thu, Dec 04, 2014 at 12:51:42PM -0300, Arnaldo Carvalho de Melo wrote:
> > > > > > > Em Thu, Dec 04, 2014 at 02:49:52PM +0000, Liang, Kan escreveu:
> > > > > > > > Jiri Wrote:
> > > > > > > > > looks ok to me..
> > > > > > > > Thanks for the review.
> > > > > > > > > I'll test it once I get hands on Haswel server again, I guess we
> > > > > > > > > wait for the kernel change to go in first anyway, right?
> > > > > > > > I'm not sure, let's ask Peter.
> > > > > > > > Peter?
> > > > > > > Would be good to go in one pull request, so that whoever pulls it has
> > > > > > > the chance to test the kernel feature with the accompanying tooling bits.
> > > > > > also there's user part dependency on kernel.. soem new define IIRC
> > > > > Oh, right. We have to let them go in together.
> > > > The ones that are just prep patches I am merging now, Jiri, can I stick
> > > > an Acked-by to the non-LBR related ones?
> >  
> > > I guess u mean just this one? 
> > > 2803   T Dec 02 kan.liang@intel (3.4K) ├─>[PATCH V5 2/3] perf tool: Move cpumode resolve code to add_callchain_ip
> > 
> > There is another I split from, iirc 1/3, that is unrelated to that
> > patch, fixing '-g fp' usage that became invalid after a patch from you:
> > 
> > https://git.kernel.org/cgit/linux/kernel/git/acme/linux.git/commit/?h=perf/core&id=f70b4e39de4ef25aade966c0dfc69cfb97091be9
> 
> this onliner is ok, but I dont recall seeing this change separated..

I did the separation here, I thought I could have your ack there as you
said you was ok with the whole patchkit, no?
 
> and its 'Link' points to the whole 1/3 patch, which seems weird
> 
> what do I miss?

Well, that is why I added the comment just before my S-o-B :-) We could
have gone thru the whole process of me submitting a patchkit so that we
could have a proper Link:, but I thought it was too straightforward to
warrant that :-\

- Arnaldo

  reply	other threads:[~2014-12-09 13:27 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-02 15:06 [PATCH V5 0/3] perf tool: Haswell LBR call stack support (user) kan.liang
2014-12-02 15:06 ` [PATCH V5 1/3] perf tools: enable LBR call stack support kan.liang
2014-12-12  8:17   ` [tip:perf/urgent] perf callchain: Fixup parameter handling error message tip-bot for Kan Liang
2014-12-02 15:06 ` [PATCH V5 2/3] perf tool: Move cpumode resolve code to add_callchain_ip kan.liang
2014-12-12  8:18   ` [tip:perf/urgent] perf callchain: " tip-bot for Kan Liang
2014-12-02 15:06 ` [PATCH V5 3/3] perf tools: Construct LBR call chain kan.liang
2014-12-04 14:23 ` [PATCH V5 0/3] perf tool: Haswell LBR call stack support (user) Jiri Olsa
2014-12-04 14:49   ` Liang, Kan
2014-12-04 15:51     ` Arnaldo Carvalho de Melo
2014-12-04 16:02       ` Jiri Olsa
2014-12-04 16:18         ` Liang, Kan
2014-12-09 12:27           ` Arnaldo Carvalho de Melo
2014-12-09 12:53             ` Jiri Olsa
2014-12-09 13:11               ` Arnaldo Carvalho de Melo
2014-12-09 13:22                 ` Jiri Olsa
2014-12-09 13:27                   ` Arnaldo Carvalho de Melo [this message]
2014-12-09 13:33                     ` Jiri Olsa
2015-01-05 13:57     ` Peter Zijlstra
2015-01-05 15:58       ` Liang, Kan
2014-12-11 22:21 ` Jiri Olsa

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=20141209132712.GE4189@kernel.org \
    --to=acme@kernel.org \
    --cc=a.p.zijlstra@chello.nl \
    --cc=ak@linux.intel.com \
    --cc=eranian@google.com \
    --cc=jolsa@redhat.com \
    --cc=kan.liang@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=namhyung@kernel.org \
    --cc=paulus@samba.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.