diff options
| author | shatoboar <57257492+shatoboar@users.noreply.github.com> | 2021-12-20 13:31:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-20 13:31:04 +0100 |
| commit | 6db1c30d5f4dfe75f2d6894fb8a3d6228d699d88 (patch) | |
| tree | 1afd1a4bd59125657e58c5d2aa21eed02433b0d1 /sys/linux/damon.txt.const | |
| parent | 021b36cb024795a0e0098dd09a56214438422951 (diff) | |
sys/linux: add Damon description
* sys/linux/damon.txt: initial description
description of DAMON's interface mounted in debugfs: target_ids, attrs, init_regions, monitor_on
* sys/linux/damon.txt: additional damon interface description added
added DAMON interface descriptions for schemes, kdamond_pid, mk_contexts, rm_contexts
prefix of all the files with damon to avoid colliding naming
* sys/linux/damon.txt: standard copyright statement added
* sys/linux/damon.txt.const: const file of sys/linux/damon.txt added
* sys/linux/damon.txt: type fix of pid to fmt
* dashboard/config/linux/bits/subsystems.yml: damon configs added for Syzbot
* dashboard/config/linux: generated kernel configs with added damon config
* sys/linux/damon.txt: fmt type fix
* sys/linux/damon.txt: read and close syscalls removed
write and read mk_contexts summarized into one syscall
some refining of syscall interfaces
Diffstat (limited to 'sys/linux/damon.txt.const')
| -rw-r--r-- | sys/linux/damon.txt.const | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/linux/damon.txt.const b/sys/linux/damon.txt.const new file mode 100644 index 000000000..30259d4b7 --- /dev/null +++ b/sys/linux/damon.txt.const @@ -0,0 +1,5 @@ +# Code generated by syz-sysgen. DO NOT EDIT. +arches = 386, amd64, arm, arm64, mips64le, ppc64le, riscv64, s390x +AT_FDCWD = 18446744073709551516 +__NR_openat = 56, 386:295, amd64:257, arm:322, mips64le:5247, ppc64le:286, s390x:288 +__NR_write = 4, amd64:1, arm64:riscv64:64, mips64le:5001 |
