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
337 given time interval. The target can be specified by the user as a ratio of
356 The user can further set the minimum and maximum ``sampling interval`` that can
363 The tuning is turned off by default, and need to be set explicitly by the user.
369 To know how user-space can use this feature via :ref:`DAMON sysfs interface
402 including monitoring results and operation advice between kernel and user
409 the access pattern of interest, and applies the user-desired operation actions
410 to the regions, for every user-specified time interval called
413 To know how user-space can set ``apply_interval`` via :ref:`DAMON sysfs
465 To know how user-space can set the action via :ref:`DAMON sysfs interface
482 To know how user-space can set the access pattern via :ref:`DAMON sysfs
503 the action can be applied within a user-specified time duration.
505 To know how user-space can set the basic quotas via :ref:`DAMON sysfs interface
536 To know how user-space can set the prioritization weights via :ref:`DAMON sysfs
558 - ``user_input``: User-provided value. Users could use any metric that they
574 To know how user-space can set the tuning goal metric, the target value, and/or
587 consume unnecessary system resources. To avoid such consumption, the user would
600 To know how user-space can set the watermarks via :ref:`DAMON sysfs interface
676 To know how user-space can set the filters via :ref:`DAMON sysfs interface
719 To know how user-space can read the stats via :ref:`DAMON sysfs interface
753 provide any direct interface for the user space. Such interfaces should be
754 implemented by each DAMON API user kernel components, instead. DAMON subsystem
755 itself implements such DAMON API user modules, which are supposed to be used
758 user space. The user space can build their efficient data access-aware
762 General Purpose User Interface Modules
765 DAMON modules that provide user space ABIs for general purpose DAMON usage in
771 DAMON user interface modules control DAMON and retrieve the results as user
772 requested via the DAMON API, and return the results to the user-space.
774 The ABIs are designed to be used for user space applications development,
776 user space tools. One such Python-written user space tool is available at
789 DAMON modules that provide user space ABI for specific purpose DAMON usage.
791 DAMON user interface modules are for full control of all DAMON features in
799 To support such cases, yet more DAMON API user kernel modules that provide more
800 simple and optimized user space interfaces are available. Currently, two