Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1498826
| From | Jiri Olsa <jolsa@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/6] perf tools: Header and c2c fixes |
| Date | 2016-10-11 14:20 +0200 |
| Message-ID | <sr4ci-6C4-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
hi,
sending few perf.data header fixes and adding
two new c2c report options.
Also available in:
git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git
perf/fixes
thanks,
jirka
---
Jiri Olsa (6):
perf report: Move captured info to generic header info
perf header: Display missing features
perf header: Display feature name on write failure
perf header: Set nr_numa_nodes only when we parsed all the data
perf c2c report: Add --no-source option
perf c2c report: Add --show-all option
tools/perf/Documentation/perf-c2c.txt | 6 ++++++
tools/perf/builtin-c2c.c | 20 +++++++++++++-------
tools/perf/util/header.c | 21 +++++++++++++++++++--
tools/perf/util/session.c | 10 ----------
4 files changed, 38 insertions(+), 19 deletions(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/6] perf tools: Header and c2c fixes Jiri Olsa <jolsa@kernel.org> - 2016-10-11 14:20 +0200 [PATCH 4/6] perf header: Set nr_numa_nodes only when we parsed all the data Jiri Olsa <jolsa@kernel.org> - 2016-10-11 14:20 +0200 [PATCH 3/6] perf header: Display feature name on write failure Jiri Olsa <jolsa@kernel.org> - 2016-10-11 14:20 +0200 [PATCH 0/6] tools lib: Add for_each_clear_bit macro Jiri Olsa <jolsa@redhat.com> - 2016-10-11 15:10 +0200
csiph-web