gvisor/pkg/sentry/platform/ptrace
Andrei Vagin 26b3341b9a platform/ptrace: use host.GetCPU instead of the getcpu syscall
This should save ~200ns from switchToApp (on ptrace too). // mpratt

PiperOrigin-RevId: 281159895
2019-11-18 14:56:49 -08:00
..
BUILD platform/ptrace: use host.GetCPU instead of the getcpu syscall 2019-11-18 14:56:49 -08:00
filters.go
ptrace.go
ptrace_amd64.go
ptrace_arm64.go
ptrace_unsafe.go platform/ptrace: log exit code for stub processes 2019-09-17 12:45:22 -07:00
stub_amd64.s
stub_arm64.s
stub_unsafe.go
subprocess.go platform/ptrace: use tgkill instead of kill 2019-10-25 11:19:20 -07:00
subprocess_amd64.go
subprocess_arm64.go
subprocess_linux.go platform/ptrace: exit without panic if a stub process has been killed by SIGKILL 2019-10-22 14:57:23 -07:00
subprocess_linux_unsafe.go platform/ptrace: use host.GetCPU instead of the getcpu syscall 2019-11-18 14:56:49 -08:00
subprocess_unsafe.go Update build tags to allow Go 1.14 2019-10-29 13:18:16 -07:00