Lines Matching defs:counter
59 static inline void op_x86_warn_in_use(int counter)
62 * The warning indicates an already running counter. If
64 * performance counter on your platform to monitor the desired
65 * event. Delete counter #%d from the desired event by editing
67 * cannot be monitored by any other counter, contact your
70 pr_warn("oprofile: counter #%d on cpu #%d may already be used\n",
71 counter, smp_processor_id());
74 static inline void op_x86_warn_reserved(int counter)
76 pr_warn("oprofile: counter #%d is already reserved\n", counter);