Move bpf_inspect.py from tools to contrib

We haven't kept up the maintenance of this tool, which goes against the
goal that the tools directory contains maintained, tested tools. Move it
to contrib. If it gets some love, we can always move it back.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
This commit is contained in:
Omar Sandoval 2024-03-11 15:47:20 -07:00
parent f039ce22e8
commit 45f7f6dce1

View File

@ -2,7 +2,7 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
# SPDX-License-Identifier: LGPL-2.1-or-later
# type: ignore
"""List BPF programs or maps and their properties unavailable via kernel API."""
import argparse