Home
last modified time | relevance | path

Searched refs:op_nmi_timer_init (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/oprofile/
Doprof.h38 int op_nmi_timer_init(struct oprofile_operations *ops);
40 static inline int op_nmi_timer_init(struct oprofile_operations *ops) in op_nmi_timer_init() function
Dnmi_timer_int.c155 int __init op_nmi_timer_init(struct oprofile_operations *ops) in op_nmi_timer_init() function
Doprof.c260 if (timer || op_nmi_timer_init(&oprofile_ops)) { in oprofile_init()
/linux-4.4.14/arch/sparc/oprofile/
Dinit.c59 static int op_nmi_timer_init(struct oprofile_operations *ops) in op_nmi_timer_init() function
77 ret = op_nmi_timer_init(ops); in oprofile_arch_init()