Add an instructions retired event for i386/core.

Signed-off-by: Mel Gorman <m...@csn.ul.ie>
---
 oprofile_map_events.pl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/oprofile_map_events.pl b/oprofile_map_events.pl
index 3c0fb89..eb413e2 100755
--- a/oprofile_map_events.pl
+++ b/oprofile_map_events.pl
@@ -31,6 +31,7 @@ $map_event_name{"i386##p4-ht##dtlb_miss"} = 
"PAGE_WALK_TYPE:3000:0x01";
 $map_event_name{"i386##p4-ht##l2cache_miss"} = 
"BSQ_CACHE_REFERENCE:6000:0x300";
 $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##instructions"} = "INST_RETIRED:6000";
 $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";
-- 
1.7.1


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Libhugetlbfs-devel mailing list
Libhugetlbfs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libhugetlbfs-devel

Reply via email to