Home
last modified time | relevance | path

Searched refs:oprofilefs_create_file (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/oprofile/
Doprofile_files.c186 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()
Doprofilefs.c199 int oprofilefs_create_file(struct dentry *root, in oprofilefs_create_file() function
/linux-4.4.14/arch/s390/oprofile/
Dinit.c373 oprofilefs_create_file(dir, "enabled", &timer_enabled_fops); in oprofile_create_hwsampling_files()
398 oprofilefs_create_file(dir, "enabled", &hwsampler_fops); in oprofile_create_hwsampling_files()
399 oprofilefs_create_file(dir, "event", &zero_fops); in oprofile_create_hwsampling_files()
400 oprofilefs_create_file(dir, "count", &hw_interval_fops); in oprofile_create_hwsampling_files()
401 oprofilefs_create_file(dir, "unit_mask", &zero_fops); in oprofile_create_hwsampling_files()
402 oprofilefs_create_file(dir, "kernel", &kernel_fops); in oprofile_create_hwsampling_files()
403 oprofilefs_create_file(dir, "user", &user_fops); in oprofile_create_hwsampling_files()
418 oprofilefs_create_file(dir, "hwsampler", in oprofile_create_hwsampling_files()
420 oprofilefs_create_file(dir, "hw_interval", in oprofile_create_hwsampling_files()
/linux-4.4.14/include/linux/
Doprofile.h127 int oprofilefs_create_file(struct dentry * root,