| .. | .. |
|---|
| 1 | | -#! /usr/bin/python |
|---|
| 1 | +#! /usr/bin/env python |
|---|
| 2 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 2 | 3 | # -*- python -*- |
|---|
| 3 | 4 | # -*- coding: utf-8 -*- |
|---|
| 4 | 5 | # twatch - Experimental use of the perf python interface |
|---|
| 5 | 6 | # Copyright (C) 2011 Arnaldo Carvalho de Melo <acme@redhat.com> |
|---|
| 6 | 7 | # |
|---|
| 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. |
|---|
| 15 | 8 | |
|---|
| 16 | 9 | import perf |
|---|
| 17 | 10 | |
|---|