xref: /linux/samples/damon/Kconfig (revision 19d7c3adfdd4adbd286429849ac22ce9cce32477)
1*19d7c3adSSeongJae Park# SPDX-License-Identifier: GPL-2.0
2*19d7c3adSSeongJae Park
3*19d7c3adSSeongJae Parkmenu "DAMON Samples"
4*19d7c3adSSeongJae Park
5*19d7c3adSSeongJae Parkconfig SAMPLE_DAMON_WSSE
6*19d7c3adSSeongJae Park	bool "DAMON sameple module for working set size estimation"
7*19d7c3adSSeongJae Park	depends on DAMON && DAMON_VADDR
8*19d7c3adSSeongJae Park	help
9*19d7c3adSSeongJae Park	  This builds DAMON sample module for working set size estimation.
10*19d7c3adSSeongJae Park
11*19d7c3adSSeongJae Park	  The module receives a pid, monitor access to the virtual address
12*19d7c3adSSeongJae Park	  space of the process, estimate working set size of the process, and
13*19d7c3adSSeongJae Park	  repeatedly prints the size on the kernel log.
14*19d7c3adSSeongJae Park
15*19d7c3adSSeongJae Park	  If unsure, say N.
16*19d7c3adSSeongJae Park
17*19d7c3adSSeongJae Parkendmenu
18