Lines Matching full:user
19 To know how user-space can do the configurations and start/stop DAMON, refer to
35 purposes that provides interfaces for the user space, on top of the core
77 To know how user-space can do the configuration via :ref:`DAMON sysfs interface
154 To know how user-space can set the attributes via :ref:`DAMON sysfs interface
227 three regions if the total number of regions will not exceed the user-specified
260 abstracted monitoring target memory area only for each of a user-specified time
263 User-space can get the monitoring results via DAMON sysfs interface and/or
289 making only rare accesses but the user thinks the amount of accesses for the
298 intensiveness of the workload. The user should tune the interval based on the
352 including monitoring results and operation advice between kernel and user
359 the access pattern of interest, and applies the user-desired operation actions
360 to the regions, for every user-specified time interval called
363 To know how user-space can set ``apply_interval`` via :ref:`DAMON sysfs
415 To know how user-space can set the action via :ref:`DAMON sysfs interface
432 To know how user-space can set the access pattern via :ref:`DAMON sysfs
453 the action can be applied within a user-specified time duration.
455 To know how user-space can set the basic quotas via :ref:`DAMON sysfs interface
486 To know how user-space can set the prioritization weights via :ref:`DAMON sysfs
508 - ``user_input``: User-provided value. Users could use any metric that they
519 To know how user-space can set the tuning goal metric, the target value, and/or
532 consume unnecessary system resources. To avoid such consumption, the user would
545 To know how user-space can set the watermarks via :ref:`DAMON sysfs interface
620 To know how user-space can set the watermarks via :ref:`DAMON sysfs interface
663 To know how user-space can read the stats via :ref:`DAMON sysfs interface
697 provide any direct interface for the user space. Such interfaces should be
698 implemented by each DAMON API user kernel components, instead. DAMON subsystem
699 itself implements such DAMON API user modules, which are supposed to be used
702 user space. The user space can build their efficient data access-aware
706 General Purpose User Interface Modules
709 DAMON modules that provide user space ABIs for general purpose DAMON usage in
715 DAMON user interface modules control DAMON and retrieve the results as user
716 requested via the DAMON API, and return the results to the user-space.
718 The ABIs are designed to be used for user space applications development,
720 user space tools. One such Python-written user space tool is available at
733 DAMON modules that provide user space ABI for specific purpose DAMON usage.
735 DAMON user interface modules are for full control of all DAMON features in
743 To support such cases, yet more DAMON API user kernel modules that provide more
744 simple and optimized user space interfaces are available. Currently, two