Home
last modified time | relevance | path

Searched refs:create_files (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/drivers/oprofile/
Doprofile_files.c199 if (oprofile_ops.create_files) in oprofile_create_files()
200 oprofile_ops.create_files(root); in oprofile_create_files()
Dtimer_int.c112 ops->create_files = NULL; in oprofile_timer_init()
Dnmi_timer_int.c164 ops->create_files = NULL; in op_nmi_timer_init()
Doprofile_perf.c310 ops->create_files = oprofile_perf_create_files; in oprofile_perf_init()
/linux-4.1.27/fs/sysfs/
Dgroup.c35 static int create_files(struct kernfs_node *parent, struct kobject *kobj, in create_files() function
121 error = create_files(kn, kobj, grp, update); in internal_create_group()
/linux-4.1.27/arch/mips/oprofile/
Dcommon.c129 ops->create_files = op_mips_create_files; in oprofile_arch_init()
/linux-4.1.27/include/linux/
Doprofile.h53 int (*create_files)(struct dentry * root); member
/linux-4.1.27/arch/alpha/oprofile/
Dcommon.c172 ops->create_files = op_axp_create_files; in oprofile_arch_init()
/linux-4.1.27/arch/powerpc/oprofile/
Dcommon.c232 ops->create_files = op_powerpc_create_files; in oprofile_arch_init()
/linux-4.1.27/arch/x86/oprofile/
Dop_model_amd.c513 create_arch_files = ops->create_files; in op_amd_init()
514 ops->create_files = setup_ibs_files; in op_amd_init()
Dnmi_int.c776 ops->create_files = nmi_create_files; in op_nmi_init()
/linux-4.1.27/arch/avr32/oprofile/
Dop_model_avr32.c210 .create_files = avr32_perf_counter_create_files,
/linux-4.1.27/arch/s390/oprofile/
Dinit.c442 ops->create_files = oprofile_create_hwsampling_files; in oprofile_hwsampler_init()