summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2020-09-17bpf: Add abnormal return checks.Alexei Starovoitov
2020-09-17selftests: Set default protocol for raw sockets in nettestDavid Ahern
2020-09-17selftests/harness: Flush stdout before forkingMichael Ellerman
2020-09-17selftests: mptcp: interpret \n as a new lineMatthieu Baerts
2020-09-17perf metricgroup: Fix uncore metric expressionsIan Rogers
2020-09-17perf intel-pt: Fix "context_switch event has no tid" errorAdrian Hunter
2020-09-17perf script: Display negative tid in non-sample eventsAdrian Hunter
2020-09-17perf docs: Improve help information in perf.txtZejiang Tang
2020-09-17perf metric: Remove duplicate includeYueHaibing
2020-09-17perf tools: Add documentation for topdown metricsAndi Kleen
2020-09-17perf stat: Support new per thread TopDown metricsAndi Kleen
2020-09-17perf record: Support sample-read topdown metric groupKan Liang
2020-09-17perf tools: Rename group to topdownKan Liang
2020-09-17perf machine: Add machine__for_each_dso() functionJiri Olsa
2020-09-17Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2020-09-17perf parse-event: Release cpu_map refcount if evsel alloc failedNamhyung Kim
2020-09-17perf parse-event: Fix cpu map refcountingNamhyung Kim
2020-09-16perf stat: Fix the ratio comments of miss-eventsQi Liu
2020-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-09-15selftests/bpf: Merge most of test_btf into test_progsAndrii Nakryiko
2020-09-15selftests/bpf: Test load and dump metadata with btftool and skelYiFei Zhu
2020-09-15bpftool: Support dumping metadataYiFei Zhu
2020-09-15libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .rodata sectionYiFei Zhu
2020-09-15bpf: Add BPF_PROG_BIND_MAP syscallYiFei Zhu
2020-09-15selftests: fib_nexthops: Test cleanup of FDB entries following nexthop deletionIdo Schimmel
2020-09-15selftests: add a test for ethtool pause statsJakub Kicinski
2020-09-15perf test: Free formats for perf pmu parse testNamhyung Kim
2020-09-15perf metric: Do not free metric when failed to resolveNamhyung Kim
2020-09-15perf metric: Free metric when it failed to resolveNamhyung Kim
2020-09-15perf metric: Release expr_parse_ctx after testingNamhyung Kim
2020-09-15perf test: Fix memory leaks in parse-metric testNamhyung Kim
2020-09-15perf parse-event: Fix memory leak in evsel->unitNamhyung Kim
2020-09-15selftests/powerpc: Tests for kernel accessing user memoryRavi Bangoria
2020-09-15perf evlist: Fix cpu/thread map leakNamhyung Kim
2020-09-15perf metric: Fix some memory leaks - part 2Namhyung Kim
2020-09-15perf metric: Fix some memory leaksNamhyung Kim
2020-09-15perf test: Free aliases for PMU event map aliases testNamhyung Kim
2020-09-15perf vendor events amd: Remove trailing commasHenry Burns
2020-09-14libbpf: Fix a compilation error with xsk.c for ubuntu 16.04Yonghong Song
2020-09-14bpftool: Fix build failureYonghong Song
2020-09-14perf test: Leader sampling shouldn't clear sample periodIan Rogers
2020-09-14perf record: Don't clear event's period if set by a termIan Rogers
2020-09-14tools headers UAPI: update linux/in.h copyArnaldo Carvalho de Melo
2020-09-14tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo
2020-09-14perf record: Prevent override of attr->sample_period for libpfm4 eventsStephane Eranian
2020-09-14perf record: Set PERF_RECORD_PERIOD if attr->freq is set.David Sharp
2020-09-14perf bench: Fix 2 memory sanitizer warningsIan Rogers
2020-09-14perf test: Fix the "signal" test inline assemblyJiri Olsa
2020-09-14mptcp: simult flow self-testsPaolo Abeni
2020-09-14Merge branch 'fixes' into nextMichael Ellerman