aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
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
40# sqlite> .quit 40# sqlite> .quit
41# 41#
42# An example of using the database is provided by the script 42# An example of using the database is provided by the script
43# call-graph-from-sql.py. Refer to that script for details. 43# exported-sql-viewer.py. Refer to that script for details.
44# 44#
45# The database structure is practically the same as created by the script 45# The database structure is practically the same as created by the script
46# export-to-postgresql.py. Refer to that script for details. A notable 46# export-to-postgresql.py. Refer to that script for details. A notable