Home
last modified time | relevance | path

Searched refs:LIBBPF_NONE (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/hiebpf/test/unittest/
Dbpf_controller_test.cpp65 cfg.LIBBPFLogLevel_ = LIBBPF_NONE;
/developtools/profiler/hiebpf/include/
Dhiebpf_types.h161 LIBBPF_NONE = -10, enumerator
/developtools/profiler/hiebpf/src/
Dhiebpf.cpp332 return LIBBPF_NONE; in GetLIBBPFLogLevelFromFlag()
Dbpf_controller.cpp347 if (config_.LIBBPFLogLevel_ == LIBBPF_NONE) { in ConfigLIBBPFLogger()