Home
last modified time | relevance | path

Searched refs:rv_root (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/trace/rv/
H A Drv.c155 static struct rv_interface rv_root; variable
159 return rv_root.monitors_dir; in get_monitors_root()
762 rv_root.root_dir = rv_create_dir("rv", NULL); in rv_init_interface()
763 if (!rv_root.root_dir) in rv_init_interface()
766 rv_root.monitors_dir = rv_create_dir("monitors", rv_root.root_dir); in rv_init_interface()
767 if (!rv_root.monitors_dir) in rv_init_interface()
770 tmp = rv_create_file("available_monitors", RV_MODE_READ, rv_root.root_dir, NULL, in rv_init_interface()
775 tmp = rv_create_file("enabled_monitors", RV_MODE_WRITE, rv_root.root_dir, NULL, in rv_init_interface()
780 tmp = rv_create_file("monitoring_on", RV_MODE_WRITE, rv_root.root_dir, NULL, in rv_init_interface()
784 retval = init_rv_reactors(rv_root.root_dir); in rv_init_interface()
[all …]