Home
last modified time | relevance | path

Searched refs:op_nmi_init (Results 1 – 2 of 2) sorted by relevance

/arch/x86/oprofile/
Dinit.c20 extern int op_nmi_init(struct oprofile_operations *ops);
23 static int op_nmi_init(struct oprofile_operations *ops) { return -ENODEV; } in op_nmi_init() function
32 return op_nmi_init(ops); in oprofile_arch_init()
Dnmi_int.c695 int __init op_nmi_init(struct oprofile_operations *ops) in op_nmi_init() function