summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorAdrian Hunter2018-10-01 08:28:46 +0200
committerArnaldo Carvalho de Melo2018-10-23 19:26:44 +0200
commit031c2a004ba75a4f8f2a6d0a7ca6f2fe5912de22 (patch)
treee8795e96609efbad3bf294a4d4d270a47778f0b7 /tools/perf/scripts/python/export-to-sqlite.py
parentperf scripts python: call-graph-from-sql.py: Refactor TreeItem class (diff)
downloadkernel-qcow2-linux-031c2a004ba75a4f8f2a6d0a7ca6f2fe5912de22.tar.gz
kernel-qcow2-linux-031c2a004ba75a4f8f2a6d0a7ca6f2fe5912de22.tar.xz
kernel-qcow2-linux-031c2a004ba75a4f8f2a6d0a7ca6f2fe5912de22.zip
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-sqlite.py')
-rw-r--r--tools/perf/scripts/python/export-to-sqlite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/scripts/python/export-to-sqlite.py b/tools/perf/scripts/python/export-to-sqlite.py
index e4bb82c8aba9..245caf2643ed 100644
--- a/tools/perf/scripts/python/export-to-sqlite.py
+++ b/tools/perf/scripts/python/export-to-sqlite.py
@@ -40,7 +40,7 @@ import datetime
# sqlite> .quit
#
# An example of using the database is provided by the script
-# call-graph-from-sql.py. Refer to that script for details.
+# exported-sql-viewer.py. Refer to that script for details.
#
# The database structure is practically the same as created by the script
# export-to-postgresql.py. Refer to that script for details. A notable