aboutsummaryrefslogtreecommitdiff
path: root/include/linux/oprofile.h
diff options
context:
space:
mode:
authorRobert Richter <robert.richter@amd.com>2008-09-24 11:08:52 +0200
committerRobert Richter <robert.richter@amd.com>2008-09-24 11:08:52 +0200
commit4c168eaf7ea39f25a45a3d8c7eebc3fedb633a1d (patch)
tree315bb66a3ce2e752749a780876e2b7b5f6a596de /include/linux/oprofile.h
parent45f197ade73ba95681b9803680c75352fc0a1c0a (diff)
Revert "Oprofile Multiplexing Patch"
Reverting commit 1a960b402a51d80abf54e3f8e4972374ffe5f22d for the main branch. Multiplexing will be tracked on a separate feature branch. Conflicts: arch/x86/oprofile/nmi_int.c
Diffstat (limited to 'include/linux/oprofile.h')
-rw-r--r--include/linux/oprofile.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/oprofile.h b/include/linux/oprofile.h
index 687f2f4c36a..bcb8f725427 100644
--- a/include/linux/oprofile.h
+++ b/include/linux/oprofile.h
@@ -67,9 +67,6 @@ struct oprofile_operations {
/* Initiate a stack backtrace. Optional. */
void (*backtrace)(struct pt_regs * const regs, unsigned int depth);
-
- /* Multiplex between different events. Optional. */
- int (*switch_events)(void);
/* CPU identification string. */
char * cpu_type;
};