hi, sending assorted general fixes that queued up in my other branches. Also available in here: https://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git perf/fixes
thanks, jirka --- include/uapi/linux/perf_event.h | 10 +++++--- kernel/events/callchain.c | 15 ------------ kernel/events/core.c | 54 +++++++++++++++++++++++++++++------------ kernel/events/internal.h | 4 ---- tools/perf/Documentation/perf-report.txt | 8 +++++++ tools/perf/Documentation/perf-script.txt | 23 +++++++++++++++++- tools/perf/Makefile.config | 2 +- tools/perf/Makefile.perf | 2 +- tools/perf/builtin-report.c | 158 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- tools/perf/builtin-script.c | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------- tools/perf/util/event.c | 8 +++++++ tools/perf/util/event.h | 1 + tools/perf/util/evsel.c | 2 ++ tools/perf/util/session.c | 6 +++-- tools/perf/util/tool.h | 1 + 15 files changed, 342 insertions(+), 54 deletions(-)