diff options
author | Robert Richter <robert.richter@amd.com> | 2010-02-25 19:40:46 +0100 |
---|---|---|
committer | Robert Richter <robert.richter@amd.com> | 2010-03-01 11:23:15 +0100 |
commit | 1d6040f17d12a65b9f7ab4cb9fd6d721206b79ec (patch) | |
tree | ec7d557c8ec7cffe41797b197fc2c0a33056468d /arch/x86/oprofile/op_model_amd.c | |
parent | 86d62b6fa2845725ad88b95387c8c52731fb2460 (diff) | |
download | linux-1d6040f17d12a65b9f7ab4cb9fd6d721206b79ec.tar.bz2 |
perf, x86: make IBS macros available in perf_event.h
This patch moves code from oprofile to perf_event.h to make it also
available for usage by perf.
Signed-off-by: Robert Richter <robert.richter@amd.com>
Diffstat (limited to 'arch/x86/oprofile/op_model_amd.c')
-rw-r--r-- | arch/x86/oprofile/op_model_amd.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/x86/oprofile/op_model_amd.c b/arch/x86/oprofile/op_model_amd.c index 6a58256dce9f..c67174917305 100644 --- a/arch/x86/oprofile/op_model_amd.c +++ b/arch/x86/oprofile/op_model_amd.c @@ -46,17 +46,6 @@ static unsigned long reset_value[NUM_VIRT_COUNTERS]; -/* IbsFetchCtl bits/masks */ -#define IBS_FETCH_RAND_EN (1ULL<<57) -#define IBS_FETCH_VAL (1ULL<<49) -#define IBS_FETCH_ENABLE (1ULL<<48) -#define IBS_FETCH_CNT_MASK 0xFFFF0000ULL - -/* IbsOpCtl bits */ -#define IBS_OP_CNT_CTL (1ULL<<19) -#define IBS_OP_VAL (1ULL<<18) -#define IBS_OP_ENABLE (1ULL<<17) - #define IBS_FETCH_SIZE 6 #define IBS_OP_SIZE 12 |