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)
Dec 22 2023, 11:23 PM
Unknown Object (File)
Jun 1 2023, 12:01 AM
Unknown Object (File)
May 3 2023, 8:57 PM
Unknown Object (File)
Mar 3 2023, 10:22 AM
Unknown Object (File)
Feb 16 2023, 12:18 PM
Unknown Object (File)
Feb 13 2023, 4:25 PM
Unknown Object (File)
Dec 14 2022, 11:22 PM
Unknown Object (File)
Dec 14 2022, 6:17 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.