mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-02-03 18:24:27 +08:00
11 lines
219 B
C
11 lines
219 B
C
#ifndef OPENSS_TRACE_BPF_H
|
|
#define OPENSS_TRACE_BPF_H
|
|
|
|
//CO:RE is enabled
|
|
#include "headers/vmlinux.h"
|
|
#include <bpf/bpf_core_read.h>
|
|
#include <bpf/bpf_helpers.h>
|
|
#include <bpf/bpf_tracing.h>
|
|
#include "common.h"
|
|
|
|
#endif |