]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Replace missing description for perf.cpu_cycles
authorJohn Ferlan <jferlan@redhat.com>
Sun, 11 Dec 2016 12:56:53 +0000 (07:56 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Sun, 11 Dec 2016 12:56:53 +0000 (07:56 -0500)
Lost during merge of commit id '8546adf80' and '585ad00b5'

src/libvirt-domain.c

index 6481abf38e93f7a1c409248dff5ba332b3e0bade..8b4e814fea7aba5458541b60049297afa94b8f9f 100644 (file)
@@ -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.