Lines Matching refs:oprofile_ops
25 struct oprofile_operations oprofile_ops; variable
50 if (oprofile_ops.setup && (err = oprofile_ops.setup())) in oprofile_setup()
58 if (oprofile_ops.sync_start) { in oprofile_setup()
59 int sync_ret = oprofile_ops.sync_start(); in oprofile_setup()
81 if (oprofile_ops.shutdown) in oprofile_setup()
82 oprofile_ops.shutdown(); in oprofile_setup()
99 if (oprofile_ops.switch_events) in start_switch_worker()
110 if (oprofile_ops.switch_events()) in switch_worker()
130 if (!oprofile_ops.switch_events) { in oprofile_set_timeout()
173 if ((err = oprofile_ops.start())) in oprofile_start()
191 oprofile_ops.stop(); in oprofile_stop()
206 if (oprofile_ops.sync_stop) { in oprofile_shutdown()
207 int sync_ret = oprofile_ops.sync_stop(); in oprofile_shutdown()
220 if (oprofile_ops.shutdown) in oprofile_shutdown()
221 oprofile_ops.shutdown(); in oprofile_shutdown()
250 err = oprofile_arch_init(&oprofile_ops); in oprofile_init()
260 if (timer || op_nmi_timer_init(&oprofile_ops)) { in oprofile_init()
261 err = oprofile_timer_init(&oprofile_ops); in oprofile_init()