Searched refs:oprofilefs_create_file (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/oprofile/ |
H A D | oprofile_files.c | 186 oprofilefs_create_file(root, "enable", &enable_fops); oprofile_create_files() 188 oprofilefs_create_file(root, "buffer", &event_buffer_fops); oprofile_create_files() 192 oprofilefs_create_file(root, "cpu_type", &cpu_type_fops); oprofile_create_files() 193 oprofilefs_create_file(root, "backtrace_depth", &depth_fops); oprofile_create_files() 194 oprofilefs_create_file(root, "pointer_size", &pointer_size_fops); oprofile_create_files() 196 oprofilefs_create_file(root, "time_slice", &timeout_fops); oprofile_create_files()
|
H A D | oprofilefs.c | 199 int oprofilefs_create_file(struct dentry *root, oprofilefs_create_file() function
|
/linux-4.1.27/arch/s390/oprofile/ |
H A D | init.c | 372 oprofilefs_create_file(dir, "enabled", &timer_enabled_fops); oprofile_create_hwsampling_files() 397 oprofilefs_create_file(dir, "enabled", &hwsampler_fops); oprofile_create_hwsampling_files() 398 oprofilefs_create_file(dir, "event", &zero_fops); oprofile_create_hwsampling_files() 399 oprofilefs_create_file(dir, "count", &hw_interval_fops); oprofile_create_hwsampling_files() 400 oprofilefs_create_file(dir, "unit_mask", &zero_fops); oprofile_create_hwsampling_files() 401 oprofilefs_create_file(dir, "kernel", &kernel_fops); oprofile_create_hwsampling_files() 402 oprofilefs_create_file(dir, "user", &user_fops); oprofile_create_hwsampling_files() 417 oprofilefs_create_file(dir, "hwsampler", oprofile_create_hwsampling_files() 419 oprofilefs_create_file(dir, "hw_interval", oprofile_create_hwsampling_files()
|
/linux-4.1.27/include/linux/ |
H A D | oprofile.h | 127 int oprofilefs_create_file(struct dentry * root,
|
Completed in 103 milliseconds