From: Thomas Gleixner Date: Wed, 6 Nov 2019 18:10:41 +0000 (+0100) Subject: Merge tag 'perf-urgent-for-mingo-5.4-20191105' of git://git.kernel.org/pub/scm/linux... X-Git-Tag: v5.4-rc7~8^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=485c05351312131f1c7486c623087e66bcacfbc0;p=users%2Fjedix%2Flinux-maple.git 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 --- 485c05351312131f1c7486c623087e66bcacfbc0