X-Git-Url: https://repo.jachan.dev/linux.git/blobdiff_plain/93335e5911dbffccd3b74c4d214268c0fd2bc1b0..ab6e1f378f546b0caa616ac0fcc730725cc2d222:/tools/perf/scripts/python/export-to-sqlite.py 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