• Home
  • Raw
  • Download

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.
559 * damon_set_attrs() - Set attributes for the monitoring.
560 * @ctx: monitoring context
561 * @attrs: monitoring attributes
596 * damon_set_schemes() - Set data access monitoring based operation schemes.
597 * @ctx: monitoring context
630 /* Returns the size upper limit for each monitoring region */
653 * __damon_start() - Starts monitoring with given context.
654 * @ctx: monitoring context
684 * @ctxs: an array of the pointers for contexts to start monitoring
688 * This function starts a group of monitoring threads for a group of monitoring
723 * __damon_stop() - Stops monitoring of a given context.
724 * @ctx: monitoring context
747 * @ctxs: an array of the pointers for contexts to stop monitoring
766 * Reset the aggregated monitoring results ('nr_accesses' of each region).
1168 * This function merges monitoring target regions which are adjacent and their
1169 * access frequencies are similar. This is for minimizing the monitoring
1257 * monitoring accuracy under the dynamically changeable access patterns. If a
1286 * Check whether current monitoring should be stopped
1288 * The monitoring is stopped when either the user requested to stop, or all
1289 * monitoring targets are invalid.
1291 * Returns true if need to stop current monitoring.
1416 * The monitoring daemon that runs as a kernel thread
1570 * monitoring target as requested, or biggest 'System RAM'.
1571 * @t: The monitoring target to set the region.