Merge tag 'perf-core-for-mingo-5.1-20190321' of...
Merge tag 'perf-core-for-mingo-5.1-20190321' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent Pull perf/core improvements and fixes from Arnaldo: BPF: Song Liu: - Add support for annotating BPF programs, using the PERF_RECORD_BPF_EVENT and PERF_RECORD_KSYMBOL recently added to the kernel and plugging binutils's libopcodes disassembly of BPF programs with the existing annotation interfaces in 'perf annotate', 'perf report' and 'perf top' various output formats (--stdio, --stdio2, --tui). perf list: Andi Kleen: - Filter metrics when using substring search. perf record: Andi Kleen: - Allow to limit number of reported perf.data files - Clarify help for --switch-output. perf report: Andi Kleen - Indicate JITed code better. - Show all sort keys in help output. perf script: Andi Kleen: - Support relative time. perf stat: Andi Kleen: - Improve scaling. General: Changbin Du: - Fix some mostly error path memory and reference count leaks found using gcc's ASan and UBSan. Vendor events: Mamatha Inamdar: - Remove P8 HW events which are not supported. Signed-off-by:Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
No related branches found
No related tags found
Showing
- tools/bpf/bpftool/prog.c 59 additions, 207 deletionstools/bpf/bpftool/prog.c
- tools/build/Makefile.feature 4 additions, 2 deletionstools/build/Makefile.feature
- tools/build/feature/test-all.c 5 additions, 0 deletionstools/build/feature/test-all.c
- tools/lib/bpf/libbpf.c 252 additions, 1 deletiontools/lib/bpf/libbpf.c
- tools/lib/bpf/libbpf.h 63 additions, 0 deletionstools/lib/bpf/libbpf.h
- tools/lib/bpf/libbpf.map 3 additions, 0 deletionstools/lib/bpf/libbpf.map
- tools/perf/Documentation/Build.txt 24 additions, 0 deletionstools/perf/Documentation/Build.txt
- tools/perf/Documentation/perf-config.txt 1 addition, 1 deletiontools/perf/Documentation/perf-config.txt
- tools/perf/Documentation/perf-record.txt 4 additions, 0 deletionstools/perf/Documentation/perf-record.txt
- tools/perf/Documentation/perf-script.txt 3 additions, 0 deletionstools/perf/Documentation/perf-script.txt
- tools/perf/Documentation/perf-stat.txt 2 additions, 3 deletionstools/perf/Documentation/perf-stat.txt
- tools/perf/Makefile.config 12 additions, 3 deletionstools/perf/Makefile.config
- tools/perf/bench/epoll-ctl.c 1 addition, 1 deletiontools/perf/bench/epoll-ctl.c
- tools/perf/bench/epoll-wait.c 1 addition, 1 deletiontools/perf/bench/epoll-wait.c
- tools/perf/builtin-list.c 1 addition, 1 deletiontools/perf/builtin-list.c
- tools/perf/builtin-record.c 45 additions, 5 deletionstools/perf/builtin-record.c
- tools/perf/builtin-report.c 2 additions, 3 deletionstools/perf/builtin-report.c
- tools/perf/builtin-script.c 16 additions, 2 deletionstools/perf/builtin-script.c
- tools/perf/builtin-stat.c 2 additions, 1 deletiontools/perf/builtin-stat.c
- tools/perf/builtin-top.c 36 additions, 26 deletionstools/perf/builtin-top.c
Loading
Please register or sign in to comment