gvisor/pkg/seccomp
Fabricio Voznika bc9b979b94 Add profiling commands to runsc
Example:
  runsc debug --root=<dir> \
      --profile-heap=/tmp/heap.prof \
      --profile-cpu=/tmp/cpu.prod --profile-delay=30 \
      <container ID>
PiperOrigin-RevId: 237848456
Change-Id: Icff3f20c1b157a84d0922599eaea327320dad773
2019-03-11 11:47:30 -07:00
..
BUILD
seccomp.go Add profiling commands to runsc 2019-03-11 11:47:30 -07:00
seccomp_rules.go
seccomp_test.go Add BPFAction type with Stringer 2018-12-18 10:28:28 -08:00
seccomp_test_victim.go
seccomp_unsafe.go