Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf tooling fixes from Thomas Gleixner: "Perf tooling fixes all over the place: - Fix the selection of the main thread COMM in db-export - Fix the disassemmbly display for BPF in annotate - Fix cpumap mask setup in perf ftrace when only one CPU is present - Add the missing 'cpu_clk_unhalted.core' event - Fix CPU 0 bindings in NUMA benchmarks - Fix the module size calculations for s390 - Handle the gap between kernel end and module start on s390 correctly - Build and typo fixes" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf pmu-events: Fix missing "cpu_clk_unhalted.core" event perf annotate: Fix s390 gap between kernel end and module start perf record: Fix module size on s390 perf tools: Fix include paths in ui directory perf tools: Fix a typo in a variable name in the Documentation Makefile perf cpumap: Fix writing to illegal memory in handling cpumap mask perf ftrace: Fix failure to set cpumask when only one cpu is present perf db-export: Fix thread__exec_comm() perf annotate: Fix printing of unaugmented disassembled instructions from BPF perf bench numa: Fix cpu0 binding
No related branches found
No related tags found
Showing
- tools/perf/Documentation/Makefile 1 addition, 1 deletiontools/perf/Documentation/Makefile
- tools/perf/arch/s390/util/machine.c 30 additions, 1 deletiontools/perf/arch/s390/util/machine.c
- tools/perf/bench/numa.c 4 additions, 2 deletionstools/perf/bench/numa.c
- tools/perf/builtin-ftrace.c 1 addition, 1 deletiontools/perf/builtin-ftrace.c
- tools/perf/pmu-events/jevents.c 1 addition, 0 deletionstools/perf/pmu-events/jevents.c
- tools/perf/ui/browser.c 5 additions, 4 deletionstools/perf/ui/browser.c
- tools/perf/ui/tui/progress.c 1 addition, 1 deletiontools/perf/ui/tui/progress.c
- tools/perf/util/annotate.c 1 addition, 1 deletiontools/perf/util/annotate.c
- tools/perf/util/cpumap.c 4 additions, 1 deletiontools/perf/util/cpumap.c
- tools/perf/util/machine.c 2 additions, 1 deletiontools/perf/util/machine.c
- tools/perf/util/machine.h 1 addition, 1 deletiontools/perf/util/machine.h
- tools/perf/util/symbol.c 6 additions, 1 deletiontools/perf/util/symbol.c
- tools/perf/util/symbol.h 1 addition, 0 deletionstools/perf/util/symbol.h
- tools/perf/util/thread.c 11 additions, 1 deletiontools/perf/util/thread.c
Loading
Please register or sign in to comment