[PATCH 0/9] perf tools: Assorted fixes

From: Jiri Olsa
Date: Mon Apr 23 2018 - 05:08:35 EST


hi,
sending assorted general fixes that queued
up in my other branches.

Arnaldo,
I added wait4 call in the last patch and am wondering
if it will pass your all-distros-docker test ;-)
If not I'll need to put some build detection code.

Also available in here:
https://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git
perf/fixes

thanks,
jirka

---
Jiri Olsa (9):
perf check-headers.sh: Simplify arguments passing
perf check-headers.sh: Add support to check 2 independent files
perf stat: Keep the / modifier separator in fallback
perf tools: Fix pmu events parsing rule
perf tools: Disable write_backward for leader sampling group events
perf stat: Display time in precision based on std deviation
perf stat: Add --table option to display time of each run
perf stat: Display length strings of each run for --table option
perf stat: Display user and system time

tools/perf/builtin-stat.c | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------
tools/perf/check-headers.sh | 30 +++++++++++++++-------------
tools/perf/tests/attr/test-record-group-sampling | 3 +++
tools/perf/util/evsel.c | 15 +++++++++++---
tools/perf/util/parse-events.y | 8 ++++----
tools/perf/util/stat.h | 3 +--
6 files changed, 146 insertions(+), 33 deletions(-)