1. 13 Dec, 2013 20 commits
  2. 11 Dec, 2013 2 commits
    • Peter Zijlstra's avatar
      perf: Optimize ring-buffer write by depending on control dependencies · c7f2e3cd
      Peter Zijlstra authored
      Remove a full barrier from the ring-buffer write path by relying on
      a control dependency to order a LOAD -> STORE scenario.
      
      Cc: "Paul E. McKenney" <paulmck@us.ibm.com>
      Signed-off-by: default avatarPeter Zijlstra <peterz@infradead.org>
      Link: http://lkml.kernel.org/n/tip-8alv40z6ikk57jzbaobnxrjl@git.kernel.orgSigned-off-by: default avatarIngo Molnar <mingo@kernel.org>
      c7f2e3cd
    • Ingo Molnar's avatar
      Merge tag 'perf-core-for-mingo' of... · 81393214
      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:
      
        * Add an option in 'perf script' to print the source line number, from Adrian Hunter
      
        * Add --header/--header-only options to 'script' and 'report', the default is not
          tho show the header info, but as this has been the default for some time,
          leave a single line explaining how to obtain that information, from Jiri Olsa.
      
        * Fix symoff printing in callchains in 'perf script', from Adrian Hunter.
      
        * Assorted mmap_pages handling fixes, from Adrian Hunter.
      
        * Fix summary percentage when processing files in 'perf trace', from David Ahern.
      
        * Handle old kernels where the "raw_syscalls" tracepoints were called plan "syscalls",
          in 'perf trace', from David Ahern.
      
        * Several man pages typo fixes from Dongsheng Yang.
      
        * Add '-v' option to 'perf kvm', from Dongsheng Yang.
      
        * Make perf kvm diff support --guestmount, from Dongsheng Yang.
      
        * Get rid of several die() calls in libtraceevent, from Namhyung Kim.
      
        * Use basename() in a more robust way, to avoid problems related to different
          system library implementations for that function, from Stephane Eranian.
      
        * Remove open coded management of short_name_allocated member, from Adrian Hunter
      
        * Several cleanups in the "dso" methods, constifying some parameters and
          renaming some fields to clarify its purpose. (Arnaldo Carvalho de Melo.)
      
        * Add per-feature check flags, fixing libunwind related build problems on some
          architectures, from Jean Pihet.
      Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
      Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
      81393214
  3. 10 Dec, 2013 14 commits
  4. 09 Dec, 2013 4 commits