Versions in this module Expand all Collapse all v1 v1.6.28 Dec 2, 2024 Changes in this version type OSIntegration + OnInitializedEvent *mgr.EventMgr[struct{}] v1.6.27 Nov 27, 2024 Changes in this version + type ETWFunctions struct — windows/amd64 + func (etw ETWFunctions) CreateState(callback uintptr) uintptr + func (etw ETWFunctions) DestroySession(state uintptr) error + func (etw ETWFunctions) FlushTrace(state uintptr) error + func (etw ETWFunctions) InitializeSession(state uintptr) error + func (etw ETWFunctions) StartTrace(state uintptr) error + func (etw ETWFunctions) StopOldSession() error + func (etw ETWFunctions) StopTrace(state uintptr) error + type OSIntegration struct + func New(instance instance) (*OSIntegration, error) + func (i *OSIntegration) CleanUp() error + func (i *OSIntegration) GetETWInterface() ETWFunctions + func (i *OSIntegration) Initialize() error + func (i *OSIntegration) Manager() *mgr.Manager + func (i *OSIntegration) Start() error + func (i *OSIntegration) Stop() error + type OSSpecific struct