diff options
Diffstat (limited to 'tools/perf/builtin-probe.c')
-rw-r--r-- | tools/perf/builtin-probe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/builtin-probe.c b/tools/perf/builtin-probe.c index bfc47fff9c59..daf4668d2de0 100644 --- a/tools/perf/builtin-probe.c +++ b/tools/perf/builtin-probe.c | |||
@@ -142,9 +142,9 @@ static const struct option options[] = { | |||
142 | OPT_CALLBACK('a', "add", NULL, | 142 | OPT_CALLBACK('a', "add", NULL, |
143 | #ifdef DWARF_SUPPORT | 143 | #ifdef DWARF_SUPPORT |
144 | "[EVENT=]FUNC[@SRC][+OFF|%return|:RL|;PT]|SRC:AL|SRC;PT" | 144 | "[EVENT=]FUNC[@SRC][+OFF|%return|:RL|;PT]|SRC:AL|SRC;PT" |
145 | " [ARG ...]", | 145 | " [[NAME=]ARG ...]", |
146 | #else | 146 | #else |
147 | "[EVENT=]FUNC[+OFF|%return] [ARG ...]", | 147 | "[EVENT=]FUNC[+OFF|%return] [[NAME=]ARG ...]", |
148 | #endif | 148 | #endif |
149 | "probe point definition, where\n" | 149 | "probe point definition, where\n" |
150 | "\t\tGROUP:\tGroup name (optional)\n" | 150 | "\t\tGROUP:\tGroup name (optional)\n" |