perf db-export: Export comm before exporting thread
authorAdrian Hunter <adrian.hunter@intel.com>
Wed, 10 Jul 2019 08:57:54 +0000 (11:57 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 10 Jul 2019 15:12:25 +0000 (12:12 -0300)
commit6319790bcf825bcc4cd9bf01f01ae404a2fb7da8
tree4e4a7810941fcf51b8356d3c45c2466d35590900
parent19207d86940db9dad5f2e0a270a2490f7da451e3
perf db-export: Export comm before exporting thread

Export comm before exporting the non-main thread because
db_export__thread() also exports the comm_thread.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lkml.kernel.org/r/20190710085810.1650-6-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/db-export.c