Files
8damon-Blackbird-Platform/Kernel/core/control
dutchpsycho bc0fb44a09 kernel/control: retire MarkInterfaceReady handler and instrument IOCTL hot paths
Remove BLACKBIRDHandleMarkInterfaceReadyIoctl and its auth predicate. The
MarkControllerReady path is simplified to call BLACKBIRDProcessMonitorRegisterControllerPid
directly, dropping the now-redundant process-monitor membership check.

Add Tempus timing around BLACKBIRDPublishRecordToSubscribers, BLACKBIRDHandleGetEventIoctl,
and BLACKBIRDHandleGetStatsIoctl. The stats response now exposes TempusEnabled,
TempusSubsystemCount, TempusQpcFrequency, and the per-subsystem bucket array so the
analysis interface can surface kernel-side timing data.
2026-04-14 09:00:00 +00:00
..