aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Documentation/perf-probe.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/Documentation/perf-probe.txt')
-rw-r--r--tools/perf/Documentation/perf-probe.txt2
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-----------
86Line range is descripted by following syntax. 86Line 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
90FUNC specifies the function name of showing lines. 'RLN' is the start line 90FUNC specifies the function name of showing lines. 'RLN' is the start line
91number from function entry line, and 'RLN2' is the end line number. As same as 91number from function entry line, and 'RLN2' is the end line number. As same as