mirror of https://gitee.com/openkylin/libvirt.git
docs: Replace missing description for perf.cpu_cycles
Lost during merge of commit id '8546adf80' and '585ad00b5'
This commit is contained in:
parent
bd4ae4f5e8
commit
f17d68067e
|
@ -11226,6 +11226,9 @@ virConnectGetDomainCapabilities(virConnectPtr conn,
|
|||
* It is produced by cache_references perf event.
|
||||
* "perf.instructions" - The count of instructions as unsigned long long.
|
||||
* It is produced by instructions perf event.
|
||||
* "perf.cpu_cycles" - The count of cpu cycles (total/elapsed) as an
|
||||
* unsigned long long. It is produced by cpu_cycles
|
||||
* perf event.
|
||||
* "perf.branch_instructions" - The count of branch instructions as
|
||||
* unsigned long long. It is produced by
|
||||
* branch_instructions perf event.
|
||||
|
|
Loading…
Reference in New Issue