summaryrefslogtreecommitdiff
path: root/tools/gator/daemon/events-Perf-Hardware.xml
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2015-06-15 13:59:33 +0300
committerAndrey Konovalov <andrey.konovalov@linaro.org>2015-06-15 13:59:33 +0300
commit1e5828d50fa0d0e53169eaab814fc95de9970a45 (patch)
tree1d03cba4be1a3692425cf4cac5d6a86f31ad089d /tools/gator/daemon/events-Perf-Hardware.xml
parent472866a4d27f627ba2f965b31a80723b3670974d (diff)
parent83c5aac308433cbf3762e68eb5053490bd958a83 (diff)
Merge branch 'tracking-gator' into merge-linux-linaro-core-tracking
Diffstat (limited to 'tools/gator/daemon/events-Perf-Hardware.xml')
-rw-r--r--tools/gator/daemon/events-Perf-Hardware.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/gator/daemon/events-Perf-Hardware.xml b/tools/gator/daemon/events-Perf-Hardware.xml
new file mode 100644
index 00000000000..423696f8242
--- /dev/null
+++ b/tools/gator/daemon/events-Perf-Hardware.xml
@@ -0,0 +1,12 @@
+ <counter_set name="Perf_Hardware_cnt" count="6"/>
+ <category name="Perf Hardware" counter_set="Perf_Hardware_cnt" per_cpu="yes" supports_event_based_sampling="yes">
+ <event counter="Perf_Hardware_ccnt" event="0" title="Clock" name="Cycles" display="hertz" units="Hz" average_selection="yes" average_cores="yes" description="The number of core clock cycles"/>
+ <event event="1" title="Instruction" name="Executed" description="Instruction executed"/>
+ <event event="2" title="Cache" name="References" description="Cache References"/>
+ <event event="3" title="Cache" name="Misses" description="Cache Misses"/>
+ <event event="4" title="Branch" name="Instructions" description="Branch or other change in program flow that could have been predicted by the branch prediction resources of the processor"/>
+ <event event="5" title="Branch" name="Misses" description="Branch mispredicted or not predicted"/>
+ <event event="6" title="Bus" name="Cycles" description="Bus Cycles"/>
+ <event event="7" title="Instruction" name="Stalled Frontend" description="Stalled Frontend Cycles"/>
+ <event event="8" title="Instruction" name="Stalled Backend" description="Stalled Backend Cycles"/>
+ </category>