Lines Matching full:monitoring

63  * damon_register_ops() - Register a monitoring operations set to DAMON.
64 * @ops: monitoring operations set to register.
66 * This function registers a monitoring operations set of valid &struct
90 * damon_select_ops() - Select a monitoring operations to use with the context.
91 * @ctx: monitoring context to use the operations.
92 * @id: id of the registered monitoring operations to select.
94 * This function finds registered monitoring operations set of @id and make
201 * @ranges: array of new monitoring target ranges.
205 * monitoring target to fit in specific ranges.
561 * damon_set_attrs() - Set attributes for the monitoring.
562 * @ctx: monitoring context
563 * @attrs: monitoring attributes
602 * damon_set_schemes() - Set data access monitoring based operation schemes.
603 * @ctx: monitoring context
636 /* Returns the size upper limit for each monitoring region */
659 * __damon_start() - Starts monitoring with given context.
660 * @ctx: monitoring context
690 * @ctxs: an array of the pointers for contexts to start monitoring
694 * This function starts a group of monitoring threads for a group of monitoring
729 * __damon_stop() - Stops monitoring of a given context.
730 * @ctx: monitoring context
753 * @ctxs: an array of the pointers for contexts to stop monitoring
772 * Reset the aggregated monitoring results ('nr_accesses' of each region).
1256 * This function merges monitoring target regions which are adjacent and their
1257 * access frequencies are similar. This is for minimizing the monitoring
1329 * monitoring accuracy under the dynamically changeable access patterns. If a
1358 * Check whether current monitoring should be stopped
1360 * The monitoring is stopped when either the user requested to stop, or all
1361 * monitoring targets are invalid.
1363 * Returns true if need to stop current monitoring.
1486 * The monitoring daemon that runs as a kernel thread
1640 * monitoring target as requested, or biggest 'System RAM'.
1641 * @t: The monitoring target to set the region.