diff options
author | Adrian Hunter <adrian.hunter@intel.com> | 2018-10-01 02:28:46 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2018-10-23 13:26:44 -0400 |
commit | 031c2a004ba75a4f8f2a6d0a7ca6f2fe5912de22 (patch) | |
tree | e8795e96609efbad3bf294a4d4d270a47778f0b7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 341e73cbd3019d350d1271803b45d84af88f2408 (diff) |
perf scripts python: call-graph-from-sql.py: Rename to exported-sql-viewer.py
Additional reports will be added to the script so rename to reflect the
more general purpose.
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lkml.kernel.org/r/20181001062853.28285-13-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
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 e46f51b17513..0564dd7377f2 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 | |||
59 | # pt_example=# \q | 59 | # pt_example=# \q |
60 | # | 60 | # |
61 | # An example of using the database is provided by the script | 61 | # An example of using the database is provided by the script |
62 | # call-graph-from-sql.py. Refer to that script for details. | 62 | # exported-sql-viewer.py. Refer to that script for details. |
63 | # | 63 | # |
64 | # Tables: | 64 | # Tables: |
65 | # | 65 | # |