Revert "Oprofile Multiplexing Patch"

Reverting commit 1a960b402a for the main
branch. Multiplexing will be tracked on a separate feature branch.

Conflicts:

    arch/x86/oprofile/nmi_int.c
This commit is contained in:
Robert Richter
2008-09-24 11:08:52 +02:00
parent 45f197ade7
commit 4c168eaf7e
10 changed files with 45 additions and 247 deletions

View File

@@ -10,14 +10,13 @@
#ifndef OP_COUNTER_H
#define OP_COUNTER_H
#define OP_MAX_COUNTER 32
#define OP_MAX_COUNTER 8
/* Per-perfctr configuration as set via
* oprofilefs.
*/
struct op_counter_config {
unsigned long count;
unsigned long save_count_low;
unsigned long enabled;
unsigned long event;
unsigned long kernel;