Home
last modified time | relevance | path

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

/Linux-v5.10/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.c136 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-v5.10/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()