Searched refs:oprofile_ops (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/oprofile/
H A Doprof.c23 struct oprofile_operations oprofile_ops; variable in typeref:struct:oprofile_operations
48 if (oprofile_ops.setup && (err = oprofile_ops.setup()))
64 if (oprofile_ops.shutdown)
65 oprofile_ops.shutdown();
93 if ((err = oprofile_ops.start()))
109 oprofile_ops.stop();
122 if (oprofile_ops.shutdown)
123 oprofile_ops.shutdown();
142 if (!oprofile_ops
[all...]
H A Doprof.h27 extern struct oprofile_operations oprofile_ops;
H A Doprofile_files.c66 return oprofilefs_str_to_user(oprofile_ops.cpu_type, buf, count, offset);
133 if (oprofile_ops.create_files)
134 oprofile_ops.create_files(sb, root);
H A Dcpu_buffer.c236 oprofile_ops.backtrace(regs, backtrace_depth);

Completed in 92 milliseconds