From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752078AbbEDUHy (ORCPT ); Mon, 4 May 2015 16:07:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41984 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751040AbbEDUHw (ORCPT ); Mon, 4 May 2015 16:07:52 -0400 Date: Mon, 4 May 2015 22:06:56 +0200 From: Jiri Olsa To: Adrian Hunter Cc: Arnaldo Carvalho de Melo , Peter Zijlstra , linux-kernel@vger.kernel.org, David Ahern , Frederic Weisbecker , Namhyung Kim , Stephane Eranian Subject: Re: [PATCH V4 04/24] perf tools: Add build option NO_AUXTRACE to exclude AUX area tracing Message-ID: <20150504200656.GH11223@krava> References: <1430404667-10593-1-git-send-email-adrian.hunter@intel.com> <1430404667-10593-5-git-send-email-adrian.hunter@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1430404667-10593-5-git-send-email-adrian.hunter@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 30, 2015 at 05:37:27PM +0300, Adrian Hunter wrote: > Add build option NO_AUXTRACE to exclude compiling support > for AUX area tracing. Support for both recording and > processing is excluded and by implication any future > additions such as Intel PT and Intel BTS will also not > be compiled in with this option. > > Signed-off-by: Adrian Hunter Acked-by: Jiri Olsa thanks, jirka