* Arnaldo Carvalho de Melo <a...@kernel.org> wrote: > Em Thu, Apr 13, 2017 at 04:35:29PM -0300, Arnaldo Carvalho de Melo escreveu: > > Hi Ingo, > > > > Please consider pulling, > > > > - Arnaldo > > > > Test results at the end of this message, as usual. > > Ooops, here is the missing output from 'git-request-pull': > > The following changes since commit a8d11cd0714f51877587f5ec891013ca46e163ac: > > kprobes/x86: Consolidate insn decoder users for copying code (2017-04-12 > 09:23:47 +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-4.12-20170413 > > for you to fetch changes up to 16eb81365b70266c17d1141ef9b32c3110b22d17: > > Revert "perf tools: Fix include of linux/mman.h" (2017-04-13 11:54:46 -0300) > > ---------------------------------------------------------------- > perf/core improvements and fixes: > > User visible: > > - Fix bug 'perf stat' in handling events in error state (Stephane Eranian) > > Documentation: > > - Add usage of --no-syscalls in 'perf trace' man page (Ravi Bangoria) > > Infrastructure: > > - Pass PYTHON config to feature detection (David Carrillo-Cisneros) > > - Disable JVMTI if no ELF support available (David Carrillo-Cisneros) > > - Fix feature detection redefinion of build flags (David Carrillo-Cisneros) > > - Hint missing file when tool tips fail to load (David Carrillo-Cisneros) > > Signed-off-by: Arnaldo Carvalho de Melo <a...@redhat.com> > > ---------------------------------------------------------------- > David Carrillo-Cisneros (5): > perf tools: Pass PYTHON config to feature detection > perf tools: Disable JVMTI if no ELF support available > tools build: Fix feature detection redefinion of build flags > perf util: Hint missing file when tool tips fail to load > Revert "perf tools: Fix include of linux/mman.h" > > Ravi Bangoria (1): > perf trace: Add usage of --no-syscalls in man page > > Stephane Eranian (1): > perf stat: Fix bug in handling events in error state > > tools/build/feature/Makefile | 12 +++++------ > tools/perf/Documentation/perf-trace.txt | 3 ++- > tools/perf/Makefile.config | 35 > ++++++++++++++------------------- > tools/perf/builtin-stat.c | 12 ++++++++--- > tools/perf/util/event.c | 2 +- > tools/perf/util/evsel.c | 4 ++-- > tools/perf/util/util.c | 3 ++- > 7 files changed, 37 insertions(+), 34 deletions(-)
Pulled, thanks a lot Arnaldo! Ingo