aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAdrian Hunter <[email protected]>2018-10-01 06:28:42 +0000
committerArnaldo Carvalho de Melo <[email protected]>2018-10-23 17:23:41 +0000
commite99ef8141a6d97abaf47647cfd0034769144d080 (patch)
tree90cec69c5f2683e65fa1f354cab9f9119385bd41 /tools/perf/scripts/python
parentperf scripts python: call-graph-from-sql.py: Add a class for global data (diff)
downloadkernel-e99ef8141a6d97abaf47647cfd0034769144d080.tar.gz
kernel-e99ef8141a6d97abaf47647cfd0034769144d080.zip
perf scripts python: call-graph-from-sql.py: Remove use of setObjectName()
The object name is never used, so don't bother setting it. Signed-off-by: Adrian Hunter <[email protected]> Cc: Andi Kleen <[email protected]> Cc: Jiri Olsa <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
-rw-r--r--tools/perf/scripts/python/call-graph-from-sql.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/scripts/python/call-graph-from-sql.py b/tools/perf/scripts/python/call-graph-from-sql.py
index 0a4dc13d4818..65c18e351bc4 100644
--- a/tools/perf/scripts/python/call-graph-from-sql.py
+++ b/tools/perf/scripts/python/call-graph-from-sql.py
@@ -269,7 +269,6 @@ class MainWindow(QMainWindow):
self.glb = glb
- self.setObjectName("MainWindow")
self.setWindowTitle("Call Graph: " + glb.dbname)
self.move(100, 100)
self.resize(800, 600)