Lines Matching full:monitoring
250 * damon_set_targets() - Set monitoring targets.
251 * @ctx: monitoring context
282 * damon_set_attrs() - Set attributes for the monitoring.
283 * @ctx: monitoring context
286 * @primitive_upd_int: time interval between monitoring primitive updates
314 * damon_set_schemes() - Set data access monitoring based operation schemes.
315 * @ctx: monitoring context
351 /* Returns the size upper limit for each monitoring region */
374 * __damon_start() - Starts monitoring with given context.
375 * @ctx: monitoring context
402 * @ctxs: an array of the pointers for contexts to start monitoring
405 * This function starts a group of monitoring threads for a group of monitoring
436 * __damon_stop() - Stops monitoring of given context.
437 * @ctx: monitoring context
461 * @ctxs: an array of the pointers for contexts to stop monitoring
513 * Reset the aggregated monitoring results ('nr_accesses' of each region).
782 * This function merges monitoring target regions which are adjacent and their
783 * access frequencies are similar. This is for minimizing the monitoring
855 * monitoring accuracy under the dynamically changeable access patterns. If a
884 * Check whether it is time to check and apply the target monitoring regions
895 * Check whether current monitoring should be stopped
897 * The monitoring is stopped when either the user requested to stop, or all
898 * monitoring targets are invalid.
900 * Returns true if need to stop current monitoring.
999 * The monitoring daemon that runs as a kernel thread