[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170213065152.GA30715@gmail.com>
Date: Mon, 13 Feb 2017 07:51:52 +0100
From: Ingo Molnar <mingo@...nel.org>
To: Anton Blanchard <anton@...abs.org>
Cc: davem@...emloft.net, peterz@...radead.org, mingo@...hat.com,
acme@...nel.org, alexander.shishkin@...ux.intel.com,
sparclinux@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] perf: Fix CONFIG_KPROBE_EVENTS and CONFIG_UPROBE_EVENTS
typos
* Anton Blanchard <anton@...abs.org> wrote:
> From: Anton Blanchard <anton@...ba.org>
>
> Fix some incorrect Kconfig options, they should be CONFIG_KPROBE_EVENT
> and CONFIG_UPROBE_EVENT.
>
> Signed-off-by: Anton Blanchard <anton@...ba.org>
> ---
> 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
Powered by blists - more mailing lists