summaryrefslogtreecommitdiffstats
path: root/collectors/ebpf.plugin/ebpf_unittest.h
blob: 429cbe6288dd6cc1d47b0da004c4375d3bbfe52e (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef NETDATA_EBPF_PLUGIN_UNITTEST_H_
# define NETDATA_EBPF_PLUGIN_UNITTEST_H_ 1

#include "ebpf.h"

void ebpf_ut_initialize_structure(netdata_run_mode_t mode);
int ebpf_ut_load_real_binary();
int ebpf_ut_load_fake_binary();
void ebpf_ut_cleanup_memory();
#endif