diff options
| author | Adrian Hunter <[email protected]> | 2017-08-03 08:31:29 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2017-08-15 19:38:06 +0000 |
| commit | 69e6e410f1a1e69cb656e8ebddaae0ba2138b235 (patch) | |
| tree | 56c4a9d1437c7432e9f20c6ca932ace2d9dd6526 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | perf script python: Add support for exporting to sqlite3 (diff) | |
| download | kernel-69e6e410f1a1e69cb656e8ebddaae0ba2138b235.tar.gz kernel-69e6e410f1a1e69cb656e8ebddaae0ba2138b235.zip | |
perf script python: Rename call-graph-from-postgresql.py to call-graph-from-sql.py
Rename call-graph-from-postgresql.py to call-graph-from-sql.py in
preparation for adding support to it for SQLite 3.
Signed-off-by: Adrian Hunter <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
| -rw-r--r-- | tools/perf/scripts/python/export-to-postgresql.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/scripts/python/export-to-postgresql.py b/tools/perf/scripts/python/export-to-postgresql.py index f57811443beb..efcaf6cac2eb 100644 --- a/tools/perf/scripts/python/export-to-postgresql.py +++ b/tools/perf/scripts/python/export-to-postgresql.py @@ -59,7 +59,7 @@ import datetime # pt_example=# \q # # An example of using the database is provided by the script -# call-graph-from-postgresql.py. Refer to that script for details. +# call-graph-from-sql.py. Refer to that script for details. # # Tables: # |
