From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752331AbcF1HDJ (ORCPT ); Tue, 28 Jun 2016 03:03:09 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:35629 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751947AbcF1HDH (ORCPT ); Tue, 28 Jun 2016 03:03:07 -0400 Date: Tue, 28 Jun 2016 09:02:57 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Adrian Hunter , Ananth N Mavinakayanahalli , Andi Kleen , Anton Blanchard , Daniel Axtens , David Ahern , He Kuang , Jiri Olsa , Marc Kleine-Budde , Masami Hiramatsu , Michael Ellerman , Namhyung Kim , "Naveen N . Rao" , Neeraj Badlani , Nilay Vaish , Peter Zijlstra , pi3orama@163.com, Ravi Bangoria , Taeung Song , Wang Nan , Zefan Li , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 00/18] perf/core improvements and fixes Message-ID: <20160628070257.GA11595@gmail.com> References: <1467061300-5170-1-git-send-email-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1467061300-5170-1-git-send-email-acme@kernel.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Arnaldo Carvalho de Melo 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 > > ---------------------------------------------------------------- > 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.... Thanks, Ingo