aboutsummaryrefslogtreecommitdiff
path: root/libop/op_events.c
diff options
context:
space:
mode:
Diffstat (limited to 'libop/op_events.c')
-rw-r--r--libop/op_events.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libop/op_events.c b/libop/op_events.c
index c3fcf57..4546dda 100644
--- a/libop/op_events.c
+++ b/libop/op_events.c
@@ -971,7 +971,11 @@ void op_default_event(op_cpu cpu_type, struct op_default_event_descr * descr)
case CPU_ATOM:
case CPU_CORE_I7:
case CPU_NEHALEM:
+ case CPU_WESTMERE:
case CPU_MIPS_LOONGSON2:
+ case CPU_FAMILY12H:
+ case CPU_FAMILY14H:
+ case CPU_FAMILY15H:
descr->name = "CPU_CLK_UNHALTED";
break;