Searched refs:rv_root (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/kernel/trace/rv/ |
A D | rv.c | 155 static struct rv_interface rv_root; variable 159 return rv_root.monitors_dir; in get_monitors_root() 765 rv_root.root_dir = rv_create_dir("rv", NULL); in rv_init_interface() 766 if (!rv_root.root_dir) in rv_init_interface() 769 rv_root.monitors_dir = rv_create_dir("monitors", rv_root.root_dir); in rv_init_interface() 770 if (!rv_root.monitors_dir) in rv_init_interface() 773 tmp = rv_create_file("available_monitors", RV_MODE_READ, rv_root.root_dir, NULL, in rv_init_interface() 778 tmp = rv_create_file("enabled_monitors", RV_MODE_WRITE, rv_root.root_dir, NULL, in rv_init_interface() 783 tmp = rv_create_file("monitoring_on", RV_MODE_WRITE, rv_root.root_dir, NULL, in rv_init_interface() 787 retval = init_rv_reactors(rv_root.root_dir); in rv_init_interface() [all …]
|
Completed in 5 milliseconds