create_files      172 arch/alpha/oprofile/common.c 	ops->create_files = op_axp_create_files;
create_files      130 arch/mips/oprofile/common.c 	ops->create_files	= op_mips_create_files;
create_files      228 arch/powerpc/oprofile/common.c 	ops->create_files = op_powerpc_create_files;
create_files      754 arch/x86/oprofile/nmi_int.c 	ops->create_files	= nmi_create_files;
create_files      512 arch/x86/oprofile/op_model_amd.c 	create_arch_files = ops->create_files;
create_files      513 arch/x86/oprofile/op_model_amd.c 	ops->create_files = setup_ibs_files;
create_files      145 drivers/oprofile/nmi_timer_int.c 	ops->create_files	= NULL;
create_files      199 drivers/oprofile/oprofile_files.c 	if (oprofile_ops.create_files)
create_files      200 drivers/oprofile/oprofile_files.c 		oprofile_ops.create_files(root);
create_files      311 drivers/oprofile/oprofile_perf.c 	ops->create_files	= oprofile_perf_create_files;
create_files      114 drivers/oprofile/timer_int.c 	ops->create_files	= NULL;
create_files      148 fs/sysfs/group.c 	error = create_files(kn, kobj, uid, gid, grp, update);
create_files       53 include/linux/oprofile.h 	int (*create_files)(struct dentry * root);