diff options
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
-rw-r--r-- | tools/perf/scripts/python/call-graph-from-sql.py | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/tools/perf/scripts/python/call-graph-from-sql.py b/tools/perf/scripts/python/call-graph-from-sql.py index b494a67a1c67..ce1b91fcd6b8 100644 --- a/tools/perf/scripts/python/call-graph-from-sql.py +++ b/tools/perf/scripts/python/call-graph-from-sql.py | |||
@@ -1,15 +1,7 @@ | |||
1 | #!/usr/bin/python2 | 1 | #!/usr/bin/python2 |
2 | # call-graph-from-sql.py: create call-graph from sql database | 2 | # SPDX-License-Identifier: GPL-2.0 |
3 | # Copyright (c) 2014-2017, Intel Corporation. | 3 | # exported-sql-viewer.py: view data from sql database |
4 | # | 4 | # Copyright (c) 2014-2018, Intel Corporation. |
5 | # This program is free software; you can redistribute it and/or modify it | ||
6 | # under the terms and conditions of the GNU General Public License, | ||
7 | # version 2, as published by the Free Software Foundation. | ||
8 | # | ||
9 | # This program is distributed in the hope it will be useful, but WITHOUT | ||
10 | # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
12 | # more details. | ||
13 | 5 | ||
14 | # To use this script you will need to have exported data using either the | 6 | # To use this script you will need to have exported data using either the |
15 | # export-to-sqlite.py or the export-to-postgresql.py script. Refer to those | 7 | # export-to-sqlite.py or the export-to-postgresql.py script. Refer to those |