From 1e6df40b89d71db918c4a1d61dd92a9ceb728f52 Mon Sep 17 00:00:00 2001 From: Sasha Goldshtein Date: Mon, 30 Jan 2017 07:40:42 +0000 Subject: [PATCH] cpudist: remove unused Tracepoint import --- tools/cpudist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cpudist.py b/tools/cpudist.py index 152596f..47658c0 100755 --- a/tools/cpudist.py +++ b/tools/cpudist.py @@ -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 -- 2.7.4