1. 05 12月, 2013 20 次提交
  2. 04 12月, 2013 1 次提交
    • I
      Merge tag 'perf-core-for-mingo' of... · 89e3bbd5
      Ingo Molnar 提交于
      Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
      
      Pull perf/tools improvements and fixes from Arnaldo Carvalho de Melo:
      
        * Honour -m option in 'trace', the tool was offering the option to
          set the mmap size, but wasn't using it when doing the actual mmap
          on the events file descriptors, fix from Jiri Olsa.
      
        * Correct the message in feature-libnuma checking, swowing the right
          devel package names for various distros, from Dongsheng Yang.
      
        * Polish 'readn' function and introduce its counterpart, 'writen', from
          Jiri Olsa.
      
        * Start moving timechart state from global variables to a 'perf_tool' derived
          'timechart' struct.
      Signed-off-by: NArnaldo Carvalho de Melo <acme@redhat.com>
      Signed-off-by: NIngo Molnar <mingo@kernel.org>
      89e3bbd5
  3. 03 12月, 2013 2 次提交
  4. 02 12月, 2013 10 次提交
  5. 30 11月, 2013 1 次提交
    • I
      Merge tag 'perf-core-for-mingo' of... · 0ed1e0be
      Ingo Molnar 提交于
      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:
      
        * Make per-cpu mmaps the default in 'perf record', from Adrian Hunter.
      
        * Default -t/--thread 'perf record' option to no inheritance,
          from Adrian Hunter.
      
        * Make 'perf top -g' refer to callchains, for consistency with other tools,
          from David Ahern.
      
        * Skip ignored symbols while printing callchain, from David Ahern.
      
        * Print callchains and symbols if they exist in 'perf script',
          from David Ahern.
      
        * Remove thread summary coloring in 'perf trace', from Pekka Enberg.
      
        * zsh completion support, from Ramkumar Ramachandra.
      
        * 'perf timechart' improvements, including backtrace support,
          from Stanislav Fomichev.
      
        * Fix using kcore files stored in the buildid cache when doing report/annotate
          in non-live sessions, from Adrian Hunter
      
        * Minor 'timechart' cleanups.
      
        * Fix tags/TAGS targets rebuilding, from Jiri Olsa.
      
        * Add options to show comm, fork, exit and mmap PERF_RECORD_ events in
          'perf script', from Namhyung Kim.
      Signed-off-by: NArnaldo Carvalho de Melo <acme@redhat.com>
      Signed-off-by: NIngo Molnar <mingo@kernel.org>
      0ed1e0be
  6. 28 11月, 2013 6 次提交