Re: [PATCH] perf: Fix CONFIG_KPROBE_EVENTS and CONFIG_UPROBE_EVENTS typos

From: Ingo Molnar
Date: Mon Feb 13 2017 - 01:52:08 EST



* Anton Blanchard <anton@xxxxxxxxxx> wrote:

> From: Anton Blanchard <anton@xxxxxxxxx>
>
> Fix some incorrect Kconfig options, they should be CONFIG_KPROBE_EVENT
> and CONFIG_UPROBE_EVENT.
>
> Signed-off-by: Anton Blanchard <anton@xxxxxxxxx>
> ---
> arch/sparc/configs/sparc64_defconfig | 2 +-
> tools/perf/util/probe-file.c | 8 ++++----
> 2 files changed, 5 insertions(+), 5 deletions(-)

So the names should be fixed, it should be CONFIG_UPROBE_EVENTS and
CONFIG_KPROBE_EVENTS throughout the code. It's CONFIG_PERF_EVENTS and
CONFIG_PROBE_EVENTS after all and lives in kernel/events/ - all plural.

I didn't notice the misnomer when merging these bits.

Thanks,

Ingo