]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'perf-urgent-for-mingo-5.4-20191105' of git://git.kernel.org/pub/scm/linux...
authorThomas Gleixner <tglx@linutronix.de>
Wed, 6 Nov 2019 18:10:41 +0000 (19:10 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 6 Nov 2019 18:10:41 +0000 (19:10 +0100)
commitc73038bcc7e01ec5ffa89a1971023bb59c92fde8
tree40fb9fe4376ba0524b291a2838b25925c4bd18a4
parent45b3adef20f16156fbdf4f1ca12b1f5de518f8ea
parent4d123c40f991ac898d52f54b18245e2547fd1757
Merge tag 'perf-urgent-for-mingo-5.4-20191105' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent

Pull perf fixes from Arnaldo Carvalho de Melo:

perf report/top:

  Jiri Olsa:

  - Fix time sorting for big numbers, i.e.:

    perf report -s time -F time,overhead --stdio

  was failing because the sort comparision routine was returning 'int' while
  that particular -s key was int64_t, fix it.

perf scripting engines:

  Steven Rostedt (VMware):

  - Iterate on tep event arrays directly, fixing a bug when generating python/perl
    source code from a perf.data file with more than one tracepoint event.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>