perf record: Fix documentation for branch stack sampling
authorAnshuman Khandual <[email protected]>
Fri, 18 May 2012 08:46:50 +0000 (14:16 +0530)
committerArnaldo Carvalho de Melo <[email protected]>
Tue, 22 May 2012 15:47:45 +0000 (12:47 -0300)
Signed-off-by: Anshuman Khandual <[email protected]>
Acked-by: Stephane Eranian <[email protected]>
Cc: Stephane Eranian <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/Documentation/perf-record.txt

index a1386b2fff00f4b7876967bd89b646dbf4b09a49..b38a1f9ad4606db6e8544ee5908789eaae0ac0f0 100644 (file)
@@ -168,7 +168,7 @@ following filters are defined:
         - any:  any type of branches
         - any_call: any function call or system call
         - any_ret: any function return or system call return
-        - any_ind: any indirect branch
+        - ind_call: any indirect branch
         - u:  only when the branch target is at the user level
         - k: only when the branch target is in the kernel
         - hv: only when the target is at the hypervisor level