hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/tools/perf/python/twatch.py
....@@ -1,17 +1,10 @@
1
-#! /usr/bin/python
1
+#! /usr/bin/env python
2
+# SPDX-License-Identifier: GPL-2.0-only
23 # -*- python -*-
34 # -*- coding: utf-8 -*-
45 # twatch - Experimental use of the perf python interface
56 # Copyright (C) 2011 Arnaldo Carvalho de Melo <acme@redhat.com>
67 #
7
-# This application is free software; you can redistribute it and/or
8
-# modify it under the terms of the GNU General Public License
9
-# as published by the Free Software Foundation; version 2.
10
-#
11
-# This application is distributed in the hope that it will be useful,
12
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
13
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
-# General Public License for more details.
158
169 import perf
1710