[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4FB60C7A.2080508@linux.vnet.ibm.com>
Date:	Fri, 18 May 2012 14:16:50 +0530
From:	Anshuman Khandual <khandual@...ux.vnet.ibm.com>
To:	linux-kernel@...r.kernel.org
CC:	Arnaldo Carvalho de Melo <arnaldo.melo@...il.com>,
	eranian@...gle.com
Subject: [PATCH] perf tools: Fixing perf-record documentation for branch stack
 sampling
perf tools: Fixing perf-record documentation for branch stack sampling
Signed-off-by: Anshuman Khandual <khandual@...ux.vnet.ibm.com>
---
 tools/perf/Documentation/perf-record.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/Documentation/perf-record.txt b/tools/perf/Documentation/perf-record.txt
index a1386b2..b38a1f9 100644
--- a/tools/perf/Documentation/perf-record.txt
+++ b/tools/perf/Documentation/perf-record.txt
@@ -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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists
 
