perf probe: Correct probe syntax on command line help
authorMasami Hiramatsu <[email protected]>
Thu, 4 Mar 2010 03:38:43 +0000 (22:38 -0500)
committerIngo Molnar <[email protected]>
Thu, 4 Mar 2010 10:39:21 +0000 (11:39 +0100)
Move @SRC right after FUNC in syntax according to syntax change
on command line help.

Signed-off-by: Masami Hiramatsu <[email protected]>
Cc: systemtap <[email protected]>
Cc: DLE <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: K.Prasad <[email protected]>
LKML-Reference: <20100304033843[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
tools/perf/builtin-probe.c

index e3dfd0dcce242b1e6fe3271bdad54e3ff226ef04..c30a33592340e4977c4d82cfb7dabd618370be2c 100644 (file)
@@ -177,7 +177,7 @@ static const struct option options[] = {
 #ifdef NO_DWARF_SUPPORT
                "[EVENT=]FUNC[+OFF|%return] [ARG ...]",
 #else
-               "[EVENT=]FUNC[+OFF|%return|:RL|;PT][@SRC]|SRC:AL|SRC;PT"
+               "[EVENT=]FUNC[@SRC][+OFF|%return|:RL|;PT]|SRC:AL|SRC;PT"
                " [ARG ...]",
 #endif
                "probe point definition, where\n"