diff options
author | Rong Xu <[email protected]> | 2024-11-02 10:51:11 -0700 |
---|---|---|
committer | Masahiro Yamada <[email protected]> | 2024-11-27 09:38:27 +0900 |
commit | db0b2991ae1aac5ca985ec6fd8ff9bd9b2126c9b (patch) | |
tree | a41697f8e5dd8b8368a9d2a598b84b2b943bedde /tools/perf/scripts/python/gecko.py | |
parent | 0043ecea2399ffc8bfd99ed9dbbe766e7c79293c (diff) |
vmlinux.lds.h: Add markers for text_unlikely and text_hot sections
Add markers like __hot_text_start, __hot_text_end, __unlikely_text_start,
and __unlikely_text_end which will be included in System.map. These markers
indicate how the compiler groups functions, providing valuable information
to developers about the layout and optimization of the code.
Co-developed-by: Han Shen <[email protected]>
Signed-off-by: Han Shen <[email protected]>
Signed-off-by: Rong Xu <[email protected]>
Suggested-by: Sriraman Tallam <[email protected]>
Tested-by: Yonghong Song <[email protected]>
Tested-by: Yabin Cui <[email protected]>
Tested-by: Nathan Chancellor <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions