summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2024-04-05perf script: Support 32bit code under 64bit OS with capstoneAndi Kleen-10/+28
2024-04-04selftests/bpf: add fp-leaking precise subprog result testsAndrii Nakryiko-0/+107
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-83/+793
2024-04-04bpf: Pack struct bpf_fib_lookupAnton Protopopov-1/+1
2024-04-04bpftool: Mount bpffs on provided dir instead of parent dirSahil Siddiq-16/+92
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-77/+733
2024-04-04perf stat: Do not fail on metrics on s390 z/VM systemsThomas Richter-14/+14
2024-04-04perf report: Fix PAI counter names for s390 virtual machinesThomas Richter-1/+1
2024-04-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-0/+2
2024-04-04tools: ynl: copy netlink error to NlErrorJakub Kicinski-1/+2
2024-04-04selftests/harness: Prevent infinite loop due to Assert in FIXTURE_TEARDOWNShengyu Li-1/+4
2024-04-04selftests/ftrace: Limit length in subsystem-enable testsYuanhe Shu-3/+3
2024-04-04rcutorture: Disable tracing to permit Tasks Rude RCU testingPaul E. McKenney-1/+1
2024-04-04scftorture: Increase memory provided to guest OSPaul E. McKenney-1/+1
2024-04-04memblock tests: fix undefined reference to `panic'Wei Yang-0/+20
2024-04-04memblock tests: fix undefined reference to `early_pfn_to_nid'Wei Yang-0/+5
2024-04-03tools: ynl: ethtool.py: Make tool invokable from any CWDRahul Rameshbabu-2/+6
2024-04-03perf annotate: Initialize 'arch' variable not to trip some -Werror=maybe-unin...Arnaldo Carvalho de Melo-1/+3
2024-04-03perf build: Add LIBTRACEEVENT_DIR build optionYang Jihong-4/+16
2024-04-03selftests: cgroup: skip test_cgcore_lesser_ns_open when cgroup2 mounted witho...Tianchen Ding-13/+20
2024-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-3/+53
2024-04-03perf beauty: Fix AT_EACCESS undeclared build error for system with kernel ver...Yang Jihong-0/+8
2024-04-03perf annotate: Add symbol name when using capstoneNamhyung Kim-3/+71
2024-04-03perf annotate: Use libcapstone to disassembleNamhyung Kim-0/+160
2024-04-03perf annotate: Split out util/disasm.cNamhyung Kim-1657/+1709
2024-04-03perf annotate: Add and use ins__is_nop()Namhyung Kim-1/+7
2024-04-03perf annotate: Use ins__is_xxx() if possibleNamhyung Kim-4/+4
2024-04-03perf evsel: Use evsel__name_is() helperYang Jihong-33/+22
2024-04-03perf sched timehist: Fix -g/--call-graph option failureYang Jihong-2/+5
2024-04-03perf annotate: Honor output options with --data-typeNamhyung Kim-6/+38
2024-04-03perf annotate: Get rid of duplicate --group option itemNamhyung Kim-2/+0
2024-04-03selftests/xsk: Add new test case for AF_XDP under max ring sizesTushar Vyavahare-0/+25
2024-04-03selftests/xsk: Test AF_XDP functionality under minimal ring configurationsTushar Vyavahare-0/+21
2024-04-03selftests/xsk: Introduce set_ring_size function with a retry mechanism for ha...Tushar Vyavahare-2/+66
2024-04-03selftests/bpf: Implement set_hw_ring_size function to configure interface rin...Tushar Vyavahare-0/+25
2024-04-03selftests/bpf: Implement get_hw_ring_size function to retrieve current and ma...Tushar Vyavahare-15/+28
2024-04-03selftests/xsk: Make batch size variableTushar Vyavahare-10/+13
2024-04-03tools: Add ethtool.h header to tooling infraTushar Vyavahare-31/+2198
2024-04-02bpf: Add arm64 JIT support for bpf_addr_space_cast instruction.Puranjay Mohan-2/+0
2024-04-02tools: ynl: add ynl_dump_empty() helperJakub Kicinski-0/+14
2024-04-02selftests/bpf: Add pid limit for mptcpify progGeliang Tang-0/+6
2024-04-02tools/power turbostat: Add proper re-initialization for perf file descriptorsPatryk Wlazlyn-0/+26
2024-04-02tools/power turbostat: Clear added counters when in no-msr modePatryk Wlazlyn-1/+46
2024-04-02tools/power turbostat: add early exits for permission checksPatryk Wlazlyn-5/+61
2024-04-02tools/power turbostat: detect and disable unavailable BICs at runtimePatryk Wlazlyn-63/+125
2024-04-02tools/power turbostat: Add reading aperf and mperf via perf APIPatryk Wlazlyn-73/+301
2024-04-02tools/power turbostat: Add --no-perf optionPatryk Wlazlyn-3/+24
2024-04-02tools/power turbostat: Add --no-msr optionPatryk Wlazlyn-56/+151
2024-04-02tools/power turbostat: enhance -D (debug counter dump) outputLen Brown-5/+11
2024-04-02tools/power turbostat: Fix warning upon failed /dev/cpu_dma_latency readLen Brown-1/+2