linux-kernelorg-stable/tools/testing/selftests/damon
Enze Li a3f451ad33 selftests/damon/access_memory_even: remove unused header file
Since the time.h header file is not actually needed in this code, we can
safely remove its inclusion.

Link: https://lkml.kernel.org/r/20250814125417.659937-1-lienze@kylinos.cn
Signed-off-by: Enze Li <lienze@kylinos.cn>
Reviewed-by: SeongJae Park <sj@kernel.org>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2025-09-13 16:55:02 -07:00
..
.gitignore
Makefile selftests/damon: fix damon selftests by installing _common.sh 2025-09-13 16:54:59 -07:00
_common.sh selftests/damon: introduce _common.sh to host shared function 2025-07-26 15:08:21 -07:00
_damon_sysfs.py selftests/damon/_damon_sysfs: use 2**32 - 1 as max nr_accesses and age 2025-07-26 15:08:18 -07:00
access_memory.c
access_memory_even.c selftests/damon/access_memory_even: remove unused header file 2025-09-13 16:55:02 -07:00
config
damon_nr_regions.py selftests/damon/damon_nr_regions: sort collected regiosn before checking with min/max boundaries 2025-03-05 21:36:16 -08:00
damos_apply_interval.py
damos_quota.py selftests/damon/damos_quota: make real expectation of quota exceeds 2025-03-05 21:36:16 -08:00
damos_quota_goal.py selftests/damon/damos_quota_goal: handle minimum quota that cannot be further reduced 2025-03-05 21:36:12 -08:00
damos_tried_regions.py
drgn_dump_damon_status.py selftests/damon/drgn_dump_damon_status: dump DAMOS filters 2025-07-26 15:08:19 -07:00
lru_sort.sh selftests/damon: introduce _common.sh to host shared function 2025-07-26 15:08:21 -07:00
reclaim.sh selftests/damon: introduce _common.sh to host shared function 2025-07-26 15:08:21 -07:00
sysfs.py selftests/damon/sysfs.py: test runtime reduction of DAMON parameters 2025-07-26 15:08:21 -07:00
sysfs.sh selftests/damon: introduce _common.sh to host shared function 2025-07-26 15:08:21 -07:00
sysfs_memcg_path_leak.sh selftets/damon: add a test for memcg_path leak 2025-07-09 22:42:19 -07:00
sysfs_no_op_commit_break.py selftests/damon: test no-op commit broke DAMON status 2025-09-13 16:54:55 -07:00
sysfs_update_removed_scheme_dir.sh selftests/damon: introduce _common.sh to host shared function 2025-07-26 15:08:21 -07:00
sysfs_update_schemes_tried_regions_hang.py
sysfs_update_schemes_tried_regions_wss_estimation.py