summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2026-01-07rtla: Use standard exit codes for result enumWander Lairson Costa-3/+4
2026-01-07rtla: Replace atoi() with a robust strtoi()Wander Lairson Costa-8/+41
2026-01-07rtla: Introduce for_each_action() helperWander Lairson Costa-2/+9
2026-01-07tools/rtla: Deduplicate cgroup path opening codeCosta Shulyupin-33/+32
2026-01-07tools/rtla: Consolidate -H/--house-keeping option parsingCosta Shulyupin-33/+11
2026-01-07tools/rtla: Consolidate -P/--priority option parsingCosta Shulyupin-33/+11
2026-01-07tools/rtla: Consolidate -e/--event option parsingCosta Shulyupin-52/+16
2026-01-07tools/rtla: Consolidate -d/--duration option parsingCosta Shulyupin-29/+11
2026-01-07tools/rtla: Consolidate -D/--debug option parsingCosta Shulyupin-21/+9
2026-01-07tools/rtla: Consolidate -C/--cgroup option parsingCosta Shulyupin-25/+10
2026-01-07tools/rtla: Consolidate -c/--cpus option parsingCosta Shulyupin-33/+11
2026-01-07tools/rtla: Add common_parse_options()Costa Shulyupin-0/+48
2026-01-07rtla/tests: Run Test::Harness in verbose modeTomas Glozar-2/+1
2026-01-07rtla/tests: Test BPF action programTomas Glozar-2/+48
2026-01-07rtla/timerlat: Add example for BPF action programTomas Glozar-1/+24
2026-01-07rtla/timerlat: Add --bpf-action optionTomas Glozar-2/+80
2026-01-07rtla/timerlat: Support tail call from BPF programTomas Glozar-4/+35
2026-01-07tools/rtla: Add common_usage()Costa Shulyupin-64/+81
2026-01-07rtla: Set stop threshold after all instances are enabledCrystal Wood-37/+38
2026-01-07selftests/hid: add a test for the Digitizer/Button Type pressurepadPeter Hutterer-4/+35
2026-01-07selftests/hid: use a enum class for the different button typesPeter Hutterer-10/+14
2026-01-07selftests/hid: require hidtools 0.12Peter Hutterer-0/+14
2026-01-07selftests/hid: fix bpf compilations due to -fms-extensionsBenjamin Tissoires-0/+2
2026-01-06bpf: GCC requires function attributes before the declaratorJose E. Marchesi-1/+1
2026-01-06bpf: adapt selftests to GCC 16 -Wunused-but-set-variableJose E. Marchesi-0/+20
2026-01-06selftests/bpf: Add cases to test BPF_F_CPU and BPF_F_ALL_CPUS flagsLeon Hwang-0/+360
2026-01-06libbpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu mapsLeon Hwang-19/+36
2026-01-06bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flagsLeon Hwang-0/+2
2026-01-06selftests: netdevsim: add carrier state consistency testYohei Kojima-0/+59
2026-01-06selftests: drv-net: Bring back tool() to driver __init__sGal Pressman-4/+4
2026-01-06selftests/bpf: add tests for arena kfuncs under lockEmil Tsalapatis-0/+38
2026-01-06selftests/net: packetdrill: add minimal client and server testsWillem de Bruijn-0/+59
2026-01-06selftests: hw-net: rss-input-xfrm: try to enable the xfrm at the startJakub Kicinski-6/+38
2026-01-06ipv6: preserve insertion order for same-scope addressesYumei Huang-1/+1
2026-01-06perf parse-events: Fix evsel allocation failureFaisal Bukhari-2/+5
2026-01-06perf data: Fix coding styleDerek Foreman-9/+6
2026-01-06perf data: Allow filtering conversion by time rangeDerek Foreman-0/+96
2026-01-06perf build: Skip nondistro build test if libbfd is oldJames Clark-0/+5
2026-01-06perf build: Feature test for libbfd thread safety APIJames Clark-0/+28
2026-01-06perf build: Remove unused libbfd-buildid feature testJames Clark-20/+0
2026-01-06perf build: Do all non-distro feature checks in one goJames Clark-20/+12
2026-01-06perf build: Remove FEATURE_CHECK_LDFLAGS-disassembler-{four-args,init-styled}...Roberto Sassu-9/+3
2026-01-06perf test java symbol: Additional libperf-jvmti.so path checkIan Rogers-0/+4
2026-01-06perf test: Fix test case perf evlist tests for s390xThomas Richter-2/+3
2026-01-06docs: find-unused-docs.sh: fixup directory usageRandy Dunlap-1/+1
2026-01-06selftests/bpf: Update xdp_context_test_run test to check maximum metadata sizeToke Høiland-Jørgensen-3/+11
2026-01-06perf pmu: Relax uncore wildcard matching to allow numeric suffixZide Chen-6/+8
2026-01-06selftests/nolibc: always build sparc32 tests with -mcpu=v8Thomas Weißschuh-1/+1
2026-01-06tools/nolibc: align sys_vfork() with sys_fork()Thomas Weißschuh-13/+13
2026-01-06selftests/nolibc: drop NOLIBC_SYSROOT=0 logicThomas Weißschuh-6/+0