summaryrefslogtreecommitdiff
path: root/scripts/sorttable.h
AgeCommit message (Expand)Author
2025-01-07scripts/sorttable: Move code from sorttable.h into sorttable.cSteven Rostedt
2025-01-07scripts/sorttable: Use uint64_t for mcount sortingSteven Rostedt
2025-01-07scripts/sorttable: Add helper functions for Elf_SymSteven Rostedt
2025-01-07scripts/sorttable: Add helper functions for Elf_ShdrSteven Rostedt
2025-01-07scripts/sorttable: Add helper functions for Elf_EhdrSteven Rostedt
2025-01-07scripts/sorttable: Convert Elf_Sym MACRO over to a unionSteven Rostedt
2025-01-07scripts/sorttable: Replace Elf_Shdr Macro with a unionSteven Rostedt
2025-01-07scripts/sorttable: Convert Elf_Ehdr to unionSteven Rostedt
2025-01-07scripts/sorttable: Make compare_extable() into two functionsSteven Rostedt
2025-01-07scripts/sorttable: Have the ORC code use the _r() functions to readSteven Rostedt
2025-01-07scripts/sorttable: Remove unneeded Elf_RelSteven Rostedt
2025-01-07scripts/sorttable: Remove unused macro definesSteven Rostedt
2024-12-30scripts/sorttable: fix orc_sort_cmp() to maintain symmetry and transitivityKuan-Wei Chiu
2023-03-23x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf
2022-01-18script/sorttable: Fix some initialization problemsYinan Liu
2022-01-13scripts: ftrace - move the sort-processing in ftrace_initYinan Liu
2021-12-11script/sorttable: Code style improvementsYinan Liu
2019-12-13scripts/sorttable: Implement build-time ORC unwind table sortingShile Zhang
2019-12-13scripts/sorttable: Rename 'sortextable' to 'sorttable'Shile Zhang