We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RINGBUFFER_NAME
1 parent 59746ff commit 04c7e8aCopy full SHA for 04c7e8a
fact/src/bpf.rs
@@ -88,7 +88,6 @@ impl Bpf {
88
}
89
90
fn take_ringbuffer(&mut self) -> anyhow::Result<RingBuf<MapData>> {
91
- const RINGBUFFER_NAME: &str = "rb";
92
let ringbuf = match self.obj.take_map(RINGBUFFER_NAME) {
93
Some(r) => r,
94
None => bail!("Ring buffer not found"),
0 commit comments