|
|
@ -94,7 +94,7 @@ async fn main() -> anyhow::Result<()> {
|
|
|
|
// reach for `Bpf::load_file` instead.
|
|
|
|
// reach for `Bpf::load_file` instead.
|
|
|
|
let mut ebpf = aya::Ebpf::load(aya::include_bytes_aligned!(concat!(
|
|
|
|
let mut ebpf = aya::Ebpf::load(aya::include_bytes_aligned!(concat!(
|
|
|
|
env!("OUT_DIR"),
|
|
|
|
env!("OUT_DIR"),
|
|
|
|
"/{{project-name}}"
|
|
|
|
"/{{project-name}}_ebpf"
|
|
|
|
)))?;
|
|
|
|
)))?;
|
|
|
|
if let Err(e) = aya_log::EbpfLogger::init(&mut ebpf) {
|
|
|
|
if let Err(e) = aya_log::EbpfLogger::init(&mut ebpf) {
|
|
|
|
// This can happen if you remove all log statements from your eBPF program.
|
|
|
|
// This can happen if you remove all log statements from your eBPF program.
|
|
|
|