OSDN Git Service

bpftool: Remove unused struct event_ring_info
authorYuan Can <yuancan@huawei.com>
Wed, 28 Sep 2022 09:04:40 +0000 (09:04 +0000)
committerAndrii Nakryiko <andrii@kernel.org>
Fri, 30 Sep 2022 21:09:05 +0000 (14:09 -0700)
commitf95a479797dc2c65fdf2809a7c388e7a9e2bc853
tree9f226e24b1c63834518d64645222548e9150b716
parentd863f42930db35e82f47e4b4c78531a2b8d396ae
bpftool: Remove unused struct event_ring_info

After commit 9b190f185d2f ("tools/bpftool: switch map event_pipe to
libbpf's perf_buffer"), struct event_ring_info is not used any more and
can be removed as well.

Signed-off-by: Yuan Can <yuancan@huawei.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20220928090440.79637-3-yuancan@huawei.com
tools/bpf/bpftool/map_perf_ring.c