tracepoint.py (498495dba268b20e8eadd7fe93c140c68b6cc9d2) tracepoint.py (c25ce589dca10d64dde139ae093abc258a32869c)
1#! /usr/bin/python
1#! /usr/bin/env python
2# SPDX-License-Identifier: GPL-2.0
3# -*- python -*-
4# -*- coding: utf-8 -*-
5
6import perf
7
8class tracepoint(perf.evsel):
9 def __init__(self, sys, name):

--- 39 unchanged lines hidden ---
2# SPDX-License-Identifier: GPL-2.0
3# -*- python -*-
4# -*- coding: utf-8 -*-
5
6import perf
7
8class tracepoint(perf.evsel):
9 def __init__(self, sys, name):

--- 39 unchanged lines hidden ---