perf scripts python: Fix query in call-graph-from-postgresql.py
authorAdrian Hunter <adrian.hunter@intel.com>
Thu, 3 Aug 2017 08:31:27 +0000 (11:31 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 15 Aug 2017 19:06:20 +0000 (16:06 -0300)
commit2295e9f850b0efbc57c81fccdd8bd8d26fe10029
tree3d90d1f63677bfe3087519ffcc62e0ce17a74fc8
parentc8a827285c33e7a19e81dfbff2740e1e67ca42df
perf scripts python: Fix query in call-graph-from-postgresql.py

Add a missing space which seemed not to affect PostgreSQL but upsets
SQLite.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Link: http://lkml.kernel.org/r/1501749090-20357-3-git-send-email-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/scripts/python/call-graph-from-postgresql.py