Lines Matching defs:oprofile_ops
25 struct oprofile_operations oprofile_ops;
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.switch_events) {
173 if ((err = oprofile_ops.start()))
191 oprofile_ops.stop();
206 if (oprofile_ops.sync_stop) {
207 int sync_ret = oprofile_ops.sync_stop();
220 if (oprofile_ops.shutdown)
221 oprofile_ops.shutdown();
250 err = oprofile_arch_init(&oprofile_ops);
260 if (timer || op_nmi_timer_init(&oprofile_ops)) {
261 err = oprofile_timer_init(&oprofile_ops);