Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fixes from Ingo Molnar: "Various fixlets: On the kernel side: - fix a race - fix a bug in the handling of the perf ring-buffer data page On the tooling side: - fix the handling of certain corrupted perf.data files - fix a bug in 'perf probe' - fix a bug in 'perf record + perf sched' - fix a bug in 'make install' - fix a bug in libaudit feature-detection on certain distros" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf session: Fix infinite loop on invalid perf.data file perf tools: Fix installation of libexec components perf probe: Fix to find line information for probe list perf tools: Fix libaudit test perf stat: Set child_pid after perf_evlist__prepare_workload() perf tools: Add default handler for mmap2 events perf/x86: Clean up cap_user_time* setting perf: Fix perf_pmu_migrate_context
Showing
- arch/x86/kernel/cpu/perf_event.c 3 additions, 8 deletionsarch/x86/kernel/cpu/perf_event.c
- include/linux/perf_event.h 23 additions, 1 deletioninclude/linux/perf_event.h
- kernel/events/core.c 3 additions, 3 deletionskernel/events/core.c
- tools/perf/Makefile 1 addition, 0 deletionstools/perf/Makefile
- tools/perf/builtin-stat.c 1 addition, 0 deletionstools/perf/builtin-stat.c
- tools/perf/config/feature-tests.mak 1 addition, 1 deletiontools/perf/config/feature-tests.mak
- tools/perf/util/dwarf-aux.c 21 additions, 4 deletionstools/perf/util/dwarf-aux.c
- tools/perf/util/dwarf-aux.h 5 additions, 1 deletiontools/perf/util/dwarf-aux.h
- tools/perf/util/header.c 12 additions, 0 deletionstools/perf/util/header.c
- tools/perf/util/probe-finder.c 33 additions, 16 deletionstools/perf/util/probe-finder.c
- tools/perf/util/session.c 3 additions, 1 deletiontools/perf/util/session.c
Loading
Please register or sign in to comment