Re: [PATCH V9 01/14] perf tools: add debug prints

2013-08-07 Thread Namhyung Kim
On Wed, 07 Aug 2013 11:13:23 +0300, Adrian Hunter wrote: > On 07/08/13 09:44, Namhyung Kim wrote: >> Things like this likely being ended up with typo. How about this? (not >> tested) > > And yet there aren't any typos. Yes, but there's a possibility of adding one later. I have a memory that whe

Re: [PATCH V9 01/14] perf tools: add debug prints

2013-08-07 Thread Adrian Hunter
On 07/08/13 09:44, Namhyung Kim wrote: > Hi Adrian, > > On Mon, 5 Aug 2013 19:26:21 +0300, Adrian Hunter wrote: >> It is useful to see the arguments to perf_event_open >> and whether the perf events ring buffer was mmapped >> per-cpu or per-thread. That information will now be >> displayed when

Re: [PATCH V9 01/14] perf tools: add debug prints

2013-08-06 Thread Namhyung Kim
Hi Adrian, On Mon, 5 Aug 2013 19:26:21 +0300, Adrian Hunter wrote: > It is useful to see the arguments to perf_event_open > and whether the perf events ring buffer was mmapped > per-cpu or per-thread. That information will now be > displayed when verbose is 2 i.e option -vv > [SNIP] > > +stati

[PATCH V9 01/14] perf tools: add debug prints

2013-08-05 Thread Adrian Hunter
It is useful to see the arguments to perf_event_open and whether the perf events ring buffer was mmapped per-cpu or per-thread. That information will now be displayed when verbose is 2 i.e option -vv Signed-off-by: Adrian Hunter --- tools/perf/util/evlist.c | 3 +++ tools/perf/util/evsel.c |