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 /dashboard/config/linux/bits | |
| 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 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/subsystems.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml index 72cdcb907..8f8da7f5c 100644 --- a/dashboard/config/linux/bits/subsystems.yml +++ b/dashboard/config/linux/bits/subsystems.yml @@ -538,3 +538,6 @@ config: - THERMAL_NETLINK: [v5.8] - VMWARE_VMCI: [x86_64] - W1: n + - DAMON + - DAMON-VADDR + - DAMON-DBGFS |
