Searched refs:oprofilefs_create_file (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/oprofile/ |
D | oprofile_files.c | 185 oprofilefs_create_file(sb, root, "enable", &enable_fops); in oprofile_create_files() 187 oprofilefs_create_file(sb, root, "buffer", &event_buffer_fops); in oprofile_create_files() 191 oprofilefs_create_file(sb, root, "cpu_type", &cpu_type_fops); in oprofile_create_files() 192 oprofilefs_create_file(sb, root, "backtrace_depth", &depth_fops); in oprofile_create_files() 193 oprofilefs_create_file(sb, root, "pointer_size", &pointer_size_fops); in oprofile_create_files() 195 oprofilefs_create_file(sb, root, "time_slice", &timeout_fops); in oprofile_create_files()
|
D | oprofilefs.c | 196 int oprofilefs_create_file(struct super_block *sb, struct dentry *root, in oprofilefs_create_file() function
|
/linux-2.6.39/arch/s390/oprofile/ |
D | init.c | 126 oprofilefs_create_file(sb, hw_dir, "hwsampler", &hwsampler_fops); in oprofile_create_hwsampling_files()
|
/linux-2.6.39/include/linux/ |
D | oprofile.h | 128 int oprofilefs_create_file(struct super_block * sb, struct dentry * root,
|