1. 12 Aug, 2013 2 commits
    • David Ahern's avatar
      perf kvm: Option to print events that exceed a duration · 70f7b4a7
      David Ahern authored
      This is useful to spot high latency blips. It is normal for HLT reasons
      to have long exit times, so strip those from the duration check.
      
      v2: changed threshold to duration per acme's request
      Signed-off-by: default avatarDavid Ahern <dsahern@gmail.com>
      Cc: Frederic Weisbecker <fweisbec@gmail.com>
      Cc: Ingo Molnar <mingo@kernel.org>
      Cc: Jiri Olsa <jolsa@redhat.com>
      Cc: Namhyung Kim <namhyung@kernel.org>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: Runzhen Wang <runzhen@linux.vnet.ibm.com>
      Cc: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
      Link: http://lkml.kernel.org/r/1375926999-75129-1-git-send-email-dsahern@gmail.comSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
      70f7b4a7
    • Ingo Molnar's avatar
      Merge tag 'perf-core-for-mingo' of... · 0a3d23a2
      Ingo Molnar authored
      Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
      
      Pull perf/core improvements and fixes from Arnaldo Carvalho de Melo:
      
       * Do annotation using /proc/kcore and /proc/kallsyms, removing the
         need for a vmlinux file kernel assembly annotation. This also improves
         this use case because vmlinux has just the initial kernel image, not
         what is actually in use after various code patchings by things like
         alternatives, etc. From Adrian Hunter.
      
       * Add various improvements and fixes to the "vmlinux matches kallsyms"
         'perf test' entry, related to the /proc/kcore annotation feature.
      
       * Add --initial-delay option to 'perf stat' to skip measuring for
         the startup phase, from Andi Kleen.
      
       * Add perf kvm stat live mode that combines aspects of 'perf kvm stat' record
         and report, from David Ahern.
      
       * Add option to analyze specific VM in perf kvm stat report, from David Ahern.
      
       * Do not require /lib/modules/* on a guest, fix from Jason Wessel.
      
       * Group leader sampling, that allows just one event in a group to sample while
         the other events have just its values read, from Jiri Olsa.
      
       * Add support for a new modifier "D", which requests that the event, or group
         of events, be pinned to the PMU, from Michael Ellerman.
      
       * Fix segmentation fault on the gtk browser, from Namhyung Kim.
      Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
      Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
      0a3d23a2
  2. 07 Aug, 2013 38 commits