Signed-off-by: Eric B Munson <[email protected]>
---
 oprofile_map_events.pl |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/oprofile_map_events.pl b/oprofile_map_events.pl
index 313cc00..fcfcc34 100755
--- a/oprofile_map_events.pl
+++ b/oprofile_map_events.pl
@@ -33,6 +33,7 @@ $map_event_name{"i386##core##timer"} = 
"CPU_CLK_UNHALTED:6000";
 $map_event_name{"i386##core##dtlb_miss"} = "DTLB_MISS:500";
 $map_event_name{"i386##core_2##dtlb_miss"} = "DTLB_MISSES:500:0x01";
 $map_event_name{"i386##core_2##timer"} = "CPU_CLK_UNHALTED:6000";
+$map_event_name{"i386##core_2##instructions"} = "INST_RETIRED_ANY_P:6000";
 $map_event_name{"x86-64##timer"} = "CPU_CLK_UNHALTED:100000";
 $map_event_name{"x86-64##hammer##dtlb_miss"} = "L1_AND_L2_DTLB_MISSES:100000";
 $map_event_name{"x86-64##hammer##l1cache_miss"} = "DATA_CACHE_MISSES:500";
@@ -42,6 +43,7 @@ $map_event_name{"x86-64##family10##l1cache_miss"} = 
"DATA_CACHE_MISSES:500";
 $map_event_name{"x86-64##family10##l2cache_miss"} = "L2_CACHE_MISS:500";
 $map_event_name{"x86-64##core_2##dtlb_miss"} = "DTLB_MISSES:500:0x01";
 $map_event_name{"x86-64##core_2##timer"} = "CPU_CLK_UNHALTED:6000";
+$map_event_name{"x86-64##core_2##instructions"} = "INST_RETIRED_ANY_P:6000";
 $map_event_name{"ppc64##timer"} = "CYCLES:10000";
 $map_event_name{"ppc64##dtlb_miss"} = "PM_DTLB_MISS_GRP44:100000";
 $map_event_name{"ppc64##timer30"} = "PM_CYC_GRP30:10000";
-- 
1.6.3.3


------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Libhugetlbfs-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libhugetlbfs-devel

Reply via email to