Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf updates from Thomas Gleixner: "Perf tool updates and kprobe fixes: - perf_mmap overwrite mode fixes/overhaul, prep work to get 'perf top' using it, making it bearable to use it in large core count systems such as Knights Landing/Mill Intel systems (Kan Liang) - s/390 now uses syscall.tbl, just like x86-64 to generate the syscall table id -> string tables used by 'perf trace' (Hendrik Brueckner) - Use strtoull() instead of home grown function (Andy Shevchenko) - Synchronize kernel ABI headers, v4.16-rc1 (Ingo Molnar) - Document missing 'perf data --force' option (Sangwon Hong) - Add perf vendor JSON metrics for ARM Cortex-A53 Processor (William Cohen) - Improve error handling and error propagation of ftrace based kprobes so failures when installing kprobes are not silently ignored and create disfunctional tracepoints" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (27 commits) kprobes: Propagate error from disarm_kprobe_ftrace() kprobes: Propagate error from arm_kprobe_ftrace() Revert "tools include s390: Grab a copy of arch/s390/include/uapi/asm/unistd.h" perf s390: Rework system call table creation by using syscall.tbl perf s390: Grab a copy of arch/s390/kernel/syscall/syscall.tbl tools/headers: Synchronize kernel ABI headers, v4.16-rc1 perf test: Fix test trace+probe_libc_inet_pton.sh for s390x perf data: Document missing --force option perf tools: Substitute yet another strtoull() perf top: Check the latency of perf_top__mmap_read() perf top: Switch default mode to overwrite mode perf top: Remove lost events checking perf hists browser: Add parameter to disable lost event warning perf top: Add overwrite fall back perf evsel: Expose the perf_missing_features struct perf top: Check per-event overwrite term perf mmap: Discard legacy interface for mmap read perf test: Update mmap read functions for backward-ring-buffer test perf mmap: Introduce perf_mmap__read_event() perf mmap: Introduce perf_mmap__read_done() ...
No related branches found
No related tags found
Showing
- kernel/kprobes.c 128 additions, 50 deletionskernel/kprobes.c
- tools/arch/powerpc/include/uapi/asm/kvm.h 2 additions, 0 deletionstools/arch/powerpc/include/uapi/asm/kvm.h
- tools/arch/s390/include/uapi/asm/unistd.h 0 additions, 412 deletionstools/arch/s390/include/uapi/asm/unistd.h
- tools/arch/x86/include/asm/cpufeatures.h 1 addition, 0 deletionstools/arch/x86/include/asm/cpufeatures.h
- tools/include/uapi/drm/i915_drm.h 77 additions, 0 deletionstools/include/uapi/drm/i915_drm.h
- tools/include/uapi/linux/if_link.h 1 addition, 0 deletionstools/include/uapi/linux/if_link.h
- tools/include/uapi/linux/kvm.h 90 additions, 0 deletionstools/include/uapi/linux/kvm.h
- tools/perf/Documentation/perf-data.txt 4 additions, 0 deletionstools/perf/Documentation/perf-data.txt
- tools/perf/arch/s390/Makefile 7 additions, 3 deletionstools/perf/arch/s390/Makefile
- tools/perf/arch/s390/entry/syscalls/mksyscalltbl 7 additions, 11 deletionstools/perf/arch/s390/entry/syscalls/mksyscalltbl
- tools/perf/arch/s390/entry/syscalls/syscall.tbl 390 additions, 0 deletionstools/perf/arch/s390/entry/syscalls/syscall.tbl
- tools/perf/builtin-c2c.c 2 additions, 2 deletionstools/perf/builtin-c2c.c
- tools/perf/builtin-report.c 2 additions, 1 deletiontools/perf/builtin-report.c
- tools/perf/builtin-top.c 143 additions, 7 deletionstools/perf/builtin-top.c
- tools/perf/check-headers.sh 0 additions, 1 deletiontools/perf/check-headers.sh
- tools/perf/pmu-events/arch/arm64/cortex-a53/branch.json 27 additions, 0 deletionstools/perf/pmu-events/arch/arm64/cortex-a53/branch.json
- tools/perf/pmu-events/arch/arm64/cortex-a53/bus.json 22 additions, 0 deletionstools/perf/pmu-events/arch/arm64/cortex-a53/bus.json
- tools/perf/pmu-events/arch/arm64/cortex-a53/cache.json 27 additions, 0 deletionstools/perf/pmu-events/arch/arm64/cortex-a53/cache.json
- tools/perf/pmu-events/arch/arm64/cortex-a53/memory.json 22 additions, 0 deletionstools/perf/pmu-events/arch/arm64/cortex-a53/memory.json
- tools/perf/pmu-events/arch/arm64/cortex-a53/other.json 32 additions, 0 deletionstools/perf/pmu-events/arch/arm64/cortex-a53/other.json
Loading
Please register or sign in to comment