Re: [PATCH] perf tools: Fixing perf-record documentation for branchstack sampling

From: Stephane Eranian
Date: Fri May 18 2012 - 08:44:46 EST


On Fri, May 18, 2012 at 10:46 AM, Anshuman Khandual
<khandual@xxxxxxxxxxxxxxxxxx> wrote:
> perf tools: Fixing perf-record documentation for branch stack sampling
>
> Signed-off-by: Anshuman Khandual <khandual@xxxxxxxxxxxxxxxxxx>

Acked-by: Stephane Eranian <eranian@xxxxxxxxxx>

> ---
> Â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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/