[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.11.1511021939080.4032@nanos>
Date: Mon, 2 Nov 2015 19:45:48 +0100 (CET)
From: Thomas Gleixner <tglx@...utronix.de>
To: Takao Indoh <indou.takao@...fujitsu.com>
cc: Ingo Molnar <mingo@...hat.com>, "H. Peter Anvin" <hpa@...or.com>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Arnaldo Carvalho de Melo <acme@...nel.org>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
Vivek Goyal <vgoyal@...hat.com>, linux-kernel@...r.kernel.org,
x86@...nel.org
Subject: Re: [PATCH 1/2] perf/x86/intel/pt: Add interface to stop Intel PT
logging
Takao,
On Wed, 28 Oct 2015, Takao Indoh wrote:
> +#if defined(CONFIG_PERF_EVENTS) && defined(CONFIG_CPU_SUP_INTEL)
> +void cpu_emergency_stop_pt(void);
> +#else
> +void cpu_emergency_stop_pt(void) {}
This wants to be
static inline void ....
please.
Thanks,
tglx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists