gvisor/runsc
Dean Deng 80379894d3 Add runsc symbolize command.
This command takes instruction pointers from stdin and converts them into their
corresponding file names and line/column numbers in the runsc source code. The
inputs are not interpreted as actual addresses, but as synthetic values that are
exposed through /sys/kernel/debug/kcov. One can extract coverage information
from kcov and translate those values into locations in the source code by
running symbolize on the same runsc binary.

This will allow us to generate syzkaller coverage reports.

PiperOrigin-RevId: 347089624
2020-12-11 15:43:22 -08:00
..
boot Remove existing nogo exceptions. 2020-12-11 12:06:49 -08:00
cgroup runsc: check whether cgroup exists or not for each controller 2020-11-18 18:37:31 -08:00
cli Add runsc symbolize command. 2020-12-11 15:43:22 -08:00
cmd Add runsc symbolize command. 2020-12-11 15:43:22 -08:00
config Remove TESTONLY tag from vfs2 flag 2020-11-12 17:44:53 -08:00
console Add support for TTY in multi-container 2020-11-17 14:51:24 -08:00
container Support partitions for other tests. 2020-12-03 01:00:21 -08:00
flag Add staticcheck and staticstyle analyzers. 2020-10-07 18:29:05 -07:00
fsgofer Add openat() to list of permitted syscalls in gotsan runs. 2020-09-25 19:36:01 -07:00
sandbox Disable host reassembly for fragments. 2020-12-10 20:08:59 -08:00
specutils Fix failure setting OOM score adjustment 2020-11-05 15:36:20 -08:00
BUILD Remove legacy bazel configurations. 2020-10-19 16:28:40 -07:00
main.go Remove legacy bazel configurations. 2020-10-19 16:28:40 -07:00
version.go Fix `runsc --version` and add a test. 2019-09-10 15:41:47 -07:00
version_test.sh Standardize on tools directory. 2020-01-27 12:21:00 -08:00