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

Function IsPseudoField

pkg/filter/fields/fields_windows.go:909–911  ·  view source on GitHub ↗
(f Field)

Source from the content-addressed store, hash-verified

907)
908
909func IsPseudoField(f Field) bool {
910 return f == PsAncestors || f == PsModules || f == PsThreads || f == PsMmaps || f == ThreadCallstack || f == PeSections || f == PsPeSections
911}
912
913func (f Field) IsPeSectionsPseudo() bool { return f == PeSections || f == PsPeSections }
914

Callers 1

IsFieldFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected