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

Function IsCurrentProcDropped

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

IsCurrentProcDropped determines if the event originated from the current process is dropped.

(pid uint32)

Source from the content-addressed store, hash-verified

151// IsCurrentProcDropped determines if the event originated from the
152// current process is dropped.
153func IsCurrentProcDropped(pid uint32) bool { return DropCurrentProc && pid == currentPid }
154
155// IsNetworkTCP determines whether the event pertains to network TCP events.
156func (e *Event) IsNetworkTCP() bool {

Callers 3

ProcessEventMethod · 0.92
processEventMethod · 0.92
IsDroppedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected