MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / TypeFromParts

Function TypeFromParts

pkg/event/types_windows.go:620–620  ·  view source on GitHub ↗

TypeFromParts builds the event type from provider GUID and hook ID.

(g windows.GUID, id uint16)

Source from the content-addressed store, hash-verified

618
619// TypeFromParts builds the event type from provider GUID and hook ID.
620func TypeFromParts(g windows.GUID, id uint16) Type { return pack(g, id) }
621
622// pack merges event provider GUID and the hook ID into `Type` array.
623// The type provides a convenient way for comparing event types.

Callers 1

AddStackTracingWithMethod · 0.92

Calls 1

packFunction · 0.85

Tested by

no test coverage detected