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