Re: [PATCH 10/15] perf tools: add debug prints

2013-06-25 Thread Jiri Olsa
On Mon, Jun 24, 2013 at 04:16:07PM +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 > > Signed-off-by: Adrian

[PATCH 10/15] perf tools: add debug prints

2013-06-24 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 |