aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/oprofile/op_counter.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2011-03-29 09:32:28 +0200
committerIngo Molnar <mingo@elte.hu>2011-03-29 09:32:28 +0200
commit1dfd7b494b3d8fb1e8a7383a8095f77eb058cd83 (patch)
tree71c38b11018bca257a500f408f6ac3c9a9ab6563 /arch/x86/oprofile/op_counter.h
parent6c6804fb2cef2d6aceb38b0eb0803210d77ff390 (diff)
parent914a76ca5eedc9f286a36f61c4eaa95b451ba3e6 (diff)
downloadkernel_replicant_linux-1dfd7b494b3d8fb1e8a7383a8095f77eb058cd83.tar.gz
kernel_replicant_linux-1dfd7b494b3d8fb1e8a7383a8095f77eb058cd83.tar.bz2
kernel_replicant_linux-1dfd7b494b3d8fb1e8a7383a8095f77eb058cd83.zip
Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgent
Diffstat (limited to 'arch/x86/oprofile/op_counter.h')
-rw-r--r--arch/x86/oprofile/op_counter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/oprofile/op_counter.h b/arch/x86/oprofile/op_counter.h
index e28398df0df2..0b7b7b179cbe 100644
--- a/arch/x86/oprofile/op_counter.h
+++ b/arch/x86/oprofile/op_counter.h
@@ -22,6 +22,7 @@ struct op_counter_config {
unsigned long kernel;
unsigned long user;
unsigned long unit_mask;
+ unsigned long extra;
};
extern struct op_counter_config counter_config[];