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.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/perf/Documentation/perf-probe.txt b/tools/perf/Documentation/perf-probe.txt
index 72f5d9e21432..148c178a35aa 100644
--- a/tools/perf/Documentation/perf-probe.txt
+++ b/tools/perf/Documentation/perf-probe.txt
@@ -18,7 +18,7 @@ or
18or 18or
19'perf probe' --line='FUNC[:RLN[+NUM|:RLN2]]|SRC:ALN[+NUM|:ALN2]' 19'perf probe' --line='FUNC[:RLN[+NUM|:RLN2]]|SRC:ALN[+NUM|:ALN2]'
20or 20or
21'perf probe' --vars='PROBEPOINT' 21'perf probe' [--externs] --vars='PROBEPOINT'
22 22
23DESCRIPTION 23DESCRIPTION
24----------- 24-----------
@@ -64,6 +64,10 @@ OPTIONS
64 Show available local variables at given probe point. The argument 64 Show available local variables at given probe point. The argument
65 syntax is same as PROBE SYNTAX, but NO ARGs. 65 syntax is same as PROBE SYNTAX, but NO ARGs.
66 66
67--externs::
68 (Only for --vars) Show external defined variables in addition to local
69 variables.
70
67-f:: 71-f::
68--force:: 72--force::
69 Forcibly add events with existing name. 73 Forcibly add events with existing name.