Re: [PATCH 1/2] perf/x86/intel/pt: Add interface to stop Intel PT logging
From: Thomas Gleixner
Date: Mon Nov 02 2015 - 13:46:46 EST
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/