Home
last modified time | relevance | path

Searched refs:StartBPFLogReader (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/hiebpf/include/
Dbpf_controller.h114 inline int StartBPFLogReader() in StartBPFLogReader() function
/developtools/profiler/hiebpf/src/
Dbpf_controller.cpp455 CHECK_TRUE(StartBPFLogReader() == 0, -1, "failed to start BPF log reader"); in Start()