[PATCH 0/4] perf tools: Fixes

From: Jiri Olsa
Date: Wed Jan 20 2016 - 06:56:42 EST


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(-)