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