summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2023-02-02bpftool: profile online CPUs instead of possibleTonghao Zhang-8/+30
2023-02-03Merge tag 'iio-for-6.3a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman-17/+6
2023-02-02selftests/bpf: introduce XDP compliance test toolLorenzo Bianconi-2/+1105
2023-02-02selftests/bpf: add test for bpf_xdp_query xdp-features supportLorenzo Bianconi-1/+34
2023-02-02libbpf: add API to get XDP/XSK supported featuresLorenzo Bianconi-1/+110
2023-02-02libbpf: add the capability to specify netlink proto in libbpf_netlink_send_recvLorenzo Bianconi-10/+12
2023-02-02netdev-genl: create a simple family for netdev stuffJakub Kicinski-0/+59
2023-02-02selftests/bpf: Use semicolon instead of comma in test_verifier.cTiezhu Yang-2/+2
2023-02-02tools/bpf: Use tab instead of white spaces to sync bpf.hTiezhu Yang-2/+2
2023-02-02selftests/bpf: Initialize tc in xdp_synproxyIlya Leoshkevich-0/+1
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-41/+199
2023-02-02Merge tag 'net-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-31/+152
2023-02-02perf pmu-events: Add separate metric from pmu_eventIan Rogers-111/+228
2023-02-02perf jevents: Rewrite metrics in the same file with each otherIan Rogers-5/+16
2023-02-02perf jevents metric: Add ability to rewrite metrics in terms of othersIan Rogers-2/+81
2023-02-02perf jevents metric: Correct Function equalityIan Rogers-2/+4
2023-02-02perf session: Show branch speculation info in raw dumpSandipan Das-11/+12
2023-02-02perf script: Show branch speculation infoSandipan Das-6/+33
2023-02-02perf test: Add more test cases for perf lock contentionNamhyung Kim-4/+62
2023-02-02perf bench syscall: Add execve syscall benchmarkTiezhu Yang-0/+44
2023-02-02perf bench syscall: Add getpgid syscall benchmarkTiezhu Yang-0/+19
2023-02-02perf bench syscall: Introduce bench_syscall_common()Tiezhu Yang-4/+31
2023-02-02tools x86: Keep list sorted by number in unistd_{32,64}.hTiezhu Yang-16/+16
2023-02-02perf test: Replace legacy `...` with $(...)Diederik de Haas-9/+9
2023-02-02perf test: Replace 'grep | wc -l' with 'grep -c'Diederik de Haas-3/+3
2023-02-02perf stat: Hide invalid uncore event output for aggr modeNamhyung Kim-5/+46
2023-02-02perf lock contention: Add -S/--callstack-filter optionNamhyung Kim-2/+75
2023-02-02perf script: Add 'cgroup' field for outputNamhyung Kim-2/+25
2023-02-02perf tools docs: Use canonical ftrace pathRoss Zwisler-4/+4
2023-02-02perf arm-spe: Only warn once for each unsupported address packetRob Herring-1/+5
2023-02-02perf symbols: Symbol lookup with kcore can fail if multiple segments match stextKrister Johansen-2/+15
2023-02-02perf probe: Fix usage when libtraceevent is missingAthira Rajeev-0/+9
2023-02-02perf symbols: Get symbols for .plt.got for x86-64Adrian Hunter-4/+157
2023-02-02perf symbols: Start adding support for .plt.got for x86Adrian Hunter-0/+29
2023-02-02rtla/timerlat: Add auto-analysis support to timerlat topDaniel Bristot de Oliveira-2/+44
2023-02-02rtla/timerlat: Add auto-analysis coreDaniel Bristot de Oliveira-0/+1005
2023-02-02PM: tools: use canonical ftrace pathRoss Zwisler-9/+9
2023-02-02selftests: net: udpgso_bench_tx: Cater for pending datagrams zerocopy benchma...Andrei Gherzan-7/+27
2023-02-02selftests: net: udpgso_bench: Fix racing bug between the rx/tx programsAndrei Gherzan-4/+20
2023-02-02selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args are providedAndrei Gherzan-0/+4
2023-02-02selftests: net: udpgso_bench_rx: Fix 'used uninitialized' compiler warningAndrei Gherzan-1/+1
2023-02-02selftests/bpf: Remove duplicate include header in xdp_hw_metadataYe Xingchen-1/+0
2023-02-02selftests/bpf: Don't refill on completion in xdp_metadataStanislav Fomichev-3/+2
2023-02-01perf symbols: Allow for static executables with .pltAdrian Hunter-10/+21
2023-02-01perf symbols: Allow for .plt without headerAdrian Hunter-1/+15
2023-02-01perf symbols: Add support for IFUNC symbols for x86_64Adrian Hunter-1/+37
2023-02-01perf symbols: Record whether a symbol is an alias for an IFUNC symbolAdrian Hunter-0/+6
2023-02-01perf symbols: Sort plt relocations for x86Adrian Hunter-3/+57
2023-02-01perf symbols: Add support for x86 .plt.secAdrian Hunter-7/+23
2023-02-01perf symbols: Correct plt entry sizes for x86Adrian Hunter-4/+13