diff options
Diffstat (limited to 'tools/perf/Documentation/perf-probe.txt')
-rw-r--r-- | tools/perf/Documentation/perf-probe.txt | 6 |
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 | |||
18 | or | 18 | or |
19 | 'perf probe' --line='FUNC[:RLN[+NUM|:RLN2]]|SRC:ALN[+NUM|:ALN2]' | 19 | 'perf probe' --line='FUNC[:RLN[+NUM|:RLN2]]|SRC:ALN[+NUM|:ALN2]' |
20 | or | 20 | or |
21 | 'perf probe' --vars='PROBEPOINT' | 21 | 'perf probe' [--externs] --vars='PROBEPOINT' |
22 | 22 | ||
23 | DESCRIPTION | 23 | DESCRIPTION |
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. |