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.
138 * Monitor's reactor file.
195 * This call enables and disables the monitor if they were active. in monitor_swap_reactors()
406 * reactor_populate_monitor - creates per monitor reactors file
407 * @mon: The monitor.
408 * @root: The directory of the monitor.
466 void rv_react(struct rv_monitor *monitor, const char *msg, ...) in rv_react() argument
471 if (!rv_reacting_on() || !monitor->react) in rv_react()
477 monitor->react(msg, args); in rv_react()