diff options
Diffstat (limited to 'tools/perf/Documentation/perf-probe.txt')
-rw-r--r-- | tools/perf/Documentation/perf-probe.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tools/perf/Documentation/perf-probe.txt b/tools/perf/Documentation/perf-probe.txt index 32fb18f1695d..81c3220e04f3 100644 --- a/tools/perf/Documentation/perf-probe.txt +++ b/tools/perf/Documentation/perf-probe.txt | |||
@@ -78,10 +78,11 @@ OPTIONS | |||
78 | Show available functions in given module or kernel. | 78 | Show available functions in given module or kernel. |
79 | 79 | ||
80 | --filter=FILTER:: | 80 | --filter=FILTER:: |
81 | (Only for --vars) Set filter for variables. FILTER is a combination of | 81 | (Only for --vars and --funcs) Set filter. FILTER is a combination of glob |
82 | glob pattern, see FILTER PATTERN for details. | 82 | pattern, see FILTER PATTERN for detail. |
83 | Default FILTER is "!__k???tab_* & !__crc_*". | 83 | Default FILTER is "!__k???tab_* & !__crc_*" for --vars, and "!_*" |
84 | If several filters are specified, only the last filter is valid. | 84 | for --funcs. |
85 | If several filters are specified, only the last filter is used. | ||
85 | 86 | ||
86 | -f:: | 87 | -f:: |
87 | --force:: | 88 | --force:: |