Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1211219

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

From Arnaldo Carvalho de Melo <acme@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH V8 10/25] perf tools: Add example call-graph script
Date 2015-08-21 17:40 +0200
Message-ID <pZWAa-7LJ-19@gated-at.bofh.it> (permalink)
References (1 earlier) <pNgZI-2Eo-11@gated-at.bofh.it> <pZW78-7dY-25@gated-at.bofh.it> <pZWgO-7p1-7@gated-at.bofh.it> <pZWqu-7Av-19@gated-at.bofh.it> <pZWqu-7Av-27@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: [PATCH V8 10/25] perf tools: Add example call-graph script Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-08-21 17:10 +0200
  Re: [PATCH V8 10/25] perf tools: Add example call-graph script Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-08-21 17:20 +0200
    Re: [PATCH V8 10/25] perf tools: Add example call-graph script Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-08-21 17:30 +0200
      Re: [PATCH V8 10/25] perf tools: Add example call-graph script Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-08-21 17:30 +0200
        Re: [PATCH V8 10/25] perf tools: Add example call-graph script Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-08-21 17:40 +0200
        Re: [PATCH V8 10/25] perf tools: Add example call-graph script Adrian Hunter <adrian.hunter@intel.com> - 2015-08-24 09:10 +0200
          Re: [PATCH V8 10/25] perf tools: Add example call-graph script Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-08-24 22:30 +0200

csiph-web