mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-22 01:03:07 +00:00
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:
parent
f039ce22e8
commit
45f7f6dce1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user