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
200 * @ranges: array of new monitoring target ranges.
204 * monitoring target to fit in specific ranges.
538 * damon_set_attrs() - Set attributes for the monitoring.
539 * @ctx: monitoring context
540 * @attrs: monitoring attributes
570 * damon_set_schemes() - Set data access monitoring based operation schemes.
571 * @ctx: monitoring context
604 /* Returns the size upper limit for each monitoring region */
627 * __damon_start() - Starts monitoring with given context.
628 * @ctx: monitoring context
658 * @ctxs: an array of the pointers for contexts to start monitoring
662 * This function starts a group of monitoring threads for a group of monitoring
697 * __damon_stop() - Stops monitoring of a given context.
698 * @ctx: monitoring context
722 * @ctxs: an array of the pointers for contexts to stop monitoring
741 * Reset the aggregated monitoring results ('nr_accesses' of each region).
1121 * This function merges monitoring target regions which are adjacent and their
1122 * access frequencies are similar. This is for minimizing the monitoring
1192 * monitoring accuracy under the dynamically changeable access patterns. If a
1221 * Check whether current monitoring should be stopped
1223 * The monitoring is stopped when either the user requested to stop, or all
1224 * monitoring targets are invalid.
1226 * Returns true if need to stop current monitoring.
1343 * The monitoring daemon that runs as a kernel thread
1488 * monitoring target as requested, or biggest 'System RAM'.
1489 * @t: The monitoring target to set the region.