Re: [PATCH 1/8] perf, tools, stat: Abstract stat metrics printing

From: Arnaldo Carvalho de Melo
Date: Tue Feb 16 2016 - 14:33:34 EST


Em Sat, Jan 30, 2016 at 09:06:49AM -0800, Andi Kleen escreveu:
> v2: Refactor functions, printout now does more. Move
> shadow printing. Improve fallback callbacks. Don't
> use void * callback data.
> v3: Remove unnecessary hunk. Add typedef for new_line
> v4: Remove unnecessary hunk. Don't print metrics for CSV/interval
> mode yet. Move printout change to separate patch.
> v5: Fix bisect bugs. Avoid bogus frontend cycles printing.
> Fix indentation in different aggregation modes.
> v6: Delay newline handling
>
> Acked-by: Jiri Olsa <jolsa@xxxxxxxxxx>

Applied.

- Arnaldo