Merge tag 'perf-tools-fixes-for-v5.9-2020-09-03' of...
Merge tag 'perf-tools-fixes-for-v5.9-2020-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux Pull more perf tools fixes from Arnaldo Carvalho de Melo: - Use uintptr_t when casting numbers to pointers - Keep output expected by 3rd parties: Turn off summary for interval mode by default. - BPF is in kernel space, make sure do_validate_kcore_modules() knows about that. - Explicitly call out event modifiers in the documentation. - Fix jevents() allocation of space for regular expressions. - Address libtraceevent build warnings on 32-bit arches. - Fix checking of functions returns using ERR_PTR() in 'perf bench'. * tag 'perf-tools-fixes-for-v5.9-2020-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux: perf tools: Add bpf image check to __map__is_kmodule perf record/stat: Explicitly call out event modifiers in the documentation perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session__new()) perf stat: Turn off summary for interval mode by default libtraceevent: Fix build warning on 32-bit arches perf jevents: Fix suspicious code in fixregex() perf parse-events: Use uintptr_t when casting numbers to pointers
Showing
- tools/lib/traceevent/event-parse.c 1 addition, 1 deletiontools/lib/traceevent/event-parse.c
- tools/perf/Documentation/perf-record.txt 4 additions, 0 deletionstools/perf/Documentation/perf-record.txt
- tools/perf/Documentation/perf-stat.txt 7 additions, 0 deletionstools/perf/Documentation/perf-stat.txt
- tools/perf/bench/synthesize.c 2 additions, 2 deletionstools/perf/bench/synthesize.c
- tools/perf/builtin-stat.c 5 additions, 3 deletionstools/perf/builtin-stat.c
- tools/perf/pmu-events/jevents.c 1 addition, 1 deletiontools/perf/pmu-events/jevents.c
- tools/perf/util/machine.c 0 additions, 6 deletionstools/perf/util/machine.c
- tools/perf/util/map.c 16 additions, 0 deletionstools/perf/util/map.c
- tools/perf/util/map.h 8 additions, 1 deletiontools/perf/util/map.h
- tools/perf/util/parse-events.y 4 additions, 4 deletionstools/perf/util/parse-events.y
- tools/perf/util/stat.h 1 addition, 0 deletionstools/perf/util/stat.h
Loading
Please register or sign in to comment