Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf updates from Thomas Gleixner: "Another set of perf updates: - Fix a Skylake Uncore event format declaration - Prevent perf pipe mode from crahsing which was caused by a missing buffer allocation - Make the perf top popup message which tells the user that it uses fallback mode on older kernels a debug message. - Make perf context rescheduling work correcctly - Robustify the jump error drawing in perf browser mode so it does not try to create references to NULL initialized offset entries - Make trigger_on() robust so it does not enable the trigger before everything is set up correctly to handle it - Make perf auxtrace respect the --no-itrace option so it does not try to queue AUX data for decoding. - Prevent having different number of field separators in CVS output lines when a counter is not supported. - Make the perf kallsyms man page usage behave like it does for all other perf commands. - Synchronize the kernel headers" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf/core: Fix ctx_event_type in ctx_resched() perf tools: Fix trigger class trigger_on() perf auxtrace: Prevent decoding when --no-itrace perf stat: Fix CVS output format for non-supported counters tools headers: Sync x86's cpufeatures.h tools headers: Sync copy of kvm UAPI headers perf record: Fix crash in pipe mode perf annotate browser: Be more robust when drawing jump arrows perf top: Fix annoying fallback message on older kernels perf kallsyms: Fix the usage on the man page perf/x86/intel/uncore: Fix Skylake UPI event format
No related branches found
No related tags found
Showing
- arch/x86/events/intel/uncore_snbep.c 1 addition, 1 deletionarch/x86/events/intel/uncore_snbep.c
- kernel/events/core.c 3 additions, 1 deletionkernel/events/core.c
- tools/arch/x86/include/asm/cpufeatures.h 1 addition, 0 deletionstools/arch/x86/include/asm/cpufeatures.h
- tools/include/uapi/linux/kvm.h 2 additions, 0 deletionstools/include/uapi/linux/kvm.h
- tools/perf/Documentation/perf-kallsyms.txt 1 addition, 1 deletiontools/perf/Documentation/perf-kallsyms.txt
- tools/perf/builtin-record.c 9 additions, 0 deletionstools/perf/builtin-record.c
- tools/perf/builtin-stat.c 1 addition, 1 deletiontools/perf/builtin-stat.c
- tools/perf/builtin-top.c 1 addition, 1 deletiontools/perf/builtin-top.c
- tools/perf/perf.h 1 addition, 0 deletionstools/perf/perf.h
- tools/perf/ui/browsers/annotate.c 25 additions, 0 deletionstools/perf/ui/browsers/annotate.c
- tools/perf/util/auxtrace.c 9 additions, 6 deletionstools/perf/util/auxtrace.c
- tools/perf/util/record.c 6 additions, 2 deletionstools/perf/util/record.c
- tools/perf/util/trigger.h 5 additions, 4 deletionstools/perf/util/trigger.h
Loading
Please register or sign in to comment