Re: [PATCH 2/4] perf tools: Fix one of the probe events to exclude kernel

2014-08-12 Thread Namhyung Kim
On Tue, 12 Aug 2014 18:04:29 +0300, Adrian Hunter wrote: > When probing the kernel API the kernel should be excluded > otherwise the probe will fail for users with insufficient > privilege to profile the kernel. > > Signed-off-by: Adrian Hunter Acked-by: Namhyung Kim Thanks, Namhyung > --- >

[PATCH 2/4] perf tools: Fix one of the probe events to exclude kernel

2014-08-12 Thread Adrian Hunter
When probing the kernel API the kernel should be excluded otherwise the probe will fail for users with insufficient privilege to profile the kernel. Signed-off-by: Adrian Hunter --- tools/perf/util/record.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/util/recor