Skip to content

Commit

Permalink
cpudist: remove unused Tracepoint import
Browse files Browse the repository at this point in the history
  • Loading branch information
goldshtn committed Jan 30, 2017
1 parent b79b589 commit 1e6df40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cpudist.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Licensed under the Apache License, Version 2.0 (the "License")

from __future__ import print_function
from bcc import BPF, Tracepoint
from bcc import BPF
from time import sleep, strftime
import argparse

Expand Down

0 comments on commit 1e6df40

Please sign in to comment.