Lines Matching full:monitoring
180 * damon_set_targets() - Set monitoring targets.
181 * @ctx: monitoring context
213 * damon_set_attrs() - Set attributes for the monitoring.
214 * @ctx: monitoring context
217 * @primitive_upd_int: time interval between monitoring primitive updates
264 /* Returns the size upper limit for each monitoring region */
298 * __damon_start() - Starts monitoring with given context.
299 * @ctx: monitoring context
327 * @ctxs: an array of the pointers for contexts to start monitoring
330 * This function starts a group of monitoring threads for a group of monitoring
361 * __damon_stop() - Stops monitoring of given context.
362 * @ctx: monitoring context
384 * @ctxs: an array of the pointers for contexts to stop monitoring
436 * Reset the aggregated monitoring results ('nr_accesses' of each region).
498 * This function merges monitoring target regions which are adjacent and their
499 * access frequencies are similar. This is for minimizing the monitoring
568 * monitoring accuracy under the dynamically changeable access patterns. If a
597 * Check whether it is time to check and apply the target monitoring regions
608 * Check whether current monitoring should be stopped
610 * The monitoring is stopped when either the user requested to stop, or all
611 * monitoring targets are invalid.
613 * Returns true if need to stop current monitoring.
645 * The monitoring daemon that runs as a kernel thread