-
- Downloads
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fixes from Ingo Molnar: "A fair chunk of the linecount comes from a fix for a tracing bug that corrupts latency tracing buffers when the overwrite mode is changed on the fly - the rest is mostly assorted fewliner fixlets." * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf/x86: Add SNB/SNB-EP scheduling constraints for cycle_activity event kprobes/x86: Check Interrupt Flag modifier when registering probe kprobes: Make hash_64() as always inlined perf: Generate EXIT event only once per task context perf: Reset hwc->last_period on sw clock events tracing: Prevent buffer overwrite disabled for latency tracers tracing: Keep overwrite in sync between regular and snapshot buffers tracing: Protect tracer flags with trace_types_lock perf tools: Fix LIBNUMA build with glibc 2.12 and older. tracing: Fix free of probe entry by calling call_rcu_sched() perf/POWER7: Create a sysfs format entry for Power7 events perf probe: Fix segfault libtraceevent: Remove hard coded include to /usr/local/include in Makefile perf record: Fix -C option perf tools: check if -DFORTIFY_SOURCE=2 is allowed perf report: Fix build with NO_NEWT=1 perf annotate: Fix build with NO_NEWT=1 tracing: Fix race in snapshot swapping
No related branches found
No related tags found
Showing
- arch/powerpc/perf/power7-pmu.c 13 additions, 0 deletionsarch/powerpc/perf/power7-pmu.c
- arch/x86/include/asm/kprobes.h 1 addition, 0 deletionsarch/x86/include/asm/kprobes.h
- arch/x86/kernel/cpu/perf_event_intel.c 4 additions, 0 deletionsarch/x86/kernel/cpu/perf_event_intel.c
- arch/x86/kernel/kprobes/core.c 4 additions, 1 deletionarch/x86/kernel/kprobes/core.c
- include/linux/hash.h 2 additions, 1 deletioninclude/linux/hash.h
- kernel/events/core.c 6 additions, 2 deletionskernel/events/core.c
- kernel/trace/ftrace.c 2 additions, 2 deletionskernel/trace/ftrace.c
- kernel/trace/trace.c 47 additions, 12 deletionskernel/trace/trace.c
- kernel/trace/trace.h 6 additions, 0 deletionskernel/trace/trace.h
- kernel/trace/trace_irqsoff.c 14 additions, 5 deletionskernel/trace/trace_irqsoff.c
- kernel/trace/trace_sched_wakeup.c 13 additions, 5 deletionskernel/trace/trace_sched_wakeup.c
- tools/lib/traceevent/Makefile 1 addition, 1 deletiontools/lib/traceevent/Makefile
- tools/perf/Makefile 7 additions, 1 deletiontools/perf/Makefile
- tools/perf/bench/bench.h 24 additions, 0 deletionstools/perf/bench/bench.h
- tools/perf/builtin-record.c 4 additions, 2 deletionstools/perf/builtin-record.c
- tools/perf/util/hist.h 3 additions, 2 deletionstools/perf/util/hist.h
- tools/perf/util/strlist.c 1 addition, 1 deletiontools/perf/util/strlist.c
Loading
Please register or sign in to comment