Searched refs:rv_root (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/kernel/trace/rv/ |
D | rv.c | 155 static struct rv_interface rv_root; variable 159 return rv_root.monitors_dir; in get_monitors_root() 763 rv_root.root_dir = rv_create_dir("rv", NULL); in rv_init_interface() 764 if (!rv_root.root_dir) in rv_init_interface() 767 rv_root.monitors_dir = rv_create_dir("monitors", rv_root.root_dir); in rv_init_interface() 768 if (!rv_root.monitors_dir) in rv_init_interface() 771 tmp = rv_create_file("available_monitors", RV_MODE_READ, rv_root.root_dir, NULL, in rv_init_interface() 776 tmp = rv_create_file("enabled_monitors", RV_MODE_WRITE, rv_root.root_dir, NULL, in rv_init_interface() 781 tmp = rv_create_file("monitoring_on", RV_MODE_WRITE, rv_root.root_dir, NULL, in rv_init_interface() 785 retval = init_rv_reactors(rv_root.root_dir); in rv_init_interface() [all …]
|