#include <bpf/vmlinux.h>
#include <bpf/bpf_helpers.h>
#include "logging_types.h"
#include "shared_rust_types.h"
Go to the source code of this file.
|
|
#define | DEFAULT_RINGBUF_SIZE (256 * 1024) |
| | 256KB is the default, but can be set in the skeleton before load
|
| |
|
| u32 | log_level |
| | Defined in each .bpf.c file. Specifies which logs to output to the ringbuf.
|
| |
| struct log_ringbuf | log_ringbuf |
| | Defined in each .bpf.c file. Specifies the ringbuf map to output logs to.
|
| |
◆ log_level
Defined in each .bpf.c file. Specifies which logs to output to the ringbuf.
Defined in each .bpf.c file. Specifies which logs to output to the ringbuf.
◆ log_ringbuf
Defined in each .bpf.c file. Specifies the ringbuf map to output logs to.
Defined in each .bpf.c file. Specifies the ringbuf map to output logs to.
logs data back to userspace