MCPcopy
hub / github.com/cilium/ebpf / Getpid

Function Getpid

internal/unix/types_other.go:263–265  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

261}
262
263func Getpid() int {
264 return -1
265}
266
267func Gettid() int {
268 return -1

Callers 4

TestKprobeProgramCallFunction · 0.92

Calls

no outgoing calls

Tested by 4

TestKprobeProgramCallFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…