Searched refs:rv_create_file (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/kernel/trace/rv/ |
D | rv.c | 350 tmp = rv_create_file("enable", RV_MODE_WRITE, mdef->root_d, mdef, &interface_enable_fops); in create_monitor_dir() 356 tmp = rv_create_file("desc", RV_MODE_READ, mdef->root_d, mdef, &interface_desc_fops); in create_monitor_dir() 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()
|
D | rv_reactors.c | 444 tmp = rv_create_file("reactors", RV_MODE_WRITE, mdef->root_d, mdef, &monitor_reactors_ops); in reactor_populate_monitor() 487 available = rv_create_file("available_reactors", RV_MODE_READ, root_dir, NULL, in init_rv_reactors() 492 reacting = rv_create_file("reacting_on", RV_MODE_WRITE, root_dir, NULL, &reacting_on_fops); in init_rv_reactors()
|
D | rv.h | 17 #define rv_create_file tracefs_create_file macro
|