diff options
| author | 2021-01-15 12:48:43 +0200 | |
|---|---|---|
| committer | 2021-01-15 12:48:43 +0200 | |
| commit | 715a1284d89a740b197b3bad5eb20d36a397382f (patch) | |
| tree | 07ad2960ab66e56b3d1e151036262019a18e3df1 /tools/perf/python | |
| parent | ARM: dts; gta04: SPI panel chip select is active low (diff) | |
| parent | ARM: OMAP2+: Fix suspcious RCU usage splats for omap_enter_idle_coupled (diff) | |
Merge branch 'cpuidle-fix' into fixes
Diffstat (limited to 'tools/perf/python')
| -rwxr-xr-x | tools/perf/python/tracepoint.py | 2 | ||||
| -rwxr-xr-x | tools/perf/python/twatch.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/python/tracepoint.py b/tools/perf/python/tracepoint.py index eb76f6516247..461848c7f57d 100755 --- a/tools/perf/python/tracepoint.py +++ b/tools/perf/python/tracepoint.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/env python # SPDX-License-Identifier: GPL-2.0 # -*- python -*- # -*- coding: utf-8 -*- diff --git a/tools/perf/python/twatch.py b/tools/perf/python/twatch.py index ff87ccf5b708..04f3db29b9bc 100755 --- a/tools/perf/python/twatch.py +++ b/tools/perf/python/twatch.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/env python # SPDX-License-Identifier: GPL-2.0-only # -*- python -*- # -*- coding: utf-8 -*- |
