Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1313157
| From | Jiri Olsa <jolsa@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] perf tools: Fixes |
| Date | 2016-01-20 13:00 +0100 |
| Message-ID | <qSZAD-5Pv-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
hi,
sending few assorted fixes, all on top
of my perf/fixes branch
thanks,
jirka
---
Jiri Olsa (4):
perf tools: Do not read symbols/data from device files
perf tools: Fix HISTC_MEM_DCACHELINE width setting
perf stat: Do not clean event's private stats
perf stat: Making several helper functions static
tools/perf/util/dso.c | 5 +++++
tools/perf/util/hist.c | 2 ++
tools/perf/util/stat.c | 15 +++++++--------
tools/perf/util/stat.h | 10 ----------
tools/perf/util/symbol.c | 6 +++++-
tools/perf/util/util.c | 10 ++++++++++
tools/perf/util/util.h | 1 +
7 files changed, 30 insertions(+), 19 deletions(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] perf tools: Fixes Jiri Olsa <jolsa@kernel.org> - 2016-01-20 13:00 +0100 [PATCH 4/4] perf stat: Making several helper functions static Jiri Olsa <jolsa@kernel.org> - 2016-01-20 13:00 +0100 [PATCH 2/4] perf tools: Fix HISTC_MEM_DCACHELINE width setting Jiri Olsa <jolsa@kernel.org> - 2016-01-20 13:00 +0100 [PATCH 1/4] perf tools: Do not read symbols/data from device files Jiri Olsa <jolsa@kernel.org> - 2016-01-20 13:00 +0100 [PATCH 3/4] perf stat: Do not clean event's private stats Jiri Olsa <jolsa@kernel.org> - 2016-01-20 13:00 +0100
csiph-web