Page MenuHomeFreeBSD

dtrace: export dtrace_dis_get_byte()
ClosedPublic

Authored by christos on Apr 28 2023, 3:35 PM.
Tags
Referenced Files
Unknown Object (File)
Wed, Mar 18, 10:27 PM
Unknown Object (File)
Sun, Mar 15, 7:25 AM
Unknown Object (File)
Sat, Mar 7, 9:08 PM
Unknown Object (File)
Feb 16 2026, 5:44 PM
Unknown Object (File)
Feb 8 2026, 3:06 PM
Unknown Object (File)
Feb 7 2026, 10:34 PM
Unknown Object (File)
Jan 30 2026, 4:22 PM
Unknown Object (File)
Jan 27 2026, 10:01 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