summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-11-19selftests: riscv: Add test for the Vector ptrace interfaceYong-Xuan Wang2-1/+138
2025-11-19perf stat: Read tool events lastIan Rogers1-6/+39
2025-11-19perf arm_spe: Synthesize memory samples for SIMD operationsLeo Yan1-8/+8
2025-11-19perf arm_spe: Expose SIMD information in other operationsLeo Yan2-1/+21
2025-11-19perf arm_spe: Report GCS in recordLeo Yan2-0/+6
2025-11-19perf arm_spe: Report memset and memcpy in recordsLeo Yan2-0/+6
2025-11-19perf arm_spe: Report associated info for SVE / SME operationsLeo Yan2-0/+6
2025-11-19perf arm_spe: Report extended memory operations in recordsLeo Yan1-0/+7
2025-11-19perf arm_spe: Report MTE allocation tag in recordLeo Yan2-0/+3
2025-11-19perf arm_spe: Report register access in recordLeo Yan1-1/+12
2025-11-19perf arm_spe: Introduce data processing macro for SVE operationsLeo Yan3-8/+5
2025-11-19perf arm_spe: Consolidate operation typesLeo Yan1-22/+24
2025-11-19perf arm_spe: Remove unused operation typesLeo Yan1-4/+0
2025-11-19perf arm_spe: Decode SME data processing packetLeo Yan2-0/+20
2025-11-19perf arm_spe: Decode ASE and FP fields in other operationLeo Yan2-1/+9
2025-11-19perf arm_spe: Rename SPE_OP_PKT_IS_OTHER_SVE_OP macroLeo Yan3-3/+3
2025-11-19perf arm_spe: Decode GCS operationLeo Yan2-0/+8
2025-11-19perf arm_spe: Unify operation namingLeo Yan3-14/+13
2025-11-19perf arm_spe: Fix memset subclass in operationLeo Yan2-26/+14
2025-11-19selftests: fib_tests: add fib6 from ra to static testFernando Fernandez Mancera1-1/+65
2025-11-19selftest: af_unix: Add test for SO_PEEK_OFF.Kuniyuki Iwashima3-0/+164
2025-11-19tools: ynl: Add MAC address parsing supportHangbin Liu1-0/+9
2025-11-19tools: ynltool: ignore *.d deps filesDonald Hunter1-0/+1
2025-11-19Merge branch 'for-6.19/cxl-misc' into cxl-for-nextDave Jiang1-6/+5
2025-11-19cxl/test: Assign overflow_err_count from log->nr_overflowAlison Schofield1-2/+1
2025-11-19cxl/test: Remove ret_limit race condition in mock_get_event()Alison Schofield1-4/+4
2025-11-19selftests/bpf: Replace TCP CC string comparisons with bpf_strncmpHoyeon Lee2-28/+10
2025-11-19selftests/bpf: Move common TCP helpers into bpf_tracing_net.hHoyeon Lee5-24/+14
2025-11-19Merge branch 'for-6.19/cxl-misc' into cxl-for-nextDave Jiang2-18/+0
2025-11-19cxl/test: remove unused mock function for cxl_rcd_component_reg_phys()Alejandro Lucero2-18/+0
2025-11-18selftests/x86: Update the negative vsyscall tests to expect a #GPSohil Mehta1-9/+12
2025-11-18docs: bring some order to our Python module hierarchyJonathan Corbet14-25/+24
2025-11-18docs: Move the python libraries to tools/lib/pythonJonathan Corbet20-10/+4546
2025-11-18selftests: af_unix: Add tests for ECONNRESET and EOF semanticsSunday Adelodun3-0/+179
2025-11-18objtool: Set minimum xxhash version to 0.8Josh Poimboeuf2-2/+2
2025-11-18selftests: net: lib: Do not overwrite error messagesIdo Schimmel2-1/+8
2025-11-18selftests: mptcp: get stats just before timing outMatthieu Baerts (NGI0)5-42/+86
2025-11-18selftests: mptcp: wait for port instead of sleepMatthieu Baerts (NGI0)2-2/+3
2025-11-18selftests: mptcp: connect: avoid double packet tracesMatthieu Baerts (NGI0)1-4/+10
2025-11-18selftests: mptcp: lib: get counters from nstat historyMatthieu Baerts (NGI0)2-56/+47
2025-11-18selftests: mptcp: join: dump stats from historyMatthieu Baerts (NGI0)2-5/+17
2025-11-18selftests: mptcp: lib: stats: remove nstat rate columnsMatthieu Baerts (NGI0)1-2/+2
2025-11-18selftests: mptcp: lib: remove stats files argsMatthieu Baerts (NGI0)5-13/+14
2025-11-18selftests: mptcp: lib: introduce 'nstat_{init,get}'Matthieu Baerts (NGI0)5-32/+30
2025-11-18perf tool_pmu: More accurately set the cpus for tool eventsIan Rogers3-2/+27
2025-11-18perf stat: Reduce scope of walltime_nsecs_statsIan Rogers6-21/+10
2025-11-18perf stat: Reduce scope of ru_statsIan Rogers4-25/+18
2025-11-18perf stat-shadow: Read tool events directlyIan Rogers1-83/+66
2025-11-18perf tool_pmu: Use old_count when computing count values for time eventsIan Rogers2-29/+46
2025-11-18perf pmu: perf_cpu_map__new_int to avoid parsing a stringIan Rogers2-2/+2