Lines Matching refs:root
178 void oprofile_create_files(struct dentry *root) in oprofile_create_files() argument
186 oprofilefs_create_file(root, "enable", &enable_fops); in oprofile_create_files()
187 oprofilefs_create_file_perm(root, "dump", &dump_fops, 0666); in oprofile_create_files()
188 oprofilefs_create_file(root, "buffer", &event_buffer_fops); in oprofile_create_files()
189 oprofilefs_create_ulong(root, "buffer_size", &oprofile_buffer_size); in oprofile_create_files()
190 oprofilefs_create_ulong(root, "buffer_watershed", &oprofile_buffer_watershed); in oprofile_create_files()
191 oprofilefs_create_ulong(root, "cpu_buffer_size", &oprofile_cpu_buffer_size); in oprofile_create_files()
192 oprofilefs_create_file(root, "cpu_type", &cpu_type_fops); in oprofile_create_files()
193 oprofilefs_create_file(root, "backtrace_depth", &depth_fops); in oprofile_create_files()
194 oprofilefs_create_file(root, "pointer_size", &pointer_size_fops); in oprofile_create_files()
196 oprofilefs_create_file(root, "time_slice", &timeout_fops); in oprofile_create_files()
198 oprofile_create_stats_files(root); in oprofile_create_files()
200 oprofile_ops.create_files(root); in oprofile_create_files()