Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1260881

Re: [PATCH 1/2] perf/x86/intel/pt: Add interface to stop Intel PT logging

From Thomas Gleixner <tglx@linutronix.de>
Newsgroups linux.kernel
Subject Re: [PATCH 1/2] perf/x86/intel/pt: Add interface to stop Intel PT logging
Date 2015-11-02 19:50 +0100
Message-ID <qqsl4-kL-27@gated-at.bofh.it> (permalink)
References <qouhk-af-7@gated-at.bofh.it> <qouqZ-dw-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH 1/2] perf/x86/intel/pt: Add interface to stop Intel PT  logging Thomas Gleixner <tglx@linutronix.de> - 2015-11-02 19:50 +0100

csiph-web