aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnshuman Khandual <khandual@linux.vnet.ibm.com>2012-05-18 04:46:50 -0400
committerArnaldo Carvalho de Melo <acme@redhat.com>2012-05-22 11:47:45 -0400
commit2e49a948be1e282d2c1477c5a3b5ed23f5987723 (patch)
treecdc326a76321ad3b27384c8db0e28a7829c5f965
parente40ee742d4542b4c046ac5426654b1494d87ad73 (diff)
perf record: Fix documentation for branch stack sampling
Signed-off-by: Anshuman Khandual <khandual@linux.vnet.ibm.com> Acked-by: Stephane Eranian <eranian@google.com> Cc: Stephane Eranian <eranian@google.com> Link: http://lkml.kernel.org/r/4FB60C7A.2080508@linux.vnet.ibm.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--tools/perf/Documentation/perf-record.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Documentation/perf-record.txt b/tools/perf/Documentation/perf-record.txt
index a1386b2fff0..b38a1f9ad46 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