diff options
-rw-r--r-- | tools/perf/Documentation/perf-record.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Documentation/perf-record.txt b/tools/perf/Documentation/perf-record.txt index a1386b2fff00..b38a1f9ad460 100644 --- a/tools/perf/Documentation/perf-record.txt +++ b/tools/perf/Documentation/perf-record.txt | |||
@@ -168,7 +168,7 @@ following filters are defined: | |||
168 | - any: any type of branches | 168 | - any: any type of branches |
169 | - any_call: any function call or system call | 169 | - any_call: any function call or system call |
170 | - any_ret: any function return or system call return | 170 | - any_ret: any function return or system call return |
171 | - any_ind: any indirect branch | 171 | - ind_call: any indirect branch |
172 | - u: only when the branch target is at the user level | 172 | - u: only when the branch target is at the user level |
173 | - k: only when the branch target is in the kernel | 173 | - k: only when the branch target is in the kernel |
174 | - hv: only when the target is at the hypervisor level | 174 | - hv: only when the target is at the hypervisor level |