]> git.baikalelectronics.ru Git - kernel.git/commit
perf scripts python: export-to-sqlite.py: Fix use of parent_id in calls_view
authorAdrian Hunter <adrian.hunter@intel.com>
Tue, 9 Apr 2019 06:25:57 +0000 (09:25 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 16 Apr 2019 14:27:05 +0000 (11:27 -0300)
commit30251c6f4e14ef8905dc3be9644c7a79798e0581
tree6429e18d867d6de4752ddf92454964a376072a0e
parentc159b36ba9b762985ca89dc1a3a4523935fd2087
perf scripts python: export-to-sqlite.py: Fix use of parent_id in calls_view

Fix following error using calls_view:

 Query failed: ambiguous column name: parent_id Unable to execute statement

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Fixes: bd296d2d2815 ("perf scripts python: export-to-sqlite.py: Export calls parent_id")
Link: http://lkml.kernel.org/r/20190409062557.26138-1-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/scripts/python/export-to-sqlite.py