开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
sorttable.h
Age
Commit message (
Expand
)
Author
2025-01-07
scripts/sorttable: Move code from sorttable.h into sorttable.c
Steven Rostedt
2025-01-07
scripts/sorttable: Use uint64_t for mcount sorting
Steven Rostedt
2025-01-07
scripts/sorttable: Add helper functions for Elf_Sym
Steven Rostedt
2025-01-07
scripts/sorttable: Add helper functions for Elf_Shdr
Steven Rostedt
2025-01-07
scripts/sorttable: Add helper functions for Elf_Ehdr
Steven Rostedt
2025-01-07
scripts/sorttable: Convert Elf_Sym MACRO over to a union
Steven Rostedt
2025-01-07
scripts/sorttable: Replace Elf_Shdr Macro with a union
Steven Rostedt
2025-01-07
scripts/sorttable: Convert Elf_Ehdr to union
Steven Rostedt
2025-01-07
scripts/sorttable: Make compare_extable() into two functions
Steven Rostedt
2025-01-07
scripts/sorttable: Have the ORC code use the _r() functions to read
Steven Rostedt
2025-01-07
scripts/sorttable: Remove unneeded Elf_Rel
Steven Rostedt
2025-01-07
scripts/sorttable: Remove unused macro defines
Steven Rostedt
2024-12-30
scripts/sorttable: fix orc_sort_cmp() to maintain symmetry and transitivity
Kuan-Wei Chiu
2023-03-23
x86,objtool: Split UNWIND_HINT_EMPTY in two
Josh Poimboeuf
2022-01-18
script/sorttable: Fix some initialization problems
Yinan Liu
2022-01-13
scripts: ftrace - move the sort-processing in ftrace_init
Yinan Liu
2021-12-11
script/sorttable: Code style improvements
Yinan Liu
2019-12-13
scripts/sorttable: Implement build-time ORC unwind table sorting
Shile Zhang
2019-12-13
scripts/sorttable: Rename 'sortextable' to 'sorttable'
Shile Zhang