You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests/fetch-usdts.awk: use filename + offset to match base and sema
The base and semaphore offsets between different binaries may
coincide, which leads to incorrect matching of USDTs by test scripts.
Use filename + offset string to identify them for the purpose of USDT
spec comparison.
readelf -n prints the file path before dumping notes if more than one
file is passed in, and this is now captured by fetch-usdts.awk.
Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>
0 commit comments