Home
last modified time | relevance | path

Searched refs:pollRingBuf (Results 1 – 3 of 3) sorted by relevance

/packages/modules/UprobeStats/src/
DBpf.h28 std::vector<int32_t> pollRingBuf(const char *map_path, int timeout_ms);
DBpf.cpp78 std::vector<int32_t> pollRingBuf(const char *map_path, int timeout_ms) { in pollRingBuf() function
DUprobeStats.cpp63 auto result = bpf::pollRingBuf(map_path.c_str(), timeout_ms); in doPoll()