Go to the documentation of this file.
12 #ifndef OP_X86_MODEL_H
13 #define OP_X86_MODEL_H
15 #include <asm/types.h>
16 #include <asm/perf_event.h>
51 #ifdef CONFIG_OPROFILE_EVENT_MULTIPLEX
59 static inline void op_x86_warn_in_use(
int counter)
70 pr_warning(
"oprofile: counter #%d on cpu #%d may already be used\n",
74 static inline void op_x86_warn_reserved(
int counter)
76 pr_warning(
"oprofile: counter #%d is already reserved\n", counter);