Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1260881 > unrolled thread
| Started by | Thomas Gleixner <tglx@linutronix.de> |
|---|---|
| First post | 2015-11-02 19:50 +0100 |
| Last post | 2015-11-02 19:50 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
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
| From | Thomas Gleixner <tglx@linutronix.de> |
|---|---|
| Date | 2015-11-02 19:50 +0100 |
| Subject | Re: [PATCH 1/2] perf/x86/intel/pt: Add interface to stop Intel PT logging |
| Message-ID | <qqsl4-kL-27@gated-at.bofh.it> |
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 top | Article view | linux.kernel
csiph-web