You need to sign in or sign up before continuing.
  1. 08 3月, 2017 6 次提交
  2. 17 1月, 2017 1 次提交
  3. 10 1月, 2017 1 次提交
  4. 16 12月, 2016 4 次提交
  5. 13 12月, 2016 1 次提交
  6. 07 12月, 2016 1 次提交
  7. 08 10月, 2016 1 次提交
  8. 03 9月, 2016 2 次提交
  9. 03 6月, 2016 1 次提交
  10. 19 5月, 2016 1 次提交
    • Q
      perf: add support to perf event for MBM · 90b9995d
      Qiaowei Ren 提交于
      Some Intel processor families (e.g. the Intel Xeon processor E5 v3
      family) introduced some RDT (Resource Director Technology) features
      to monitor or control shared resource. Among these features, MBM
      (Memory Bandwidth Monitoring), which is build on the CMT (Cache
      Monitoring Technology) infrastructure, provides OS/VMM a way to
      monitor bandwidth from one level of cache to another.
      
      With current perf framework, this patch adds support to perf event
      for MBM.
      Signed-off-by: NQiaowei Ren <qiaowei.ren@intel.com>
      90b9995d
  11. 31 3月, 2016 1 次提交
    • M
      virDomain{Get,Set}PerfEvents: support --config --live --current · ed504ba3
      Michal Privoznik 提交于
      Now that we have @flags we can support changing perf events just
      in active or inactive configuration regardless of the other.
      Previously, calling virDomainSetPerfEvents set events in both
      active and inactive configuration at once. Even though we allow
      users to set perf events that are to be enabled once domain is
      started up. The virDomainGetPerfEvents API was flawed too. It
      returned just runtime info.
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      ed504ba3
  12. 29 3月, 2016 1 次提交