Searched refs:reactors (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/verification/rv/src/ |
H A D | in_kernel.c | 189 char *reactors; in ikm_read_reactor() local 192 reactors = tracefs_instance_file_read(NULL, path, NULL); in ikm_read_reactor() 193 if (!reactors) { in ikm_read_reactor() 198 return reactors; in ikm_read_reactor() 212 char *reactors = ikm_read_reactor(monitor_name); in ikm_get_current_reactor() local 217 if (!reactors) in ikm_get_current_reactor() 220 start = strstr(reactors, "["); in ikm_get_current_reactor() 240 free(reactors); in ikm_get_current_reactor() 504 char *reactors = tracefs_instance_file_read(NULL, "rv/available_reactors", NULL); in ikm_usage_print_reactors() local 507 if (!reactors) in ikm_usage_print_reactors() [all …]
|
/openbmc/linux/Documentation/tools/rv/ |
H A D | common_ikm.rst | 3 Print the monitor's options and the available reactors list. 7 Enables the *reactor*. See **-h** for a list of available reactors.
|
/openbmc/linux/kernel/trace/rv/ |
H A D | Kconfig | 48 The model is borken on purpose: it serves to test reactors. 54 bool "Runtime verification reactors" 58 Enables the online runtime verification reactors. A runtime
|
/openbmc/linux/Documentation/trace/rv/ |
H A D | runtime-verification.rst | 138 - Reading shows the available reactors, one per line. 215 **monitors/MONITOR/reactors** 217 - List available reactors, with the select reaction for the given *MONITOR* 223 # cat monitors/wip/reactors 227 # echo panic > monitors/wip/reactors 228 # cat monitors/wip/reactors
|
H A D | monitor_wwnr.rst | 41 - To test the reactors.
|
/openbmc/entity-manager/ |
H A D | CONFIG_FORMAT.md | 15 contrast, reactors tend to scale as a logarithm of system count, with each 16 new system supported adding fewer and fewer reactors. As such, pushing the 17 complexity to the reactors leads to fewer lines of code overall, even if 22 reactors on a single piece of hardware, and will generally have less 23 knowledge of each individual reactors constraints.
|
H A D | README.md | 75 3. **A reactor** The reactors are things that take the entity manager 80 those devices. Other examples of reactors could include: CPU management
|
/openbmc/dbus-sensors/ |
H A D | README.md | 47 dbus-sensor daemons are [reactors](https://github.com/openbmc/entity-manager)
|