OSDN Git Service

perf scripts python: exported-sql-viewer.py: Add top calls report
authorAdrian Hunter <adrian.hunter@intel.com>
Fri, 22 Feb 2019 07:27:28 +0000 (09:27 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 22 Feb 2019 19:52:07 +0000 (16:52 -0300)
commitcd358012ba20d4193c225d89cd1d0c11bc54b1bc
treefb598c601d41d7b0db13966ea2f1e94ae6ec6901
parentfc2c77aa8437855d2992d3f3c6a1dff681789a07
perf scripts python: exported-sql-viewer.py: Add top calls report

Add a new report to display top calls by elapsed time. It displays calls
in descending order of time elapsed between when the function was called
and when it returned.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/scripts/python/exported-sql-viewer.py