This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 50f6c7dbd973 Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/ [...] new 58277f502f42 perf trace beauty: Add script to autogenerate socket famil [...] new f3cf7fa963c4 perf trace beauty: Use the autogenerated protocol family table new 23db762be2ec tools headers kvm s390: Sync headers with the kernel sources new fe452fb84329 tools include UAPI: Sync linux/vhost.h with the kernel sources new 6016e0348792 tools headers UAPI: Sync kvm.h headers with the kernel sources new 72d69c2a4ee1 perf bench numa: Fix number of processes in "2x3-convergen [...] new 85372c6974aa perf bench numa: Fix benchmark names new f9f95068266d perf bench: Fix a couple of spelling mistakes in options text new d566a9c2d482 perf sched: Prefer sched_waking event when it exists new 1beaef29c341 perf bench mem: Always memset source before memcpy new 194cb6b50f57 perf test: Allow multiple probes in record+script_probe_vf [...] new ce746d43a174 libperf: Fix man page typos new ceafdd664cae MAINTAINERS: Add missing tools/lib/perf/ path to perf maintainers new 1c695c88a109 perf tools: Rename 'enum dso_kernel_type' to 'enum dso_spa [...] new b2fe96a350de perf tools: Fix module symbol processing new fa5c893181ed tools build feature: Quote CC and CXX for their arguments new 509f68e327d0 perf bench numa: Fix cpumask memory leak in node_has_cpus() new 2db13a9b30f7 perf bench numa: Use numa_node_to_cpus() to bind tasks to nodes new eb6d31ae22d7 perf ftrace: Select function/function_graph tracer automatically new d6d81bfe429e perf ftrace: Add option '-F/--funcs' to list available functions new 68faab0f934d perf ftrace: Factor out function write_tracing_file_int() new 846e1939801a perf ftrace: Add option '-m/--buffer-size' to set per-cpu [...] new 81523c1e579b perf ftrace: Show trace column header new 5b3474723868 perf ftrace: Add option '--inherit' to trace children processes new a80abe2a9a8a perf tools: Add general function to parse sublevel options new b1d84af6f580 perf ftrace: Add support for tracing option 'func_stack_trace' new 38988f2e7ed5 perf ftrace: Add support for trace option sleep-time new d1bcf17cda80 perf ftrace: Add support for trace option funcgraph-irqs new c81fc34e3185 perf ftrace: Add support for tracing option 'irq-info' new 59486fb0c8bf perf ftrace: Add option 'verbose' to show more info for gr [...] new 00c85d5f45b6 perf ftrace: Add support for trace option tracing_thresh new a8f87a5cb466 perf: ftrace: Allow set graph depth by '--graph-opts' new 6555c2f6db21 perf ftrace: Add option -D/--delay to delay tracing new 42145d71ddf3 perf ftrace: Add option --tid to filter by thread id new 3c4dc21b75a7 perf: ftrace: Add set_tracing_options() to set all trace options new 0094024a1860 perf ftrace: Add change log new 8989f5f07605 perf stat: Update POWER9 metrics to utilize other metrics new a508d061ef04 perf bench numa: Remove dead code in parse_nodes_opt() new c7a14fdcb3fa perf build-ids: Fall back to debuginfod query if debuginfo [...] new 492e4edba6e2 perf ftrace: Make option description initials all capital letters new 713eee84720e Merge tag 'perf-tools-2020-08-14' of git://git.kernel.org/ [...]
The 41 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: MAINTAINERS | 1 + tools/arch/s390/include/uapi/asm/kvm.h | 7 +- tools/build/Makefile.feature | 5 +- tools/build/feature/Makefile | 4 + tools/build/feature/test-libdebuginfod.c | 8 + tools/include/uapi/linux/kvm.h | 4 + tools/include/uapi/linux/vhost.h | 2 + tools/lib/perf/Documentation/libperf-counting.txt | 14 +- tools/lib/perf/Documentation/libperf-sampling.txt | 13 +- tools/lib/perf/Documentation/libperf.txt | 4 +- tools/perf/Documentation/perf-config.txt | 5 +- tools/perf/Documentation/perf-ftrace.txt | 75 ++-- tools/perf/Makefile.config | 8 + tools/perf/Makefile.perf | 11 + tools/perf/bench/find-bit-bench.c | 4 +- tools/perf/bench/mem-functions.c | 21 +- tools/perf/bench/numa.c | 77 ++-- tools/perf/builtin-ftrace.c | 436 +++++++++++++++++++-- tools/perf/builtin-sched.c | 32 +- tools/perf/check-headers.sh | 3 + .../pmu-events/arch/powerpc/power9/metrics.json | 48 +-- .../tests/shell/record+script_probe_vfs_getname.sh | 4 +- .../perf/trace/beauty/include}/linux/socket.h | 0 tools/perf/trace/beauty/sockaddr.c | 9 +- tools/perf/trace/beauty/socket.sh | 24 ++ tools/perf/util/Build | 1 + tools/perf/util/build-id.c | 19 + tools/perf/util/debug.c | 61 +-- tools/perf/util/dso.c | 2 +- tools/perf/util/dso.h | 10 +- tools/perf/util/header.c | 13 +- tools/perf/util/machine.c | 16 +- tools/perf/util/map.c | 4 +- tools/perf/util/parse-sublevel-options.c | 70 ++++ tools/perf/util/parse-sublevel-options.h | 11 + tools/perf/util/symbol-elf.c | 8 +- tools/perf/util/symbol.c | 24 +- 37 files changed, 811 insertions(+), 247 deletions(-) create mode 100644 tools/build/feature/test-libdebuginfod.c copy {include => tools/perf/trace/beauty/include}/linux/socket.h (100%) create mode 100755 tools/perf/trace/beauty/socket.sh create mode 100644 tools/perf/util/parse-sublevel-options.c create mode 100644 tools/perf/util/parse-sublevel-options.h