Re: [PATCH V8 10/25] perf tools: Add example call-graph script

From: Arnaldo Carvalho de Melo
Date: Fri Aug 21 2015 - 11:32:33 EST


Em Fri, Aug 21, 2015 at 12:28:13PM -0300, Arnaldo Carvalho de Melo escreveu:
> > A-ha, this was missing:
> >
> > [root@zoo ~]# rpm -ql qt-postgresql
> > /usr/lib64/qt4/plugins/sqldrivers/libqsqlpsql.so

Adding this to your patch:

diff --git a/tools/perf/scripts/python/export-to-postgresql.py b/tools/perf/scripts/python/export-to-postgresql.py
index 5e939eadacd2..84a32037a80f 100644
--- a/tools/perf/scripts/python/export-to-postgresql.py
+++ b/tools/perf/scripts/python/export-to-postgresql.py
@@ -25,7 +25,7 @@ import datetime
#
# fedora:
#
-# $ sudo yum install postgresql postgresql-server
+# $ sudo yum install postgresql postgresql-server python-pyside qt-postgresql
# $ sudo su - postgres -c initdb
# $ sudo service postgresql start
# $ sudo su - postgres
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/