diff options
Diffstat (limited to 'tools/perf/Documentation/perf-probe.txt')
-rw-r--r-- | tools/perf/Documentation/perf-probe.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Documentation/perf-probe.txt b/tools/perf/Documentation/perf-probe.txt index 0f944b3be9e9..bb671b346774 100644 --- a/tools/perf/Documentation/perf-probe.txt +++ b/tools/perf/Documentation/perf-probe.txt | |||
@@ -85,7 +85,7 @@ LINE SYNTAX | |||
85 | ----------- | 85 | ----------- |
86 | Line range is descripted by following syntax. | 86 | Line range is descripted by following syntax. |
87 | 87 | ||
88 | "FUNC[:RLN[+NUM|:RLN2]]|SRC:ALN[+NUM|:ALN2]" | 88 | "FUNC[:RLN[+NUM|-RLN2]]|SRC:ALN[+NUM|-ALN2]" |
89 | 89 | ||
90 | FUNC specifies the function name of showing lines. 'RLN' is the start line | 90 | FUNC specifies the function name of showing lines. 'RLN' is the start line |
91 | number from function entry line, and 'RLN2' is the end line number. As same as | 91 | number from function entry line, and 'RLN2' is the end line number. As same as |