Files
bpf-developer-tutorial/30-openssl/openssl.bpf.h

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