summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-10-15selftests: tls: add test for short splice due to full skmsgSabrina Dubroca
2025-10-15selftests: net: tls: add tests for cmsg vs MSG_MORESabrina Dubroca
2025-10-15sched_ext: Add a selftest for scx_bpf_dsq_peekRyan Newton
2025-10-15sched_ext: Add lockless peek operation for DSQsRyan Newton
2025-10-15selftests/hid: add tests for missing release on the Dell SynapticsBenjamin Tissoires
2025-10-15selftests: cgroup: Use values_close_report in test_cpuSebastian Chlad
2025-10-15selftests: cgroup: add values_close_report helperSebastian Chlad
2025-10-15perf test parse-events: Add evsel test helperIan Rogers
2025-10-15perf test parse-events: Add evlist test helperIan Rogers
2025-10-15perf test: Clean up test_..config helpersIan Rogers
2025-10-15perf test: Switch cycles event to cpu-cyclesIan Rogers
2025-10-15perf test parse-events: Remove cpu PMU requirementIan Rogers
2025-10-15perf test parse-events: Without a PMU use cpu-cycles rather than cyclesIan Rogers
2025-10-15perf test parse-events: Use evsel__match for legacy eventsIan Rogers
2025-10-15perf evsel: Improvements to __evsel__matchIan Rogers
2025-10-15perf evlist: Avoid scanning all PMUs for evlist__new_defaultIan Rogers
2025-10-15perf top: Use evlist__new_default when no events specifiedIan Rogers
2025-10-15perf record: Use evlist__new_default when no events specifiedIan Rogers
2025-10-15perf parse-events: Remove hard coded legacy hardware and cache parsingIan Rogers
2025-10-15perf print-events: Remove print_symbol_eventsIan Rogers
2025-10-15perf print-events: Remove print_hwcache_eventsIan Rogers
2025-10-15perf jevents: Add legacy-hardware and legacy-cache jsonIan Rogers
2025-10-15perf pmu: Add and use legacy_terms in alias informationIan Rogers
2025-10-15perf jevents: Add legacy json terms and default_core event table helperIan Rogers
2025-10-15perf parse-events: Add terms for legacy hardware and cache config valuesIan Rogers
2025-10-15perf pmu: Factor term parsing into a perf_event_attr into a helperIan Rogers
2025-10-15perf pmu: Use fd rather than FILE from new_aliasIan Rogers
2025-10-15perf parse-events: Remove unused FILE input argument to scannerIan Rogers
2025-10-15perf pmu: Don't eagerly parse event termsIan Rogers
2025-10-15perf jevents: Support copying the source json files to OUTPUTIan Rogers
2025-10-15perf record: Skip don't fail for events that don't openIan Rogers
2025-10-15perf stat: Avoid wildcarding PMUs for default eventsIan Rogers
2025-10-15perf perf_api_probe: Avoid scanning all PMUs, try software PMU firstIan Rogers
2025-10-15perf parse-events: Fix legacy cache events if event is duplicated in a PMUIan Rogers
2025-10-15selftests: livepatch: use canonical ftrace pathFushuai Wang
2025-10-14selftests/bpf: make arg_parsing.c more robust to crashesAndrii Nakryiko
2025-10-14livepatch/klp-build: Introduce klp-build script for generating livepatch modulesJosh Poimboeuf
2025-10-14objtool: Add base objtool support for livepatch modulesJosh Poimboeuf
2025-10-14objtool: Refactor prefix symbol creation codeJosh Poimboeuf
2025-10-14objtool/klp: Add post-link subcommand to finalize livepatch modulesJosh Poimboeuf
2025-10-14objtool/klp: Add --debug option to show cloning decisionsJosh Poimboeuf
2025-10-14objtool/klp: Introduce klp diff subcommand for diffing object filesJosh Poimboeuf
2025-10-14objtool/klp: Add --debug-checksum=<funcs> to show per-instruction checksumsJosh Poimboeuf
2025-10-14objtool/klp: Add --checksum option to generate per-function checksumsJosh Poimboeuf
2025-10-14objtool: Add ANNOTATE_DATA_SPECIALJosh Poimboeuf
2025-10-14objtool: Add annotype() helperJosh Poimboeuf
2025-10-14objtool: Add elf_create_file()Josh Poimboeuf
2025-10-14objtool: Add elf_create_reloc() and elf_init_reloc()Josh Poimboeuf
2025-10-14objtool: Add elf_create_data()Josh Poimboeuf
2025-10-14objtool: Generalize elf_create_section()Josh Poimboeuf