aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-02-19libbpf: Wrap libbpf API direct err with libbpf_errTao Chen1-13/+13
2025-02-19perf tools: Improve startup time by reducing unnecessary stat() callsKrzysztof Ɓopatowski1-6/+12
2025-02-19perf report: Fix input reload/switch with symbol sort keyDmitry Vyukov1-14/+16
2025-02-19perf report: Support switching data w/ and w/o callchainsNamhyung Kim1-0/+5
2025-02-19perf report: Switch data file correctly in TUINamhyung Kim1-1/+1
2025-02-19perf tools: Fix up some comments and code to properly use the event_source busGreg Kroah-Hartman6-12/+12
2025-02-19perf list: Also append PMU name in verbose modeJames Clark1-5/+4
2025-02-19perf vendor events arm64: Fix incorrect CPU_CYCLE in metrics exprYangyu Chen2-6/+6
2025-02-19pm: cpupower: bench: Prevent NULL dereference on malloc failureZhongqiu Han1-0/+4
2025-02-19selftests/bpf: Add rto max for bpf_setsockopt testJason Xing2-0/+2
2025-02-19selftests/bpf: ns_current_pid_tgid: Use test_progs's ns_ featureBastien Curutchet (eBPF Foundation)1-28/+15
2025-02-19selftests/bpf: tc_links/tc_opts: Unserialize testsBastien Curutchet (eBPF Foundation)2-34/+34
2025-02-19selftests/bpf: Optionally open a dedicated namespace to run test in itBastien Curutchet (eBPF Foundation)1-0/+12
2025-02-19selftests/bpf: ns_current_pid_tgid: Rename the test functionBastien Curutchet (eBPF Foundation)1-1/+1
2025-02-19selftests/ovl: add third selftest for "override_creds"Christian Brauner3-0/+108
2025-02-19selftests/ovl: add second selftest for "override_creds"Christian Brauner1-11/+138
2025-02-19selftests/filesystems: add utils.{c,h}Christian Brauner3-2/+527
2025-02-19selftests/ovl: add first selftest for "override_creds"Christian Brauner1-0/+101
2025-02-18selftests/bpf: check states pruning for deeply nested iteratorEduard Zingerman1-0/+23
2025-02-18selftests/bpf: test correct loop_entry update in copy_verifier_stateEduard Zingerman1-0/+116
2025-02-18selftests: net: Fix few spelling mistakesChandra Mohan Sundar3-4/+4
2025-02-18selftests: bpf: test batch lookup on array of maps with holesYan Zhai1-18/+44
2025-02-18perf script: Fix hangup in offline flamegraph reportNamhyung Kim1-1/+1
2025-02-18perf hist: Shrink struct hist_entry sizeDmitry Vyukov2-5/+5
2025-02-18perf test: Add tests for latency and parallelism profilingDmitry Vyukov2-1/+69
2025-02-18perf report: Add latency and parallelism profiling documentationDmitry Vyukov4-19/+124
2025-02-18perf report: Add --latency flagDmitry Vyukov9-20/+135
2025-02-18perf report: Add latency output fieldDmitry Vyukov8-55/+120
2025-02-18perf report: Add parallelism filterDmitry Vyukov7-2/+91
2025-02-18perf report: Switch filtered from u8 to u16Dmitry Vyukov3-3/+5
2025-02-18selftests/bpf: Remove test_xdp_redirect_multi.shBastien Curutchet (eBPF Foundation)3-442/+0
2025-02-18selftests/bpf: test_xdp_veth: Add XDP program on egress testBastien Curutchet (eBPF Foundation)2-0/+172
2025-02-18selftests/bpf: test_xdp_veth: Add XDP broadcast redirection testsBastien Curutchet (eBPF Foundation)2-0/+205
2025-02-18selftests/bpf: Optionally select broadcasting flagsBastien Curutchet (eBPF Foundation)1-11/+28
2025-02-18selftests/bpf: test_xdp_veth: Use a dedicated namespaceBastien Curutchet (eBPF Foundation)1-19/+33
2025-02-18selftests/bpf: test_xdp_veth: Create struct net_configurationBastien Curutchet (eBPF Foundation)1-49/+59
2025-02-18kunit: tool: Build GDB scriptsBrendan Jackman1-2/+2
2025-02-18tools: Remove redundant quiet setupCharlie Jenkins16-114/+1
2025-02-18sched_ext: idle: Introduce node-aware idle cpu kfunc helpersAndrea Righi2-0/+36
2025-02-18tools: Unify top-level quiet infrastructureCharlie Jenkins3-48/+31
2025-02-18selftests: test_vxlan_fdb_changelink: Add a test for MC remote changePetr Machata1-0/+76
2025-02-18selftests: test_vxlan_fdb_changelink: Convert to lib.shPetr Machata1-15/+24
2025-02-18selftests: forwarding: lib: Move require_command to net, generalizePetr Machata2-10/+19
2025-02-18selftest/bpf: Add vsock test for sockmap rejecting unconnectedMichal Luczaj1-0/+30
2025-02-18selftest/bpf: Adapt vsock_delete_on_close to sockmap rejecting unconnectedMichal Luczaj1-18/+22
2025-02-18Merge tag 'v6.14-rc3' into x86/core, to pick up fixesIngo Molnar26-90/+198
2025-02-17selftests/mm: fix check for running THP testsMark Brown1-1/+1
2025-02-17getdelays: fix error format charactersWang Yaxin1-16/+16
2025-02-17tools/mm: fix build warnings with musl-libcFlorian Fainelli1-2/+2
2025-02-17perf report: Add parallelism sort keyDmitry Vyukov7-0/+53