标签: windows kernel context-switch
驱动程序是否可以在内核中为每个上下文切换注册回调?
谢谢!
答案 0 :(得分:1)
没有。上下文切换过于频繁。有些API可以自行注册线程/进程创建/终止通知(PsSetCreateProcessNotifyRoutine等)。也许这会有所帮助吗?