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

Method IsSystemPid

pkg/event/event_windows.go:241–241  ·  view source on GitHub ↗

IsSystemPid indicates if the process generating the event is the System process.

()

Source from the content-addressed store, hash-verified

239
240// IsSystemPid indicates if the process generating the event is the System process.
241func (e *Event) IsSystemPid() bool { return e.PID == 4 }
242
243// IsState indicates if this event is only used for state management.
244func (e *Event) IsState() bool { return e.Type.OnlyState() }

Callers 1

processCallstackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected