Searched refs:reactor (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/kernel/trace/rv/ |
A D | rv_reactors.c | 78 if (strcmp(name, r->reactor->name) == 0) in get_reactor_rdef_by_name() 91 seq_printf(m, "%s\n", rea_def->reactor->name); in reactors_show() 147 seq_printf(m, "%s\n", rdef->reactor->name); in monitor_reactor_show() 180 mdef->monitor->react = rdef->reactor->react; in monitor_swap_reactors() 225 if (strcmp(ptr, rdef->reactor->name) != 0) in monitor_reactors_write() 283 if (strcmp(reactor->name, r->reactor->name) == 0) { in __rv_register_reactor() 293 r->reactor = reactor; in __rv_register_reactor() 313 reactor->name, MAX_RV_MONITOR_NAME_SIZE); in rv_register_reactor() 318 retval = __rv_register_reactor(reactor); in rv_register_reactor() 337 if (strcmp(reactor->name, ptr->reactor->name) == 0) { in rv_unregister_reactor() [all …]
|
A D | Kconfig | 65 bool "Printk reactor" 69 Enables the printk reactor. The printk reactor emits a printk() 73 bool "Panic reactor" 77 Enables the panic reactor. The panic reactor emits a printk()
|
A D | rv.h | 28 struct rv_reactor *reactor; member
|
/linux-6.3-rc2/Documentation/tools/rv/ |
A D | common_ikm.rst | 5 **-r**, **--reactor** *reactor* 7 Enables the *reactor*. See **-h** for a list of available reactors.
|
/linux-6.3-rc2/include/linux/ |
A D | rv.h | 65 int rv_unregister_reactor(struct rv_reactor *reactor); 66 int rv_register_reactor(struct rv_reactor *reactor);
|
/linux-6.3-rc2/tools/verification/rv/src/ |
A D | in_kernel.c | 168 static int ikm_write_reactor(char *monitor_name, char *reactor) in ikm_write_reactor() argument 174 retval = tracefs_instance_file_write(NULL, path, reactor); in ikm_write_reactor() 175 debug_msg("ikm: write \"%s\" reactors: %d\n", reactor, retval); in ikm_write_reactor()
|
/linux-6.3-rc2/Documentation/trace/rv/ |
A D | runtime-verification.rst | 59 In Linux terms, a *reactor* is an reaction method available for *RV monitors*. 218 inside "[]". The default one is the nop (no operation) reactor. 219 - Writing the name of a reactor enables it to the given MONITOR.
|
Completed in 8 milliseconds