Merge tag 'perf-core-for-mingo-2' of...
Merge tag 'perf-core-for-mingo-2' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent Pull perf/core improvements and fixes from Arnaldo Carvalho de Melo: User visible changes: - The mmap address range for the ring buffer now is calculated using the contents of /proc/sys/kernel/perf_event_mlock_kb. This fixes an -EPERM case where 'trace' was trying to use more than what is configured on perf_event_mlock_kb. (Arnaldo Carvalho de Melo) Infrastructure changes: - Move bitops definitions so that they match the header file hierarchy in the kernel sources where that code came from. (Arnaldo Carvalho de Melo) - Adopt round{down,up}_pow_of_two from the kernel and use it instead of equivalent code, so that we reuse more kernel code and make tools/ look more like kernel source code, to encourage further contributions from kernel hackers (Arnaldo Carvalho de Melo) - Fix use after free in filename__read_build_id (Mitchell Krome) Signed-off-by:Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by:
Ingo Molnar <mingo@kernel.org>
Showing
- tools/include/asm-generic/bitops.h 27 additions, 0 deletionstools/include/asm-generic/bitops.h
- tools/include/asm-generic/bitops/__ffs.h 43 additions, 0 deletionstools/include/asm-generic/bitops/__ffs.h
- tools/include/asm-generic/bitops/__fls.h 1 addition, 0 deletionstools/include/asm-generic/bitops/__fls.h
- tools/include/asm-generic/bitops/atomic.h 22 additions, 0 deletionstools/include/asm-generic/bitops/atomic.h
- tools/include/asm-generic/bitops/find.h 33 additions, 0 deletionstools/include/asm-generic/bitops/find.h
- tools/include/asm-generic/bitops/fls.h 1 addition, 0 deletionstools/include/asm-generic/bitops/fls.h
- tools/include/asm-generic/bitops/fls64.h 1 addition, 0 deletionstools/include/asm-generic/bitops/fls64.h
- tools/include/linux/bitops.h 53 additions, 0 deletionstools/include/linux/bitops.h
- tools/include/linux/log2.h 185 additions, 0 deletionstools/include/linux/log2.h
- tools/lib/util/find_next_bit.c 89 additions, 0 deletionstools/lib/util/find_next_bit.c
- tools/perf/MANIFEST 15 additions, 1 deletiontools/perf/MANIFEST
- tools/perf/Makefile.perf 13 additions, 1 deletiontools/perf/Makefile.perf
- tools/perf/builtin-trace.c 1 addition, 1 deletiontools/perf/builtin-trace.c
- tools/perf/util/evlist.c 35 additions, 11 deletionstools/perf/util/evlist.c
- tools/perf/util/symbol-minimal.c 6 additions, 2 deletionstools/perf/util/symbol-minimal.c
- tools/perf/util/util.h 0 additions, 29 deletionstools/perf/util/util.h
Loading
Please register or sign in to comment