[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160506121920.GY11069@kernel.org>
Date: Fri, 6 May 2016 09:19:20 -0300
From: Arnaldo Carvalho de Melo <acme@...nel.org>
To: Adrian Hunter <adrian.hunter@...el.com>
Cc: Chris Phlipot <cphlipot0@...il.com>, jolsa@...nel.org,
peterz@...radead.org, mingo@...hat.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/6] perf tools: refractor code to move call path
handling out of thread-stack
Em Fri, May 06, 2016 at 02:27:39PM +0300, Adrian Hunter escreveu:
> On 28/04/16 11:19, Chris Phlipot wrote:
> > Move the call path handling code out of thread-stack.c and thread-stack.h
> > to allow other components that are not part of thread-stack to create call
> > paths.
> >
> > Summary:
> > -Create call-path.c and call-path.h and add them to the build.
> > -Move all call path related code out of thread-stack.c and thread-stack.h
> > and into call-path.c and call-path.h.
> > -A small subset of structures and functions are now visible through
> > call-path.h, which is required for thread-stack.c to continue to
> > compile.
> >
> > This change is a prerequisite for subsequent patches in this change set
> > and by itself contains no user-visible changes.
> >
> > Signed-off-by: Chris Phlipot <cphlipot0@...il.com>
>
> Acked-by: Adrian Hunter <adrian.hunter@...el.com>
Applied.
Powered by blists - more mailing lists