ebpf_unittest.h 265 B

12345678910
  1. #ifndef NETDATA_EBPF_PLUGIN_UNITTEST_H_
  2. # define NETDATA_EBPF_PLUGIN_UNITTEST_H_ 1
  3. #include "ebpf.h"
  4. void ebpf_ut_initialize_structure(netdata_run_mode_t mode);
  5. int ebpf_ut_load_real_binary();
  6. int ebpf_ut_load_fake_binary();
  7. void ebpf_ut_cleanup_memory();
  8. #endif