* Arnaldo Carvalho de Melo <a...@kernel.org> wrote: > Hi Ingo, > > Please consider pulling, > > - Arnaldo > > The following changes since commit 028c63b56795206464263fa3bc47094704c2a840: > > Merge tag 'perf-core-for-mingo' of > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core > (2015-06-09 11:46:04 +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 > > for you to fetch changes up to c8ad7063626406181a7ebab10cb31b4f741b13d4: > > perf tools: Update MANIFEST per files removed from kernel (2015-06-11 > 22:54:23 -0300) > > ---------------------------------------------------------------- > perf/core improvements and fixes: > > User visible: > > - Beautify perf_event_open syscall in 'perf trace'. (Arnaldo Carvalho de Melo) > > - Error out unsupported group leader immediately in 'perf stat'. (Kan Liang) > > - Amend some 'perf record' option summaries (period, etc) (Peter Zijlstra) > > - Avoid possible race condition in copyfile() in 'perf buildid-cache'. (Milos > Vyletel) > > Infrastructure: > > - Display 0x for hex values when printing the attribute. (Adrian Hunter) > > - Update MANIFEST per files removed from kernel. (David Ahern) > > Build fixes: > > - Fix PRIu64 printf related failure on 32-bit arch. (He Kuang) > > Signed-off-by: Arnaldo Carvalho de Melo <a...@redhat.com> > > ---------------------------------------------------------------- > Adrian Hunter (1): > perf evsel: Display 0x for hex values when printing the attribute > > Arnaldo Carvalho de Melo (1): > trace: Beautify perf_event_open syscall > > David Ahern (1): > perf tools: Update MANIFEST per files removed from kernel > > He Kuang (1): > perf tools: Fix build failure on 32-bit arch > > Kan Liang (1): > perf stat: Error out unsupported group leader immediately > > Milos Vyletel (1): > perf tools: Avoid possible race condition in copyfile() > > Peter Zijlstra (1): > perf record: Amend option summaries > > tools/perf/Documentation/perf-record.txt | 10 ++++-- > tools/perf/MANIFEST | 4 --- > tools/perf/builtin-record.c | 7 ++-- > tools/perf/builtin-report.c | 2 +- > tools/perf/builtin-stat.c | 5 ++- > tools/perf/builtin-trace.c | 58 > ++++++++++++++++++++++++++++++++ > tools/perf/util/evsel.c | 2 +- > tools/perf/util/session.c | 2 +- > tools/perf/util/util.c | 46 ++++++++++++++++--------- > 9 files changed, 106 insertions(+), 30 deletions(-)
Pulled, thanks a lot Arnaldo! Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/