Searched refs:oprofilefs_create_ulong (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/oprofile/
H A Dcommon.c132 oprofilefs_create_ulong(sb, root, "mmcr0", &sys.mmcr0);
133 oprofilefs_create_ulong(sb, root, "mmcr1", &sys.mmcr1);
134 oprofilefs_create_ulong(sb, root, "mmcra", &sys.mmcra);
146 oprofilefs_create_ulong(sb, root, "cell_support", &sys.cell_support);
166 oprofilefs_create_ulong(sb, dir, "enabled", &ctr[i].enabled);
167 oprofilefs_create_ulong(sb, dir, "event", &ctr[i].event);
168 oprofilefs_create_ulong(sb, dir, "count", &ctr[i].count);
177 oprofilefs_create_ulong(sb, dir, "kernel", &ctr[i].kernel);
178 oprofilefs_create_ulong(sb, dir, "user", &ctr[i].user);
180 oprofilefs_create_ulong(s
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/oprofile/
H A Dcommon.c48 oprofilefs_create_ulong(sb, dir, "enabled", &ctr[i].enabled);
49 oprofilefs_create_ulong(sb, dir, "event", &ctr[i].event);
50 oprofilefs_create_ulong(sb, dir, "count", &ctr[i].count);
51 oprofilefs_create_ulong(sb, dir, "kernel", &ctr[i].kernel);
52 oprofilefs_create_ulong(sb, dir, "user", &ctr[i].user);
53 oprofilefs_create_ulong(sb, dir, "exl", &ctr[i].exl);
55 oprofilefs_create_ulong(sb, dir, "unit_mask", &ctr[i].unit_mask);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/oprofile/
H A Dcommon.c120 oprofilefs_create_ulong(sb, dir, "enabled", &ctr[i].enabled);
121 oprofilefs_create_ulong(sb, dir, "event", &ctr[i].event);
122 oprofilefs_create_ulong(sb, dir, "count", &ctr[i].count);
124 oprofilefs_create_ulong(sb, dir, "kernel", &ctr[i].kernel);
125 oprofilefs_create_ulong(sb, dir, "user", &ctr[i].user);
126 oprofilefs_create_ulong(sb, dir, "unit_mask", &ctr[i].unit_mask);
130 oprofilefs_create_ulong(sb, root, "enable_pal",
132 oprofilefs_create_ulong(sb, root, "enable_kernel",
134 oprofilefs_create_ulong(sb, root, "enable_user",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/oprofile/
H A Dcommon.c51 ret |= oprofilefs_create_ulong(sb, dir, "enabled", &ctr[i].enabled);
52 ret |= oprofilefs_create_ulong(sb, dir, "event", &ctr[i].event);
53 ret |= oprofilefs_create_ulong(sb, dir, "kernel", &ctr[i].kernel);
54 ret |= oprofilefs_create_ulong(sb, dir, "user", &ctr[i].user);
59 ret |= oprofilefs_create_ulong(sb, dir, "count", &ctr[i].count);
62 ret |= oprofilefs_create_ulong(sb, dir, "unit_mask", &ctr[i].unit_mask);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/oprofile/
H A Dop_model_avr32.c112 oprofilefs_create_ulong(sb, dir, "enabled",
114 oprofilefs_create_ulong(sb, dir, "event",
116 oprofilefs_create_ulong(sb, dir, "count",
120 oprofilefs_create_ulong(sb, dir, "kernel",
122 oprofilefs_create_ulong(sb, dir, "user",
124 oprofilefs_create_ulong(sb, dir, "unit_mask",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/oprofile/
H A Doprofile_files.c179 oprofilefs_create_ulong(sb, root, "buffer_size", &oprofile_buffer_size);
180 oprofilefs_create_ulong(sb, root, "buffer_watershed", &oprofile_buffer_watershed);
181 oprofilefs_create_ulong(sb, root, "cpu_buffer_size", &oprofile_cpu_buffer_size);
H A Doprofilefs.c150 int oprofilefs_create_ulong(struct super_block *sb, struct dentry *root, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/oprofile/
H A Dcommon.c189 oprofilefs_create_ulong(sb, dir, "enabled", &counter_config[i].enabled);
190 oprofilefs_create_ulong(sb, dir, "event", &counter_config[i].event);
191 oprofilefs_create_ulong(sb, dir, "count", &counter_config[i].count);
192 oprofilefs_create_ulong(sb, dir, "unit_mask", &counter_config[i].unit_mask);
193 oprofilefs_create_ulong(sb, dir, "kernel", &counter_config[i].kernel);
194 oprofilefs_create_ulong(sb, dir, "user", &counter_config[i].user);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/oprofile/
H A Dop_model_amd.c526 oprofilefs_create_ulong(sb, dir, "enable",
528 oprofilefs_create_ulong(sb, dir, "max_count",
530 oprofilefs_create_ulong(sb, dir, "rand_enable",
534 oprofilefs_create_ulong(sb, dir, "enable",
536 oprofilefs_create_ulong(sb, dir, "max_count",
539 oprofilefs_create_ulong(sb, dir, "dispatched_ops",
H A Dnmi_int.c438 oprofilefs_create_ulong(sb, dir, "enabled", &counter_config[i].enabled);
439 oprofilefs_create_ulong(sb, dir, "event", &counter_config[i].event);
440 oprofilefs_create_ulong(sb, dir, "count", &counter_config[i].count);
441 oprofilefs_create_ulong(sb, dir, "unit_mask", &counter_config[i].unit_mask);
442 oprofilefs_create_ulong(sb, dir, "kernel", &counter_config[i].kernel);
443 oprofilefs_create_ulong(sb, dir, "user", &counter_config[i].user);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Doprofile.h125 int oprofilefs_create_ulong(struct super_block * sb, struct dentry * root,

Completed in 127 milliseconds