aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-10-15perf pmu: Don't eagerly parse event termsIan Rogers4-69/+70
2025-10-15perf jevents: Support copying the source json files to OUTPUTIan Rogers2-11/+28
2025-10-15perf record: Skip don't fail for events that don't openIan Rogers1-5/+80
2025-10-15perf stat: Avoid wildcarding PMUs for default eventsIan Rogers1-39/+94
2025-10-15perf perf_api_probe: Avoid scanning all PMUs, try software PMU firstIan Rogers1-8/+19
2025-10-15perf parse-events: Fix legacy cache events if event is duplicated in a PMUIan Rogers3-3/+30
2025-10-15selftests: livepatch: use canonical ftrace pathFushuai Wang1-1/+5
2025-10-14selftests/bpf: make arg_parsing.c more robust to crashesAndrii Nakryiko1-3/+6
2025-10-14livepatch/klp-build: Introduce klp-build script for generating livepatch modulesJosh Poimboeuf1-2/+4
2025-10-14objtool: Add base objtool support for livepatch modulesJosh Poimboeuf4-7/+53
2025-10-14objtool: Refactor prefix symbol creation codeJosh Poimboeuf3-31/+45
2025-10-14objtool/klp: Add post-link subcommand to finalize livepatch modulesJosh Poimboeuf4-1/+174
2025-10-14objtool/klp: Add --debug option to show cloning decisionsJosh Poimboeuf3-0/+99
2025-10-14objtool/klp: Introduce klp diff subcommand for diffing object filesJosh Poimboeuf18-31/+1999
2025-10-14objtool/klp: Add --debug-checksum=<funcs> to show per-instruction checksumsJosh Poimboeuf6-0/+70
2025-10-14objtool/klp: Add --checksum option to generate per-function checksumsJosh Poimboeuf9-28/+289
2025-10-14objtool: Add ANNOTATE_DATA_SPECIALJosh Poimboeuf1-0/+2
2025-10-14objtool: Add annotype() helperJosh Poimboeuf10-16/+18
2025-10-14objtool: Add elf_create_file()Josh Poimboeuf3-4/+147
2025-10-14objtool: Add elf_create_reloc() and elf_init_reloc()Josh Poimboeuf2-14/+165
2025-10-14objtool: Add elf_create_data()Josh Poimboeuf2-22/+54
2025-10-14objtool: Generalize elf_create_section()Josh Poimboeuf3-52/+75
2025-10-14objtool: Generalize elf_create_symbol()Josh Poimboeuf2-53/+69
2025-10-14objtool: Simplify special symbol handling in elf_update_symbol()Josh Poimboeuf1-3/+2
2025-10-14objtool: Refactor add_jump_destinations()Josh Poimboeuf2-115/+101
2025-10-14objtool: Reindent check_options[]Josh Poimboeuf1-27/+27
2025-10-14objtool: Resurrect --backup optionJosh Poimboeuf3-16/+16
2025-10-14objtool: Rename --Werror to --werrorJosh Poimboeuf1-1/+1
2025-10-14objtool: Avoid emptying lists for duplicate sectionsJosh Poimboeuf1-4/+0
2025-10-14objtool: Simplify reloc offset calculation in unwind_read_hints()Josh Poimboeuf1-8/+1
2025-10-14objtool: Mark prefix functionsJosh Poimboeuf3-4/+14
2025-10-14objtool: Fix weak symbol hole detection for .cold functionsJosh Poimboeuf2-42/+45
2025-10-14objtool: Mark .cold subfunctionsJosh Poimboeuf3-17/+17
2025-10-14objtool: Add section/symbol type helpersJosh Poimboeuf5-42/+108
2025-10-14objtool: Convert elf iterator macros to use 'struct elf'Josh Poimboeuf3-17/+17
2025-10-14objtool: Remove .parainstructions referenceJosh Poimboeuf1-1/+0
2025-10-14objtool: Clean up compiler flag usageJosh Poimboeuf3-8/+13
2025-10-14objtool: Const string cleanupJosh Poimboeuf6-10/+10
2025-10-14objtool: Check for missing annotation entries in read_annotate()Josh Poimboeuf1-0/+5
2025-10-14objtool: Fix "unexpected end of section" warning for alternativesJosh Poimboeuf1-4/+1
2025-10-14objtool: Fix __pa_symbol() relocation handlingJosh Poimboeuf1-1/+12
2025-10-14objtool: Fix x86 addend calculationJosh Poimboeuf5-17/+17
2025-10-14objtool: Fix weak symbol detectionJosh Poimboeuf1-4/+4
2025-10-14objtool: Fix interval tree insertion for zero-length symbolsJosh Poimboeuf1-1/+1
2025-10-14objtool: Add empty symbols to the symbol tree againJosh Poimboeuf1-8/+2
2025-10-14objtool: Remove error handling boilerplateJosh Poimboeuf2-101/+59
2025-10-14objtool: Propagate elf_truncate_section() error in elf_write()Josh Poimboeuf1-3/+2
2025-10-14objtool: Fix broken error handling in read_symbols()Josh Poimboeuf1-7/+3
2025-10-14objtool: Make find_symbol_containing() less arbitraryJosh Poimboeuf1-5/+20
2025-10-14interval_tree: Fix ITSTATIC usage for *_subtree_search()Josh Poimboeuf1-1/+1