10 #include <linux/kernel.h>
12 #include <linux/errno.h>
22 static int profile_timer_exceptions_notify(
struct notifier_block *
self,
26 int ret = NOTIFY_DONE;
43 static int timer_start(
void)
52 static void timer_stop(
void)
64 ops->
start = timer_start;
65 ops->
stop = timer_stop;
77 ret = op_nmi_timer_init(ops);