Files
bpf-developer-tutorial/src/30-openssl/openssl.bpf.h
2023-07-28 20:01:49 +08:00

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