Re: [PATCH v2 3/3] tracing/kprobes: Use APIs that matches symbols without .XXX suffix
From: zhang warden
Date: Wed Aug 07 2024 - 10:59:23 EST
> In my GCC built, we have suffixes like ".constprop.0", ".part.0", ".isra.0",
> and ".isra.0.cold".
A fresher's eye, I met sometime when try to build a livepatch module and found some mistake caused by ".constprop.0" ".part.0" which is generated by GCC.
These section with such suffixes is special and sometime the symbol st_value is quite different. What is these kind of section (or symbol) use for?
Regards
Wardenjohn