Lines Matching full:monitoring
65 * damon_register_ops() - Register a monitoring operations set to DAMON.
66 * @ops: monitoring operations set to register.
68 * This function registers a monitoring operations set of valid &struct
92 * damon_select_ops() - Select a monitoring operations to use with the context.
93 * @ctx: monitoring context to use the operations.
94 * @id: id of the registered monitoring operations to select.
96 * This function finds registered monitoring operations set of @id and make
203 * @ranges: array of new monitoring target ranges.
207 * monitoring target to fit in specific ranges.
619 * damon_set_attrs() - Set attributes for the monitoring.
620 * @ctx: monitoring context
621 * @attrs: monitoring attributes
660 * damon_set_schemes() - Set data access monitoring based operation schemes.
661 * @ctx: monitoring context
1009 * 1. damon_set_attrs() updates monitoring results of targets and in damon_commit_ctx()
1036 /* Returns the size upper limit for each monitoring region */
1059 * __damon_start() - Starts monitoring with given context.
1060 * @ctx: monitoring context
1090 * @ctxs: an array of the pointers for contexts to start monitoring
1094 * This function starts a group of monitoring threads for a group of monitoring
1129 * __damon_stop() - Stops monitoring of a given context.
1130 * @ctx: monitoring context
1153 * @ctxs: an array of the pointers for contexts to stop monitoring
1260 * Reset the aggregated monitoring results ('nr_accesses' of each region).
1447 * @t: The monitoring target of @r that @s will be applied.
1911 * This function merges monitoring target regions which are adjacent and their
1912 * access frequencies are similar. This is for minimizing the monitoring
2001 * monitoring accuracy under the dynamically changeable access patterns. If a
2030 * Check whether current monitoring should be stopped
2032 * The monitoring is stopped when either the user requested to stop, or all
2033 * monitoring targets are invalid.
2035 * Returns true if need to stop current monitoring.
2192 * The monitoring daemon that runs as a kernel thread
2357 * monitoring target as requested, or biggest 'System RAM'.
2358 * @t: The monitoring target to set the region.