iovisor / bcc

BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
Apache License 2.0
20.36k stars 3.86k forks source link

libbpf-tools: Allow to install apps with prefixed names #4848

Closed jirutka closed 9 months ago

jirutka commented 9 months ago

Fedora adds prefix bpf- to the tool names, mainly to distinguish them from the old tools written in Python. Alpine Linux is going to do the same, but for a slightly different reason - there are dozens of these tools, so it's a good idea to add them a common prefix, to make it easier to recognize them among all other commands.

See-Also: https://github.com/iovisor/bcc/pull/3263

See-Also: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/35688

chenhengqi commented 9 months ago

cc @anakryiko