Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

selftests/damon/drgn_dump_damon_status: support quota goal_tuner dumping

Update drgn_dump_damon_status.py, which is being used to dump the
in-kernel DAMON status for tests, to dump goal_tuner setup status.

Link: https://lkml.kernel.org/r/20260310010529.91162-11-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

SeongJae Park and committed by
Andrew Morton
c2b0cb96 c00863bc

+1
+1
tools/testing/selftests/damon/drgn_dump_damon_status.py
··· 110 110 ['reset_interval', int], 111 111 ['ms', int], ['sz', int], 112 112 ['goals', damos_quota_goals_to_list], 113 + ['goal_tuner', int], 113 114 ['esz', int], 114 115 ['weight_sz', int], 115 116 ['weight_nr_accesses', int],