From 7e480627f5a90db3b7b37d84fd836065f67cfb30 Mon Sep 17 00:00:00 2001 From: Masami Hiramatsu Date: Thu, 25 Feb 2010 08:35:12 -0500 Subject: [PATCH] --- yaml --- r: 185902 b: refs/heads/master c: f3ab481ca6ffe5e272c8501317bea726f9a83959 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/tools/perf/builtin-probe.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index fc1b216250af..4bd733270130 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b26486bf75148ab7b776c6a532a9bad33f987a38 +refs/heads/master: f3ab481ca6ffe5e272c8501317bea726f9a83959 diff --git a/trunk/tools/perf/builtin-probe.c b/trunk/tools/perf/builtin-probe.c index ad47bd4c50ef..c7e14d0145f4 100644 --- a/trunk/tools/perf/builtin-probe.c +++ b/trunk/tools/perf/builtin-probe.c @@ -156,7 +156,9 @@ static const char * const probe_usage[] = { "perf probe [] --add 'PROBEDEF' [--add 'PROBEDEF' ...]", "perf probe [] --del '[GROUP:]EVENT' ...", "perf probe --list", +#ifndef NO_LIBDWARF "perf probe --line 'LINEDESC'", +#endif NULL };