[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1263701023.20319.3.camel@marge.simson.net>
Date: Sun, 17 Jan 2010 05:03:43 +0100
From: Mike Galbraith <efault@....de>
To: Ingo Molnar <mingo@...e.hu>
Cc: Masami Hiramatsu <mhiramat@...hat.com>,
LKML <linux-kernel@...r.kernel.org>
Subject: [patch] perf tools: trivial NO_LIBDWARF build error
tools/perf/builtin-probe.c
perf tools: fix NO_LIBDWARF build error tools/perf/builtin-probe.c
Signed-off-by: Mike Galbraith <efault@....de>
Cc: Masami Hiramatsu <mhiramat@...hat.com>
Cc: Ingo Molnar <mingo@...e.hu>
Cc: Peter Zijlstra <a.p.zijlstra@...llo.nl>
Cc: Frederic Weisbecker <fweisbec@...il.com>
Cc: Arnaldo Carvalho de Melo <acme@...hat.com>
LKML-Reference: <new-submission>
diff --git a/tools/perf/builtin-probe.c b/tools/perf/builtin-probe.c
index 1d3a99e..9be8063 100644
--- a/tools/perf/builtin-probe.c
+++ b/tools/perf/builtin-probe.c
@@ -118,6 +118,7 @@ static int opt_del_probe_event(const struct option *opt __used,
return 0;
}
+#ifndef NO_LIBDWARF
static int opt_show_lines(const struct option *opt __used,
const char *str, int unset __used)
{
@@ -127,6 +128,8 @@ static int opt_show_lines(const struct option *opt __used,
session.show_lines = true;
return 0;
}
+#endif
+
/* Currently just checking function name from symbol map */
static void evaluate_probe_point(struct probe_point *pp)
{
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists