Searched refs:oprofilefs_create_file (Results 1 – 2 of 2) sorted by relevance
/drivers/oprofile/ |
D | oprofile_files.c | 186 oprofilefs_create_file(root, "enable", &enable_fops); in oprofile_create_files() 188 oprofilefs_create_file(root, "buffer", &event_buffer_fops); 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()
|
D | oprofilefs.c | 203 int oprofilefs_create_file(struct dentry *root, in oprofilefs_create_file() function
|