Merge tag 'perf-core-for-mingo-5.2-20190517' of...
Merge tag 'perf-core-for-mingo-5.2-20190517' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core Pull perf/core improvements and fixes from Arnaldo Carvalho de Melo: perf.data: Alexey Budankov: - Streaming compression of perf ring buffer into PERF_RECORD_COMPRESSED user space records, resulting in ~3-5x perf.data file size reduction on variety of tested workloads what saves storage space on larger server systems where perf.data size can easily reach several tens or even hundreds of GiBs, especially when profiling with DWARF-based stacks and tracing of context switches. perf record: Arnaldo Carvalho de Melo - Improve -user-regs/intr-regs suggestions to overcome errors. perf annotate: Jin Yao: - Remove hist__account_cycles() from callback, speeding up branch processing (perf record -b). perf stat: - Add a 'percore' event qualifier, e.g.: -e cpu/event=0,umask=0x3,percore=1/, that sums up the event counts for both hardware threads in a core. We can already do this with --per-core, but it's often useful to do this together with other metrics that are collected per hardware thread. I.e. now its possible to do this per-event, and have it mixed with other events not aggregated by core. core libraries: Donald Yandt: - Check for errors when doing fgets(/proc/version). Jiri Olsa: - Speed up report for perf compiled with linbunwind. tools headers: Arnaldo Carvalho de Melo - Update memcpy_64.S, x86's kvm.h and pt_regs.h. arm64: Florian Fainelli: - Map Brahma-B53 CPUID to cortex-a53 events. - Add Cortex-A57 and Cortex-A72 events. csky: Mao Han: - Add DWARF register mappings for libdw, allowing --call-graph=dwarf to work on the C-SKY arch. x86: Andi Kleen/Kan Liang: - Add support for recording and printing XMM registers, available, for instance, on Icelake. Kan Liang: - Add uncore_upi (Intel's "Ultra Path Interconnect" events) JSON support. UPI replaced the Intel QuickPath Interconnect (QPI) in Xeon Skylake-SP. Intel PT: Adrian Hunter . Fix instructions sampling rate. . Timestamp fixes. . Improve exported-sql-viewer GUI, allowing, for instance, to copy'n'paste the trees, useful for e-mailing. Documentation: Thomas Richter: - Add description for 'perf --debug stderr=1', which redirects stderr to stdout. libtraceevent: Tzvetomir Stoyanov: - Add man pages for the various APIs. Signed-off-by:Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by:
Ingo Molnar <mingo@kernel.org>
No related branches found
No related tags found
Showing
- tools/arch/x86/include/uapi/asm/kvm.h 1 addition, 0 deletionstools/arch/x86/include/uapi/asm/kvm.h
- tools/arch/x86/include/uapi/asm/perf_regs.h 22 additions, 1 deletiontools/arch/x86/include/uapi/asm/perf_regs.h
- tools/arch/x86/lib/memcpy_64.S 2 additions, 1 deletiontools/arch/x86/lib/memcpy_64.S
- tools/lib/traceevent/Documentation/Makefile 207 additions, 0 deletionstools/lib/traceevent/Documentation/Makefile
- tools/lib/traceevent/Documentation/asciidoc.conf 120 additions, 0 deletionstools/lib/traceevent/Documentation/asciidoc.conf
- tools/lib/traceevent/Documentation/libtraceevent-commands.txt 153 additions, 0 deletions...s/lib/traceevent/Documentation/libtraceevent-commands.txt
- tools/lib/traceevent/Documentation/libtraceevent-cpus.txt 77 additions, 0 deletionstools/lib/traceevent/Documentation/libtraceevent-cpus.txt
- tools/lib/traceevent/Documentation/libtraceevent-endian_read.txt 78 additions, 0 deletions...ib/traceevent/Documentation/libtraceevent-endian_read.txt
- tools/lib/traceevent/Documentation/libtraceevent-event_find.txt 103 additions, 0 deletions...lib/traceevent/Documentation/libtraceevent-event_find.txt
- tools/lib/traceevent/Documentation/libtraceevent-event_get.txt 99 additions, 0 deletions.../lib/traceevent/Documentation/libtraceevent-event_get.txt
- tools/lib/traceevent/Documentation/libtraceevent-event_list.txt 122 additions, 0 deletions...lib/traceevent/Documentation/libtraceevent-event_list.txt
- tools/lib/traceevent/Documentation/libtraceevent-field_find.txt 118 additions, 0 deletions...lib/traceevent/Documentation/libtraceevent-field_find.txt
- tools/lib/traceevent/Documentation/libtraceevent-field_get_val.txt 122 additions, 0 deletions.../traceevent/Documentation/libtraceevent-field_get_val.txt
- tools/lib/traceevent/Documentation/libtraceevent-field_print.txt 126 additions, 0 deletions...ib/traceevent/Documentation/libtraceevent-field_print.txt
- tools/lib/traceevent/Documentation/libtraceevent-field_read.txt 81 additions, 0 deletions...lib/traceevent/Documentation/libtraceevent-field_read.txt
- tools/lib/traceevent/Documentation/libtraceevent-fields.txt 105 additions, 0 deletionstools/lib/traceevent/Documentation/libtraceevent-fields.txt
- tools/lib/traceevent/Documentation/libtraceevent-file_endian.txt 91 additions, 0 deletions...ib/traceevent/Documentation/libtraceevent-file_endian.txt
- tools/lib/traceevent/Documentation/libtraceevent-filter.txt 209 additions, 0 deletionstools/lib/traceevent/Documentation/libtraceevent-filter.txt
- tools/lib/traceevent/Documentation/libtraceevent-func_apis.txt 183 additions, 0 deletions.../lib/traceevent/Documentation/libtraceevent-func_apis.txt
- tools/lib/traceevent/Documentation/libtraceevent-func_find.txt 88 additions, 0 deletions.../lib/traceevent/Documentation/libtraceevent-func_find.txt
Loading
Please register or sign in to comment