Merge tag 'perf-urgent-for-mingo-5.4-20191105' of...
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>
Showing
- tools/perf/util/hist.c 1 addition, 1 deletiontools/perf/util/hist.c
- tools/perf/util/scripting-engines/trace-event-perl.c 6 additions, 2 deletionstools/perf/util/scripting-engines/trace-event-perl.c
- tools/perf/util/scripting-engines/trace-event-python.c 7 additions, 2 deletionstools/perf/util/scripting-engines/trace-event-python.c
- tools/perf/util/trace-event-parse.c 0 additions, 31 deletionstools/perf/util/trace-event-parse.c
- tools/perf/util/trace-event.h 0 additions, 2 deletionstools/perf/util/trace-event.h
Loading
Please register or sign in to comment