This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f0eb870a8422 Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/s [...] new 49afa7f6c714 perf pmu: Skip invalid hybrid pmu new 490e9a8fb4a3 perf tests: Fix 'Parse event definition strings' on core-o [...] new 212f3d97abc8 perf tests: Fix 'Roundtrip evsel->name' on core-only system new de3d5fd83c9b perf tests: Fix 'Convert perf time to TSC' on core-only system new e0a7ef2a62e4 perf stat: Merge uncore events by default for hybrid platform new 376a947653f6 tools headers UAPI: Sync files changed by the memfd_secret [...] new 50e98924d72d libperf: Fix build error with LIBPFM4=1 new d08c84e01afa perf sched: Cast PTHREAD_STACK_MIN to int as it may turn i [...] new fa2c02e5798c tools headers: Remove broken definition of __LITTLE_ENDIAN new 83d1fc92d4cd perf cs-etm: Split Coresight decode by aux records new 0967ebffe098 perf inject: Fix dso->nsinfo refcounting new 2d6b74baa714 perf map: Fix dso->nsinfo refcounting new dedeb4be203b perf probe: Fix dso->nsinfo refcounting new 42db3d9ded55 perf env: Fix sibling_dies memory leak new 233f2dc1c284 perf test session_topology: Delete session->evlist new fc56f54f6fcd perf test event_update: Fix memory leak of evlist new dccfca926c35 perf test event_update: Fix memory leak of unit new 581e295a0f6b perf dso: Fix memory leak in dso__new_map() new 244d1797c8c8 perf test maps__merge_in: Fix memory leak of maps new da6b7c6c0626 perf env: Fix memory leak of cpu_pmu_caps new a37338aad8c4 perf report: Free generated help strings for sort option new 02e6246f5364 perf inject: Close inject.output on exit new 423b9174f5f7 perf session: Cleanup trace_event new 1b1f57cf9e4c perf script: Release zstd data new faf3ac305d61 perf script: Fix memory 'threads' and 'cpus' leaks on exit new f8cbb0f926ae perf lzma: Close lzma stream on exit new 6c7f0ab04707 perf trace: Free malloc'd trace fields on exit new f2ebf8ffe7af perf trace: Free syscall->arg_fmt new 3cb4d5e00e03 perf trace: Free syscall tp fields in evsel->priv new 659ede7d13f1 perf trace: Free strings in trace__parse_events_option() new 937654ce497f perf test bpf: Free obj_buf new e0fa7ab42232 perf probe-file: Delete namelist in del_events() on the er [...] new d4b3eedce151 perf data: Close all files in close_dir() new 22a665513b34 perf probe: Fix add event failure when running 32-bit perf [...] new b0f008551f0b perf sched: Fix record failure when CONFIG_SCHEDSTATS is not set new 8c25c4476496 Merge tag 'perf-tools-fixes-for-v5.14-2021-07-18' of git:/ [...]
The 36 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/arm64/include/uapi/asm/unistd.h | 1 + tools/include/linux/kconfig.h | 6 - tools/include/uapi/asm-generic/unistd.h | 7 +- tools/perf/arch/x86/entry/syscalls/syscall_64.tbl | 1 + tools/perf/builtin-inject.c | 13 +- tools/perf/builtin-report.c | 33 +++-- tools/perf/builtin-sched.c | 35 ++++- tools/perf/builtin-script.c | 8 ++ tools/perf/builtin-stat.c | 3 - tools/perf/builtin-trace.c | 45 +++++- tools/perf/tests/bpf.c | 2 + tools/perf/tests/event_update.c | 6 +- tools/perf/tests/evsel-roundtrip-name.c | 3 +- tools/perf/tests/maps.c | 2 + tools/perf/tests/parse-events.c | 16 ++- tools/perf/tests/perf-time-to-tsc.c | 3 +- tools/perf/tests/topology.c | 1 + tools/perf/util/cs-etm.c | 168 +++++++++++++++++++++- tools/perf/util/data.c | 2 +- tools/perf/util/dso.c | 4 +- tools/perf/util/dwarf-aux.c | 8 +- tools/perf/util/dwarf-aux.h | 2 +- tools/perf/util/env.c | 2 + tools/perf/util/lzma.c | 8 +- tools/perf/util/map.c | 2 + tools/perf/util/pfm.c | 2 +- tools/perf/util/pmu.c | 9 +- tools/perf/util/probe-event.c | 53 ++++--- tools/perf/util/probe-event.h | 4 +- tools/perf/util/probe-file.c | 4 +- tools/perf/util/probe-finder.c | 15 +- tools/perf/util/probe-finder.h | 2 +- tools/perf/util/session.c | 1 + tools/perf/util/sort.c | 2 +- tools/perf/util/sort.h | 2 +- tools/perf/util/stat-display.c | 14 +- 36 files changed, 391 insertions(+), 98 deletions(-)