Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fixes from Thomas Gleixner: "Three fixes for the perf user space side: - Fix the probing of precise_ip level, which got broken recently for x86. - Unbreak the ARCH=x86_64 build - Report module before trying to unwind into the module code, which avoids broken stack frames displayed" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf unwind: Report module before querying isactivation in dwfl unwind perf tools: Fix build with ARCH=x86_64 perf evsel: Fix probing of precise_ip level for default cycles event
No related branches found
No related tags found
Showing
- tools/perf/Makefile.config 19 additions, 19 deletionstools/perf/Makefile.config
- tools/perf/Makefile.perf 1 addition, 1 deletiontools/perf/Makefile.perf
- tools/perf/arch/Build 1 addition, 1 deletiontools/perf/arch/Build
- tools/perf/pmu-events/Build 2 additions, 2 deletionstools/perf/pmu-events/Build
- tools/perf/tests/Build 1 addition, 1 deletiontools/perf/tests/Build
- tools/perf/tests/task-exit.c 1 addition, 1 deletiontools/perf/tests/task-exit.c
- tools/perf/util/evsel.c 12 additions, 0 deletionstools/perf/util/evsel.c
- tools/perf/util/header.c 1 addition, 1 deletiontools/perf/util/header.c
- tools/perf/util/unwind-libdw.c 8 additions, 0 deletionstools/perf/util/unwind-libdw.c
Please register or sign in to comment