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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/oprofile/
H A Doprof.c25 struct oprofile_operations oprofile_ops; variable in typeref:struct:oprofile_operations
50 if (oprofile_ops.setup && (err = oprofile_ops.setup()))
58 if (oprofile_ops.sync_start) {
59 int sync_ret = oprofile_ops.sync_start();
81 if (oprofile_ops.shutdown)
82 oprofile_ops.shutdown();
99 if (oprofile_ops.switch_events)
110 if (oprofile_ops.switch_events())
130 if (!oprofile_ops
[all...]
H A Doprof.h29 extern struct oprofile_operations oprofile_ops;
H A Doprofile_files.c113 return oprofilefs_str_to_user(oprofile_ops.cpu_type, buf, count, offset);
189 if (oprofile_ops.create_files)
190 oprofile_ops.create_files(sb, root);
H A Dcpu_buffer.c308 oprofile_ops.backtrace(regs, backtrace);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/oprofile/
H A Doprof.c25 struct oprofile_operations oprofile_ops; variable in typeref:struct:oprofile_operations
50 if (oprofile_ops.setup && (err = oprofile_ops.setup()))
58 if (oprofile_ops.sync_start) {
59 int sync_ret = oprofile_ops.sync_start();
81 if (oprofile_ops.shutdown)
82 oprofile_ops.shutdown();
99 if (oprofile_ops.switch_events)
110 if (oprofile_ops.switch_events())
130 if (!oprofile_ops
[all...]
H A Doprof.h29 extern struct oprofile_operations oprofile_ops;
H A Doprofile_files.c113 return oprofilefs_str_to_user(oprofile_ops.cpu_type, buf, count, offset);
189 if (oprofile_ops.create_files)
190 oprofile_ops.create_files(sb, root);
H A Dcpu_buffer.c308 oprofile_ops.backtrace(regs, backtrace);

Completed in 172 milliseconds