Page MenuHomeFreeBSD

Expose <sys/sdt.h> kernel decls to sysunit tests
AbandonedPublic

Authored by rstone on Jan 25 2022, 9:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 25, 5:16 AM
Unknown Object (File)
Fri, Nov 21, 10:09 AM
Unknown Object (File)
Sat, Nov 15, 6:05 AM
Unknown Object (File)
Sep 25 2025, 2:12 PM
Unknown Object (File)
Sep 24 2025, 1:48 AM
Unknown Object (File)
Sep 16 2025, 2:45 PM
Unknown Object (File)
Sep 16 2025, 4:43 AM
Unknown Object (File)
Sep 10 2025, 7:20 PM
Subscribers

Details

Reviewers
vangyzen
imp

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44099
Build 40987: arc lint + arc unit

Event Timeline

imp added inline comments.
sys/sys/sdt.h
36

I'd have preferred the non-negative version of this, but that's a bigger, more disruptive change so I think it's OK to do this here.

This revision is now accepted and ready to land.Jan 25 2022, 10:05 PM

glebius@ has requested a different approach where unit tests define _KERNEL and opt out of the KPI symbols that they don't want, rather than opting into the symbols that they do want.