Commit 9179cb65 authored by Stephane Eranian's avatar Stephane Eranian Committed by Tony Luck

[IA64] Perfmon for Montecito

Add Montecito PMU description table for perfmon2
Signed-off-by: default avatarStephane Eranian <eranian@hpl.hp.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 4a8e4a27
...@@ -628,9 +628,11 @@ static int pfm_write_ibr_dbr(int mode, pfm_context_t *ctx, void *arg, int count, ...@@ -628,9 +628,11 @@ static int pfm_write_ibr_dbr(int mode, pfm_context_t *ctx, void *arg, int count,
#include "perfmon_itanium.h" #include "perfmon_itanium.h"
#include "perfmon_mckinley.h" #include "perfmon_mckinley.h"
#include "perfmon_montecito.h"
#include "perfmon_generic.h" #include "perfmon_generic.h"
static pmu_config_t *pmu_confs[]={ static pmu_config_t *pmu_confs[]={
&pmu_conf_mont,
&pmu_conf_mck, &pmu_conf_mck,
&pmu_conf_ita, &pmu_conf_ita,
&pmu_conf_gen, /* must be last */ &pmu_conf_gen, /* must be last */
......
This diff is collapsed.
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
* Limits for PMC and PMD are set to less than maximum architected values * Limits for PMC and PMD are set to less than maximum architected values
* but should be sufficient for a while * but should be sufficient for a while
*/ */
#define IA64_NUM_PMC_REGS 32 #define IA64_NUM_PMC_REGS 64
#define IA64_NUM_PMD_REGS 32 #define IA64_NUM_PMD_REGS 64
#define DEFAULT_MAP_BASE __IA64_UL_CONST(0x2000000000000000) #define DEFAULT_MAP_BASE __IA64_UL_CONST(0x2000000000000000)
#define DEFAULT_TASK_SIZE __IA64_UL_CONST(0xa000000000000000) #define DEFAULT_TASK_SIZE __IA64_UL_CONST(0xa000000000000000)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment