mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
util: Add some comment details for virPerfEventType
Add to some details for the existing enum
This commit is contained in:
parent
062f413928
commit
c2f061c861
@ -24,10 +24,13 @@
|
||||
|
||||
# include "virutil.h"
|
||||
|
||||
/* Some Intel processor families introduced some RDT (Resource Director
|
||||
* Technology) features to monitor or control shared resource based on
|
||||
* the perf framework in the linux kernel. */
|
||||
typedef enum {
|
||||
VIR_PERF_EVENT_CMT,
|
||||
VIR_PERF_EVENT_MBMT,
|
||||
VIR_PERF_EVENT_MBML,
|
||||
VIR_PERF_EVENT_CMT, /* Cache Monitoring Technology */
|
||||
VIR_PERF_EVENT_MBMT, /* Memory Bandwidth Monitoring Total */
|
||||
VIR_PERF_EVENT_MBML, /* Memory Bandwidth Monitor Limit for controller */
|
||||
|
||||
VIR_PERF_EVENT_LAST
|
||||
} virPerfEventType;
|
||||
|
Loading…
Reference in New Issue
Block a user