summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAdrian Hunter2019-04-12 13:38:23 +0200
committerArnaldo Carvalho de Melo2019-05-28 23:37:45 +0200
commitc6aba1bf258ff1ce201f112dafe1bdde601573dd (patch)
treebe825dde698d2afcbc46dc7583757b97c647b428 /tools/perf/scripts/python
parentperf top: Lower message level for failure on synthesizing events for pre-exis... (diff)
downloadkernel-qcow2-linux-c6aba1bf258ff1ce201f112dafe1bdde601573dd.tar.gz
kernel-qcow2-linux-c6aba1bf258ff1ce201f112dafe1bdde601573dd.tar.xz
kernel-qcow2-linux-c6aba1bf258ff1ce201f112dafe1bdde601573dd.zip
perf scripts python: exported-sql-viewer.py: Change python2 to python
Now that there is also support for python3, there is no need to specify python2 explicitly. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Cc: Jiri Olsa <jolsa@redhat.com> Link: http://lkml.kernel.org/r/20190412113830.4126-2-adrian.hunter@intel.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python')
-rwxr-xr-xtools/perf/scripts/python/exported-sql-viewer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/scripts/python/exported-sql-viewer.py b/tools/perf/scripts/python/exported-sql-viewer.py
index affed7d149be..9ff92a130655 100755
--- a/tools/perf/scripts/python/exported-sql-viewer.py
+++ b/tools/perf/scripts/python/exported-sql-viewer.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
# SPDX-License-Identifier: GPL-2.0
# exported-sql-viewer.py: view data from sql database
# Copyright (c) 2014-2018, Intel Corporation.