https://github.com/torvalds/linux
Revision b7374586ebd48b1bfc75f5ed0eef89de17bdbe04 authored by Linus Torvalds on 19 April 2020, 18:28:01 UTC, committed by Linus Torvalds on 19 April 2020, 18:28:01 UTC
Pull perf tooling fixes and updates from Thomas Gleixner:

 - Fix the header line of perf stat output for '--metric-only --per-socket'

 - Fix the python build with clang

 - The usual tools UAPI header synchronization

* tag 'perf-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  tools headers: Synchronize linux/bits.h with the kernel sources
  tools headers: Adopt verbatim copy of compiletime_assert() from kernel sources
  tools headers: Update x86's syscall_64.tbl with the kernel sources
  tools headers UAPI: Sync drm/i915_drm.h with the kernel sources
  tools headers UAPI: Update tools's copy of drm.h headers
  tools headers kvm: Sync linux/kvm.h with the kernel sources
  tools headers UAPI: Sync linux/fscrypt.h with the kernel sources
  tools include UAPI: Sync linux/vhost.h with the kernel sources
  tools arch x86: Sync asm/cpufeatures.h with the kernel sources
  tools headers UAPI: Sync linux/mman.h with the kernel
  tools headers UAPI: Sync sched.h with the kernel
  tools headers: Update linux/vdso.h and grab a copy of vdso/const.h
  perf stat: Fix no metric header if --per-socket and --metric-only set
  perf python: Check if clang supports -fno-semantic-interposition
  tools arch x86: Sync the msr-index.h copy with the kernel sources
2 parent s 80ade29 + cd09433
History
Tip revision: b7374586ebd48b1bfc75f5ed0eef89de17bdbe04 authored by Linus Torvalds on 19 April 2020, 18:28:01 UTC
Merge tag 'perf-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Tip revision: b737458
File Mode Size
include-prefixes
libfdt
.gitignore -rw-r--r-- 44 bytes
Makefile -rw-r--r-- 1.1 KB
checks.c -rw-r--r-- 49.4 KB
data.c -rw-r--r-- 4.5 KB
dt_to_config -rwxr-xr-x 40.8 KB
dtc-lexer.l -rw-r--r-- 6.1 KB
dtc-parser.y -rw-r--r-- 10.5 KB
dtc.c -rw-r--r-- 9.2 KB
dtc.h -rw-r--r-- 8.3 KB
dtx_diff -rwxr-xr-x 9.0 KB
fdtdump.c -rw-r--r-- 3.7 KB
fdtget.c -rw-r--r-- 7.9 KB
fdtput.c -rw-r--r-- 7.7 KB
flattree.c -rw-r--r-- 21.4 KB
fstree.c -rw-r--r-- 1.5 KB
livetree.c -rw-r--r-- 20.3 KB
srcpos.c -rw-r--r-- 8.6 KB
srcpos.h -rw-r--r-- 2.9 KB
treesource.c -rw-r--r-- 6.9 KB
update-dtc-source.sh -rwxr-xr-x 2.5 KB
util.c -rw-r--r-- 8.5 KB
util.h -rw-r--r-- 6.9 KB
version_gen.h -rw-r--r-- 42 bytes
yamltree.c -rw-r--r-- 6.2 KB

back to top