This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 3bb48a850627 Merge branch 'parisc-5.12-2' of git://git.kernel.org/pub/s [...] new 3ae0415d0bb4 tools headers UAPI: Update tools's copy of drm.h headers new c2446944b3f5 tools headers UAPI: Sync drm/i915_drm.h with the kernel sources new 1e61463cfcd0 tools headers UAPI: Sync openat2.h with the kernel sources new add76c0113ba perf arch powerpc: Sync powerpc syscall.tbl with the kerne [...] new 303550a44741 tools headers UAPI s390: Sync ptrace.h kernel headers new 21b7e35bdf0a tools headers UAPI: Sync kvm.h headers with the kernel sources new ded2e511a8af perf tools: Cast (struct timeval).tv_sec when printing new 762323eb39a2 perf build: Move feature cleanup under tools/build new 2b1919ec8338 perf tools: Clean 'generated' directory used for creating [...] new ffc52b7ae5e6 perf diff: Don't crash on freeing errno-session on the error path new 394e4306b093 perf bench numa: Fix the condition checks for max number o [...] new 137a5258939a perf traceevent: Ensure read cmdlines are null terminated. new b55ff1d1456c perf tools: Fix documentation of verbose options new dacfc08dcafa perf build: Fix ccache usage in $(CC) when generating arch [...] new 31bf4e7cb613 perf daemon: Fix control fifo permissions new 36bc511f63fd perf daemon: Fix running test for non root user new 84ea603650ec perf tools: Fix event's PMU name parsing new b0faef924d21 perf test: Fix cpu and thread map leaks in basic mmap test new 09a61c8f86ae perf test: Fix a memory leak in attr test new 83d25ccde591 perf test: Fix cpu and thread map leaks in task_exit test new 97ab7c524fdc perf test: Fix cpu and thread map leaks in sw_clock_freq test new e06c3ca4922c perf test: Fix cpu and thread map leaks in code_reading test new f2c3202ba0c7 perf test: Fix cpu and thread map leaks in keep_tracking test new 953e7b5960f1 perf test: Fix cpu and thread map leaks in switch_tracking test new 4be42882e1f9 perf test: Fix a thread map leak in thread_map_synthesize test new 641b62503370 perf test: Fix a memory leak in thread_map_remove test new 690d91f5ec38 perf test: Fix cpu map leaks in cpu_map_print test new 846580c235b3 perf test: Fix cpu and thread map leaks in perf_time_to_tsc test new 743108e1048e tools headers: Update syscall.tbl files to support mount_setattr new 6c0afc579aff tools headers UAPI: Update tools' copy of linux/coresight-pmu.h new 1a9bcadd0058 tools headers cpufeatures: Sync with the kernel sources new 33dc525f9321 tools headers UAPI: Sync KVM's kvm.h and vmx.h headers wit [...] new 034f7ee130c1 perf stat: Fix wrong skipping for per-die aggregation new e2a99c9a9aa0 libperf: Add perf_evlist__reset_id_hash() new 513068f2b1fe perf stat: Fix use-after-free when -r option is used new bd57a9f33abc perf daemon: Fix compile error with Asan new ec4d0a7680c7 perf archive: Fix filtering of empty build-ids new a8146d66ab01 perf test: Fix sample-parsing failure on non-x86 platforms new 7d9d4c6edba9 perf test: Support the ins_lat check in the X86 specific test new c1f272df510c perf tests x86: Move insn.h include to make sure it finds [...] new 6740a4e70e5d perf report: Fix -F for branch & mem modes new 77d02bd00cea perf map: Tighten snprintf() string precision to pass gcc [...] new 86a19008af5d perf trace: Fix race in signal handling new 6fc5baf54717 perf cs-etm: Fix bitmap for option new 144c79ef3353 Merge tag 'perf-tools-fixes-for-v5.12-2020-03-07' of git:/ [...]
The 45 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: tools/arch/s390/include/uapi/asm/ptrace.h | 5 +- tools/arch/x86/include/asm/cpufeatures.h | 19 +++- tools/arch/x86/include/uapi/asm/kvm.h | 1 + tools/arch/x86/include/uapi/asm/vmx.h | 4 +- tools/build/Makefile | 8 +- tools/include/linux/coresight-pmu.h | 20 +++- tools/include/uapi/drm/drm.h | 97 +++++++++-------- tools/include/uapi/drm/i915_drm.h | 3 +- tools/include/uapi/linux/kvm.h | 73 +++++++++++++ tools/include/uapi/linux/mount.h | 16 +++ tools/include/uapi/linux/openat2.h | 4 + tools/lib/perf/evlist.c | 13 ++- tools/lib/perf/include/internal/evlist.h | 2 + tools/perf/Documentation/perf-evlist.txt | 2 +- tools/perf/Documentation/perf-ftrace.txt | 4 +- tools/perf/Documentation/perf-kallsyms.txt | 2 +- tools/perf/Documentation/perf-trace.txt | 4 +- tools/perf/Makefile.perf | 12 +- tools/perf/arch/arm/util/cs-etm.c | 12 +- tools/perf/arch/powerpc/entry/syscalls/syscall.tbl | 21 +--- tools/perf/arch/s390/entry/syscalls/syscall.tbl | 1 + tools/perf/arch/x86/Makefile | 11 +- tools/perf/arch/x86/entry/syscalls/syscall_64.tbl | 1 + tools/perf/arch/x86/include/arch-tests.h | 1 + tools/perf/arch/x86/tests/Build | 1 + tools/perf/arch/x86/tests/arch-tests.c | 4 + tools/perf/arch/x86/tests/insn-x86.c | 2 +- tools/perf/arch/x86/tests/sample-parsing.c | 121 +++++++++++++++++++++ tools/perf/arch/x86/util/archinsn.c | 2 +- tools/perf/bench/numa.c | 42 ++++--- tools/perf/bench/sched-messaging.c | 4 +- tools/perf/bench/sched-pipe.c | 4 +- tools/perf/bench/syscall.c | 4 +- tools/perf/builtin-daemon.c | 6 +- tools/perf/builtin-diff.c | 3 +- tools/perf/builtin-trace.c | 5 +- tools/perf/perf-archive.sh | 3 +- tools/perf/tests/attr.c | 8 +- tools/perf/tests/code-reading.c | 10 +- tools/perf/tests/cpumap.c | 2 + tools/perf/tests/keep-tracking.c | 5 +- tools/perf/tests/mmap-basic.c | 2 - tools/perf/tests/perf-time-to-tsc.c | 2 + tools/perf/tests/sample-parsing.c | 4 - tools/perf/tests/shell/daemon.sh | 32 +++--- tools/perf/tests/sw-clock.c | 12 +- tools/perf/tests/switch-tracking.c | 5 +- tools/perf/tests/task-exit.c | 10 +- tools/perf/tests/thread-map.c | 8 +- tools/perf/util/evlist.c | 1 + tools/perf/util/evsel.c | 18 ++- tools/perf/util/evsel.h | 4 +- tools/perf/util/header.c | 4 +- tools/perf/util/map.c | 7 +- tools/perf/util/parse-events.y | 6 +- tools/perf/util/python-ext-sources | 1 + tools/perf/util/sort.c | 4 +- tools/perf/util/stat-display.c | 2 +- tools/perf/util/stat.c | 47 ++++++-- tools/perf/util/trace-event-read.c | 1 + 60 files changed, 517 insertions(+), 215 deletions(-) create mode 100644 tools/perf/arch/x86/tests/sample-parsing.c