mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
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:
committed by
John Ferlan
parent
060c159b08
commit
9ae79400ff
+6
-1
@@ -949,7 +949,8 @@ I<--perf> returns the statistics of all enabled perf events:
|
||||
"perf.branch_instructions" - the count of branch instructions,
|
||||
"perf.branch_misses" - the count of branch misses,
|
||||
"perf.bus_cycles" - the count of bus cycles,
|
||||
"perf.stalled_cycles_frontend" - the count of stalled frontend cpu cycles
|
||||
"perf.stalled_cycles_frontend" - the count of stalled frontend cpu cycles,
|
||||
"perf.stalled_cycles_backend" - the count of stalled backend cpu cycles
|
||||
|
||||
See the B<perf> command for more details about each event.
|
||||
|
||||
@@ -2307,6 +2308,10 @@ B<Valid perf event names>
|
||||
cycles in the frontend of the
|
||||
instruction processor pipeline by
|
||||
applications running on the platform.
|
||||
stalled_cycles_backend - Provides the count of stalled cpu
|
||||
cycles in the backend of the
|
||||
instruction processor pipeline by
|
||||
applications running on the platform.
|
||||
|
||||
B<Note>: The statistics can be retrieved using the B<domstats> command using
|
||||
the I<--perf> flag.
|
||||
|
||||
Reference in New Issue
Block a user