Re: [GIT PULL 00/18] perf/core improvements and fixes

From: Arnaldo Carvalho de Melo
Date: Tue Jun 28 2016 - 10:02:11 EST


Em Tue, Jun 28, 2016 at 09:02:57AM +0200, Ingo Molnar escreveu:
>
> * Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> wrote:
>
> > Hi Ingo,
> >
> > Please consider pulling,
> >
> > - Arnaldo
> >
> > The following changes since commit d4cf1949f9689314aef962eea95df84a8288d097:
> >
> > perf/x86/intel: Add {rd,wr}lbr_{to,from} wrappers (2016-06-27 11:34:21 +0200)
> >
> > are available in the git repository at:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-core-for-mingo-20160627
> >
> > for you to fetch changes up to 6d9c675078e697309c1c06a1051f01de8151c476:
> >
> > perf data ctf: Generate fork and exit events to CTF output (2016-06-27 15:50:23 -0300)
> >
> > ----------------------------------------------------------------
> > perf/core improvements and fixes:
> >
> > New features:
> >
> > - Generate comm, fork and exit events when converting perf.data files to CTF (Wang Nan)
> >
> > Documentation:
> >
> > - Document perf.data on disk format (Andi Kleen)
> >
> > Infrastructure:
> >
> > - Add libbabeltrace to build-test (Wang Nan)
> >
> > - 'perf record' prep work to support multiple evlists (Wang Nan)
> >
> > - Remove unused hist_entry__annotate function (Ravi Bangoria)
> >
> > - Add more toolchain triplets (Ravi Bangoria)
> >
> > - Update message for slang devel packages on Ubuntu (Neeraj Badlani)
> >
> > - Generalize handling of 'ret' instructions in the annotate TUI (Naveen N. Rao)
> >
> > - Use proper dso name for is_regular_file, fixing device file handling (Jiri Olsa)
> >
> > Build Fixes:
> >
> > - Add missing config.h include, fixing the build with libabeltrace (Jiri Olsa)
> >
> > Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
> >
> > ----------------------------------------------------------------
> > Andi Kleen (1):
> > perf tools: Add documentation for perf.data on disk format
>
> The doc build fails with:
>
> asciidoc: FAILED: manpage document title is mandatory
> Makefile:276: recipe for target 'perf-file-format.xml' failed
> make[2]: *** [perf-file-format.xml] Error 1
> make[2]: *** Waiting for unfinished jobs....

Ok, I've created a perf-core-for-mingo-20160628 with that patch removed
while we investigate this, please consider pulling that one instead.

build-test should've caught this... Reproduced, trying to fix...

- Arnaldo