Page MenuHomeFreeBSD

kinst: do not look for a function epilogue
ClosedPublic

Authored by christos on Sep 15 2023, 3:10 PM.
Tags
None
Referenced Files
F103539999: D41876.diff
Tue, Nov 26, 6:48 AM
Unknown Object (File)
Thu, Nov 14, 12:45 AM
Unknown Object (File)
Tue, Nov 12, 12:38 PM
Unknown Object (File)
Oct 18 2024, 9:46 AM
Unknown Object (File)
Oct 4 2024, 1:33 PM
Unknown Object (File)
Oct 3 2024, 11:39 PM
Unknown Object (File)
Oct 1 2024, 5:38 AM
Unknown Object (File)
Sep 25 2024, 5:20 AM
Subscribers

Details

Summary

kinst currently only traces functions that start and end with the usual
function prologue and epilogue respectively. Ignoring functions that do
not have an epilogue however, makes the filtering too strict, as this
means that we can not trace functions that never return (e.g
vnlru_proc()). This patch relaxes the filtering and only checks whether
the function pushes the frame pointer.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 53607
Build 50498: arc lint + arc unit