Re: [PATCH 3/3] perf probe: change CONFIG_KPROBE_TRACER to CONFIG_KPROBE_EVENT

From: Masami Hiramatsu
Date: Tue Dec 29 2009 - 21:46:30 EST


Liming Wang wrote:
> make the config name consistent
>
> Signed-off-by: Liming Wang <liming.wang@xxxxxxxxxxxxx>

Ah, right. Thank you!

Acked-by: Masami Hiramatsu <mhiramat@xxxxxxxxxx>

> ---
> tools/perf/util/probe-event.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/tools/perf/util/probe-event.c b/tools/perf/util/probe-event.c
> index 29465d4..8e532d9 100644
> --- a/tools/perf/util/probe-event.c
> +++ b/tools/perf/util/probe-event.c
> @@ -368,7 +368,7 @@ static int open_kprobe_events(int flags, int mode)
> if (ret < 0) {
> if (errno == ENOENT)
> die("kprobe_events file does not exist -"
> - " please rebuild with CONFIG_KPROBE_TRACER.");
> + " please rebuild with CONFIG_KPROBE_EVENT.");
> else
> die("Could not open kprobe_events file: %s",
> strerror(errno));

--
Masami Hiramatsu

Software Engineer
Hitachi Computer Products (America), Inc.
Software Solutions Division

e-mail: mhiramat@xxxxxxxxxx

--
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/