Page MenuHomeFreeBSD

dtrace: export dtrace_dis_get_byte()
ClosedPublic

Authored by christos on Apr 28 2023, 3:35 PM.
Tags
Referenced Files
F132796404: D39871.id.diff
Mon, Oct 20, 1:07 AM
Unknown Object (File)
Fri, Oct 10, 4:10 AM
Unknown Object (File)
Thu, Oct 2, 2:26 AM
Unknown Object (File)
Aug 31 2025, 8:18 AM
Unknown Object (File)
Aug 15 2025, 8:49 AM
Unknown Object (File)
Aug 9 2025, 5:52 AM
Unknown Object (File)
Aug 7 2025, 10:40 PM
Unknown Object (File)
Jul 28 2025, 1:10 AM
Subscribers

Details

Summary

kinst uses this function as well, but because it is not exported, it implements its
own copy of it. The patch also exposes the function to userland, so programs
that need to use dtrace_disx86() can use this function instead of rolling their
own copies.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable