From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932288AbcEFMT1 (ORCPT ); Fri, 6 May 2016 08:19:27 -0400 Received: from mail.kernel.org ([198.145.29.136]:42045 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758081AbcEFMTY (ORCPT ); Fri, 6 May 2016 08:19:24 -0400 Date: Fri, 6 May 2016 09:19:20 -0300 From: Arnaldo Carvalho de Melo To: Adrian Hunter Cc: Chris Phlipot , jolsa@kernel.org, peterz@infradead.org, mingo@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/6] perf tools: refractor code to move call path handling out of thread-stack Message-ID: <20160506121920.GY11069@kernel.org> References: <1461831551-12213-1-git-send-email-cphlipot0@gmail.com> <1461831551-12213-3-git-send-email-cphlipot0@gmail.com> <572C7FAB.1000701@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <572C7FAB.1000701@intel.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > > Acked-by: Adrian Hunter Applied.