Lines Matching full:monitor
7 * A runtime monitor can cause a reaction to the detection of an
9 * tracing reactions, printing the monitor output via tracepoints.
45 * "monitors/MONITOR/reactors"
47 * MONITOR inside []. The default one is the nop (no operation)
50 * MONITOR.
137 * Monitor's reactor file.
171 monitor_enabled = mdef->monitor->enabled; in monitor_swap_reactors_single()
181 mdef->monitor->react = rdef->reactor->react; in monitor_swap_reactors_single()
195 if (p->parent != mdef->monitor) in monitor_swap_reactors()
200 * This call enables and disables the monitor if they were active. in monitor_swap_reactors()
365 "rv: the rv_reactor %s is in use by %d monitor(s)\n", in rv_unregister_reactor()
456 * reactor_populate_monitor - creates per monitor reactors file
457 * @mdef: monitor's definition.
480 * reactor_cleanup_monitor - cleanup a monitor reference
481 * @mdef: monitor's definition.