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

2013-07-18 Thread Adrian Hunter
On 17/07/13 23:10, Arnaldo Carvalho de Melo wrote: > Em Wed, Jul 17, 2013 at 03:43:01PM +0300, Adrian Hunter escreveu: >> 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

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

2013-07-17 Thread Arnaldo Carvalho de Melo
Em Wed, Jul 17, 2013 at 03:43:01PM +0300, Adrian Hunter escreveu: > 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: Adri

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

2013-07-17 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 Acked-by: Jiri Olsa --- tools/perf/util/evlist.c | 3 +++ tools/