perf scripts python: exported-sql-viewer.py: Use new 'has_calls' column
authorAdrian Hunter <adrian.hunter@intel.com>
Wed, 10 Jul 2019 08:58:05 +0000 (11:58 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 10 Jul 2019 15:31:25 +0000 (12:31 -0300)
commit26c11206f433ea507a7541f48cb472b85870577e
treeed70c6058e8bc66f166d675d18dd536519137078
parent266887291cac7f4020b5c83d2af9a13aece44a74
perf scripts python: exported-sql-viewer.py: Use new 'has_calls' column

If the new 'has_calls' column is present, use it with the call graph and
call tree to select only comms that have calls.

Committer testing:

Just started the exported-sql-view.py and accessed all the reports, no
backtraces.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lkml.kernel.org/r/20190710085810.1650-17-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/scripts/python/exported-sql-viewer.py