Revision 59126901f200f5fc907153468b03c64e0081b6e6 authored by Linus Torvalds on 04 September 2020, 02:10:43 UTC, committed by Linus Torvalds on 04 September 2020, 02:10:43 UTC
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
2 parent s 3e8d3bd + 830fadf
History
File Mode Size
policy
.gitignore -rw-r--r-- 71 bytes
Kconfig -rw-r--r-- 3.3 KB
Makefile -rw-r--r-- 810 bytes
audit.c -rw-r--r-- 12.4 KB
common.c -rw-r--r-- 75.9 KB
common.h -rw-r--r-- 40.3 KB
condition.c -rw-r--r-- 27.1 KB
domain.c -rw-r--r-- 25.3 KB
environ.c -rw-r--r-- 3.1 KB
file.c -rw-r--r-- 29.1 KB
gc.c -rw-r--r-- 16.6 KB
group.c -rw-r--r-- 5.8 KB
load_policy.c -rw-r--r-- 2.6 KB
memory.c -rw-r--r-- 5.4 KB
mount.c -rw-r--r-- 6.7 KB
network.c -rw-r--r-- 21.4 KB
realpath.c -rw-r--r-- 7.3 KB
securityfs_if.c -rw-r--r-- 7.3 KB
tomoyo.c -rw-r--r-- 15.6 KB
util.c -rw-r--r-- 26.8 KB

back to top