oprofilefs_create_file  186 drivers/oprofile/oprofile_files.c 	oprofilefs_create_file(root, "enable", &enable_fops);
oprofilefs_create_file  188 drivers/oprofile/oprofile_files.c 	oprofilefs_create_file(root, "buffer", &event_buffer_fops);
oprofilefs_create_file  192 drivers/oprofile/oprofile_files.c 	oprofilefs_create_file(root, "cpu_type", &cpu_type_fops);
oprofilefs_create_file  193 drivers/oprofile/oprofile_files.c 	oprofilefs_create_file(root, "backtrace_depth", &depth_fops);
oprofilefs_create_file  194 drivers/oprofile/oprofile_files.c 	oprofilefs_create_file(root, "pointer_size", &pointer_size_fops);
oprofilefs_create_file  196 drivers/oprofile/oprofile_files.c 	oprofilefs_create_file(root, "time_slice", &timeout_fops);
oprofilefs_create_file  127 include/linux/oprofile.h int oprofilefs_create_file(struct dentry * root,