perf: add stalled_cycles_backend perf event support

This patch adds support and documentation for
the stalled_cycles_backend perf event.

Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
This commit is contained in:
Nitesh Konkar
2016-12-13 21:31:40 +05:30
committed by John Ferlan
parent 060c159b08
commit 9ae79400ff
10 changed files with 43 additions and 4 deletions

View File

@@ -24,6 +24,7 @@
<event name='branch_misses' enabled='yes'/>
<event name='bus_cycles' enabled='yes'/>
<event name='stalled_cycles_frontend' enabled='yes'/>
<event name='stalled_cycles_backend' enabled='yes'/>
</perf>
<devices>
</devices>