Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf updates from Ingo Molnar: "Kernel side changes: - Ftrace is one of the last W^X violators (after this only KLP is left). These patches move it over to the generic text_poke() interface and thereby get rid of this oddity. This requires a surprising amount of surgery, by Peter Zijlstra. - x86/AMD PMUs: add support for 'Large Increment per Cycle Events' to count certain types of events that have a special, quirky hw ABI (by Kim Phillips) - kprobes fixes by Masami Hiramatsu Lots of tooling updates as well, the following subcommands were updated: annotate/report/top, c2c, clang, record, report/top TUI, sched timehist, tests; plus updates were done to the gtk ui, libperf, headers and the parser" * 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (57 commits) perf/x86/amd: Add support for Large Increment per Cycle Events perf/x86/amd: Constrain Large Increment per Cycle events perf/x86/intel/rapl: Add Comet Lake support tracing: Initialize ret in syscall_enter_define_fields() perf header: Use last modification time for timestamp perf c2c: Fix return type for histogram sorting comparision functions perf beauty sockaddr: Fix augmented syscall format warning perf/ui/gtk: Fix gtk2 build perf ui gtk: Add missing zalloc object perf tools: Use %define api.pure full instead of %pure-parser libperf: Setup initial evlist::all_cpus value perf report: Fix no libunwind compiled warning break s390 issue perf tools: Support --prefix/--prefix-strip perf report: Clarify in help that --children is default tools build: Fix test-clang.cpp with Clang 8+ perf clang: Fix build with Clang 9 kprobes: Fix optimize_kprobe()/unoptimize_kprobe() cancellation logic tools lib: Fix builds when glibc contains strlcpy() perf report/top: Make 'e' visible in the help and make it toggle showing callchains perf report/top: Do not offer annotation for symbols without samples ...
No related branches found
No related tags found
Showing
- arch/arm/kernel/Makefile 2 additions, 2 deletionsarch/arm/kernel/Makefile
- arch/arm/kernel/ftrace.c 2 additions, 8 deletionsarch/arm/kernel/ftrace.c
- arch/nds32/kernel/ftrace.c 0 additions, 12 deletionsarch/nds32/kernel/ftrace.c
- arch/x86/events/amd/core.c 79 additions, 30 deletionsarch/x86/events/amd/core.c
- arch/x86/events/core.c 59 additions, 15 deletionsarch/x86/events/core.c
- arch/x86/events/intel/rapl.c 2 additions, 0 deletionsarch/x86/events/intel/rapl.c
- arch/x86/events/perf_event.h 20 additions, 0 deletionsarch/x86/events/perf_event.h
- arch/x86/include/asm/ftrace.h 0 additions, 2 deletionsarch/x86/include/asm/ftrace.h
- arch/x86/include/asm/kprobes.h 5 additions, 9 deletionsarch/x86/include/asm/kprobes.h
- arch/x86/include/asm/set_memory.h 0 additions, 2 deletionsarch/x86/include/asm/set_memory.h
- arch/x86/include/asm/text-patching.h 67 additions, 19 deletionsarch/x86/include/asm/text-patching.h
- arch/x86/kernel/alternative.c 150 additions, 48 deletionsarch/x86/kernel/alternative.c
- arch/x86/kernel/ftrace.c 126 additions, 562 deletionsarch/x86/kernel/ftrace.c
- arch/x86/kernel/jump_label.c 38 additions, 78 deletionsarch/x86/kernel/jump_label.c
- arch/x86/kernel/kprobes/core.c 11 additions, 9 deletionsarch/x86/kernel/kprobes/core.c
- arch/x86/kernel/kprobes/opt.c 33 additions, 34 deletionsarch/x86/kernel/kprobes/opt.c
- arch/x86/kernel/traps.c 0 additions, 9 deletionsarch/x86/kernel/traps.c
- arch/x86/mm/init_32.c 0 additions, 28 deletionsarch/x86/mm/init_32.c
- arch/x86/mm/init_64.c 0 additions, 36 deletionsarch/x86/mm/init_64.c
- drivers/infiniband/hw/hfi1/trace_tid.h 4 additions, 4 deletionsdrivers/infiniband/hw/hfi1/trace_tid.h
Loading
Please register or sign in to comment