mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
perf: add page_faults_min software perf event support
This patch adds support and documentation for the page_faults_min perf event. Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
This commit is contained in:
committed by
John Ferlan
parent
8110c6a567
commit
d216e9ad77
@@ -969,6 +969,7 @@ I<--perf> returns the statistics of all enabled perf events:
|
||||
"perf.page_faults" - the count of page faults
|
||||
"perf.context_switches" - the count of context switches
|
||||
"perf.cpu_migrations" - the count of cpu migrations
|
||||
"perf.page_faults_min" - the count of minor page faults
|
||||
|
||||
See the B<perf> command for more details about each event.
|
||||
|
||||
@@ -2348,6 +2349,8 @@ B<Valid perf event names>
|
||||
by applications running on the platform.
|
||||
cpu_migrations - Provides the count cpu migrations by
|
||||
applications running on the platform.
|
||||
page_faults_min - Provides the count minor page faults
|
||||
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