Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf updates from Ingo Molnar: "The main changes in this cycle on the kernel side: - rework kprobes blacklist handling (Masami Hiramatsu) - misc cleanups on the tooling side these areas were the main focus: - 'perf trace' enhancements (Arnaldo Carvalho de Melo) - 'perf bench' enhancements (Davidlohr Bueso) - 'perf record' enhancements (Alexey Budankov) - 'perf annotate' enhancements (Jin Yao) - 'perf top' enhancements (Jiri Olsa) - Intel hw tracing enhancements (Adrian Hunter) - ARM hw tracing enhancements (Leo Yan, Mathieu Poirier) - ... plus lots of other enhancements, cleanups and fixes" * 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (171 commits) tools uapi asm: Update asm-generic/unistd.h copy perf symbols: Relax checks on perf-PID.map ownership perf trace: Wire up the fadvise 'advice' table generator perf beauty: Add generator for fadvise64's 'advice' arg constants tools headers uapi: Grab a copy of fadvise.h perf beauty mmap: Print mmap's 'offset' arg in hexadecimal perf beauty mmap: Print PROT_READ before PROT_EXEC to match strace output perf trace beauty: Beautify arch_prctl()'s arguments perf trace: When showing string prefixes show prefix + ??? for unknown entries perf trace: Move strarrays to beauty.h for further reuse perf beauty: Wire up the x86_arch prctl code table generator perf beauty: Add a string table generator for x86's 'arch_prctl' codes tools include arch: Grab a copy of x86's prctl.h perf trace: Show NULL when syscall pointer args are 0 perf trace: Enclose the errno strings with () perf augmented_raw_syscalls: Copy 'access' arg as well perf trace: Add alignment spaces after the closing parens perf trace beauty: Print O_RDONLY when (flags & O_ACCMODE) == 0 perf trace: Allow asking for not suppressing common string prefixes perf trace: Add a prefix member to the strarray class ...
No related branches found
No related tags found
Showing
- arch/x86/kernel/kprobes/core.c 3 additions, 5 deletionsarch/x86/kernel/kprobes/core.c
- include/linux/kprobes.h 3 additions, 0 deletionsinclude/linux/kprobes.h
- include/linux/perf_event.h 2 additions, 2 deletionsinclude/linux/perf_event.h
- kernel/events/core.c 1 addition, 1 deletionkernel/events/core.c
- kernel/events/hw_breakpoint.c 1 addition, 1 deletionkernel/events/hw_breakpoint.c
- kernel/kprobes.c 53 additions, 14 deletionskernel/kprobes.c
- tools/arch/x86/include/uapi/asm/prctl.h 17 additions, 0 deletionstools/arch/x86/include/uapi/asm/prctl.h
- tools/build/Makefile.feature 5 additions, 2 deletionstools/build/Makefile.feature
- tools/build/feature/Makefile 13 additions, 1 deletiontools/build/feature/Makefile
- tools/build/feature/test-all.c 10 additions, 0 deletionstools/build/feature/test-all.c
- tools/build/feature/test-eventfd.c 9 additions, 0 deletionstools/build/feature/test-eventfd.c
- tools/build/feature/test-jvmti-cmlr.c 11 additions, 0 deletionstools/build/feature/test-jvmti-cmlr.c
- tools/build/feature/test-jvmti.c 0 additions, 1 deletiontools/build/feature/test-jvmti.c
- tools/build/feature/test-libaio.c 16 additions, 0 deletionstools/build/feature/test-libaio.c
- tools/build/feature/test-libopencsd.c 8 additions, 0 deletionstools/build/feature/test-libopencsd.c
- tools/include/linux/err.h 13 additions, 0 deletionstools/include/linux/err.h
- tools/include/uapi/asm-generic/unistd.h 4 additions, 0 deletionstools/include/uapi/asm-generic/unistd.h
- tools/include/uapi/linux/fadvise.h 22 additions, 0 deletionstools/include/uapi/linux/fadvise.h
- tools/lib/subcmd/Makefile 0 additions, 2 deletionstools/lib/subcmd/Makefile
- tools/lib/subcmd/parse-options.h 2 additions, 2 deletionstools/lib/subcmd/parse-options.h
Loading
Please register or sign in to comment