summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2025-10-15perf evsel: Improvements to __evsel__matchIan Rogers-9/+12
2025-10-15perf evlist: Avoid scanning all PMUs for evlist__new_defaultIan Rogers-5/+13
2025-10-15perf top: Use evlist__new_default when no events specifiedIan Rogers-3/+5
2025-10-15perf record: Use evlist__new_default when no events specifiedIan Rogers-2/+6
2025-10-15perf parse-events: Remove hard coded legacy hardware and cache parsingIan Rogers-362/+17
2025-10-15perf print-events: Remove print_symbol_eventsIan Rogers-110/+12
2025-10-15perf print-events: Remove print_hwcache_eventsIan Rogers-60/+12
2025-10-15perf jevents: Add legacy-hardware and legacy-cache jsonIan Rogers-140/+2814
2025-10-15perf pmu: Add and use legacy_terms in alias informationIan Rogers-20/+117
2025-10-15perf jevents: Add legacy json terms and default_core event table helperIan Rogers-0/+59
2025-10-15perf parse-events: Add terms for legacy hardware and cache config valuesIan Rogers-1/+105
2025-10-15perf pmu: Factor term parsing into a perf_event_attr into a helperIan Rogers-14/+19
2025-10-15perf pmu: Use fd rather than FILE from new_aliasIan Rogers-13/+10
2025-10-15perf parse-events: Remove unused FILE input argument to scannerIan Rogers-21/+13
2025-10-15perf pmu: Don't eagerly parse event termsIan Rogers-69/+70
2025-10-15perf jevents: Support copying the source json files to OUTPUTIan Rogers-11/+28
2025-10-15perf record: Skip don't fail for events that don't openIan Rogers-5/+80
2025-10-15perf stat: Avoid wildcarding PMUs for default eventsIan Rogers-39/+94
2025-10-15perf perf_api_probe: Avoid scanning all PMUs, try software PMU firstIan Rogers-8/+19
2025-10-15perf parse-events: Fix legacy cache events if event is duplicated in a PMUIan Rogers-3/+30
2025-10-15selftests: livepatch: use canonical ftrace pathFushuai Wang-1/+5
2025-10-14selftests/bpf: make arg_parsing.c more robust to crashesAndrii Nakryiko-3/+6
2025-10-14livepatch/klp-build: Introduce klp-build script for generating livepatch modulesJosh Poimboeuf-2/+4
2025-10-14objtool: Add base objtool support for livepatch modulesJosh Poimboeuf-7/+53
2025-10-14objtool: Refactor prefix symbol creation codeJosh Poimboeuf-31/+45
2025-10-14objtool/klp: Add post-link subcommand to finalize livepatch modulesJosh Poimboeuf-1/+174
2025-10-14objtool/klp: Add --debug option to show cloning decisionsJosh Poimboeuf-0/+99
2025-10-14objtool/klp: Introduce klp diff subcommand for diffing object filesJosh Poimboeuf-31/+1999
2025-10-14objtool/klp: Add --debug-checksum=<funcs> to show per-instruction checksumsJosh Poimboeuf-0/+70
2025-10-14objtool/klp: Add --checksum option to generate per-function checksumsJosh Poimboeuf-28/+289
2025-10-14objtool: Add ANNOTATE_DATA_SPECIALJosh Poimboeuf-0/+2
2025-10-14objtool: Add annotype() helperJosh Poimboeuf-16/+18
2025-10-14objtool: Add elf_create_file()Josh Poimboeuf-4/+147
2025-10-14objtool: Add elf_create_reloc() and elf_init_reloc()Josh Poimboeuf-14/+165
2025-10-14objtool: Add elf_create_data()Josh Poimboeuf-22/+54
2025-10-14objtool: Generalize elf_create_section()Josh Poimboeuf-52/+75
2025-10-14objtool: Generalize elf_create_symbol()Josh Poimboeuf-53/+69
2025-10-14objtool: Simplify special symbol handling in elf_update_symbol()Josh Poimboeuf-3/+2
2025-10-14objtool: Refactor add_jump_destinations()Josh Poimboeuf-115/+101
2025-10-14objtool: Reindent check_options[]Josh Poimboeuf-27/+27
2025-10-14objtool: Resurrect --backup optionJosh Poimboeuf-16/+16
2025-10-14objtool: Rename --Werror to --werrorJosh Poimboeuf-1/+1
2025-10-14objtool: Avoid emptying lists for duplicate sectionsJosh Poimboeuf-4/+0
2025-10-14objtool: Simplify reloc offset calculation in unwind_read_hints()Josh Poimboeuf-8/+1
2025-10-14objtool: Mark prefix functionsJosh Poimboeuf-4/+14
2025-10-14objtool: Fix weak symbol hole detection for .cold functionsJosh Poimboeuf-42/+45
2025-10-14objtool: Mark .cold subfunctionsJosh Poimboeuf-17/+17
2025-10-14objtool: Add section/symbol type helpersJosh Poimboeuf-42/+108
2025-10-14objtool: Convert elf iterator macros to use 'struct elf'Josh Poimboeuf-17/+17
2025-10-14objtool: Remove .parainstructions referenceJosh Poimboeuf-1/+0