Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1163717
| From | Arnaldo Carvalho de Melo <acme@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL 0/7] perf/core improvements and fixes |
| Date | 2015-06-12 04:20 +0200 |
| Message-ID | <pAmJz-8n7-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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 <acme@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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[GIT PULL 0/7] perf/core improvements and fixes Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-06-12 04:20 +0200 [PATCH 4/7] perf stat: Error out unsupported group leader immediately Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-06-12 04:20 +0200 [PATCH 5/7] perf tools: Fix build failure on 32-bit arch Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-06-12 04:20 +0200 [PATCH 3/7] perf evsel: Display 0x for hex values when printing the attribute Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-06-12 04:20 +0200 [PATCH 7/7] perf tools: Update MANIFEST per files removed from kernel Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-06-12 04:20 +0200 [PATCH 1/7] perf tools: Avoid possible race condition in copyfile() Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-06-12 04:20 +0200 [PATCH 2/7] perf record: Amend option summaries Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-06-12 04:20 +0200 [PATCH 6/7] trace: Beautify perf_event_open syscall Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-06-12 04:20 +0200
csiph-web