1. 18 Mar, 2014 3 commits
    • Ramkumar Ramachandra's avatar
      perf sched: Fixup header alignment in 'latency' output · 80790e0b
      Ramkumar Ramachandra authored
      Before:
      
       ---------------------------------------------------------------------------------------------------------------
        Task                  |   Runtime ms  | Switches | Average delay ms | Maximum delay ms | Maximum delay at     |
       ---------------------------------------------------------------------------------------------------------------
        ...                   |               |          |                  |                  |
        git:24540             |    336.622 ms |       10 | avg:    0.032 ms | max:    0.062 ms | max at: 115610.111046 s
        git:24541             |      0.457 ms |        1 | avg:    0.000 ms | max:    0.000 ms | max at:  0.000000 s
       -----------------------------------------------------------------------------------------
        TOTAL:                |    396.542 ms |      353 |
       ---------------------------------------------------
      
      After:
      
       -----------------------------------------------------------------------------------------------------------------
        Task                  |   Runtime ms  | Switches | Average delay ms | Maximum delay ms | Maximum delay at       |
       -----------------------------------------------------------------------------------------------------------------
        ...                   |               |          |                  |                  |
        git:24540             |    336.622 ms |       10 | avg:    0.032 ms | max:    0.062 ms | max at: 115610.111046 s
        git:24541             |      0.457 ms |        1 | avg:    0.000 ms | max:    0.000 ms | max at:      0.000000 s
       -----------------------------------------------------------------------------------------------------------------
        TOTAL:                |    396.542 ms |      353 |
       ---------------------------------------------------
      Signed-off-by: default avatarRamkumar Ramachandra <artagnon@gmail.com>
      Cc: David Ahern <dsahern@gmail.com>
      Cc: Frederic Weisbecker <fweisbec@gmail.com>
      Cc: Jiri Olsa <jolsa@redhat.com>
      Link: http://lkml.kernel.org/r/1395065901-25740-1-git-send-email-artagnon@gmail.comSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
      80790e0b
    • Ramkumar Ramachandra's avatar
      perf timechart: Fix off-by-one error in 'record' argv handling · 263f89bf
      Ramkumar Ramachandra authored
      Since 367b3152 (perf timechart: Add support for -P and -T in timechart
      recording, 2013-11-01), the 'perf timechart record' command stopped
      working:
      
        $ perf timechart record -- git status
        Workload failed: No such file or directory
      
      This happens because of an off-by-one error while preparing the argv for
      cmd_record(): it attempts to execute the command 'status' and complains
      that it doesn't exist. Fix this error.
      Signed-off-by: default avatarRamkumar Ramachandra <artagnon@gmail.com>
      Acked-by: default avatarStanislav Fomichev <stfomichev@yandex-team.ru>
      Cc: David Ahern <dsahern@gmail.com>
      Cc: Jiri Olsa <jolsa@redhat.com>
      Cc: Namhyung Kim <namhyung@kernel.org>
      Cc: Stanislav Fomichev <stfomichev@yandex-team.ru>
      Link: http://lkml.kernel.org/r/1394985965-2332-1-git-send-email-artagnon@gmail.comSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
      263f89bf
    • Ingo Molnar's avatar
      Merge tag 'perf-core-for-mingo' of... · 0afd2d51
      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:
      
      User visible:
      
        * Add several futex 'perf bench' microbenchmarks (Davidlohr Bueso)
      
        * Speed up thread map generation (Don Zickus)
      
        * Fix synthesizing mmaps for threads (Don Zickus)
      
        * Fix invalid output on event group stdio report  (Namhyung Kim)
      
        * Introduce 'perf kvm --list-cmds' command line option for use by
          scripts (Ramkumar Ramachandra)
      
      Documentation:
      
        * Clarify load-latency information in the 'perf mem' docs (Andi Kleen)
      
        * Clarify x86 register naming in 'perf probe' docs (Andi Kleen)
      
      Refactorings:
      
        * hists browser refactorings to reuse code accross UIs (Namhyung Kim)
      Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
      Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
      0afd2d51
  2. 14 Mar, 2014 17 commits
  3. 12 Mar, 2014 1 commit
  4. 11 Mar, 2014 16 commits
  5. 10 Mar, 2014 3 commits