Home
last modified time | relevance | path

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

/packages/modules/UprobeStats/src/
DUprobeStats.cpp48 std::string map_path; member
53 auto map_path = args.map_path; in doPoll() local
63 auto result = bpf::pollRingBuf(map_path.c_str(), timeout_ms); in doPoll()
66 << " map_path: " << map_path; in doPoll()
70 LOG(INFO) << "finished polling for map_path: " << map_path; in doPoll()
116 for (auto map_path : map_paths) { in main() local
118 map_path, resolved_task.value().task_config.duration_seconds()}; in main()
120 << map_path; in main()
DBpf.cpp78 std::vector<int32_t> pollRingBuf(const char *map_path, int timeout_ms) { in pollRingBuf() argument
79 auto result = android::bpf::BpfRingbuf<uint64_t>::Create(map_path); in pollRingBuf()
89 std::vector<int32_t> consumeRingBuf(const char *map_path) { in consumeRingBuf() argument
90 auto result = android::bpf::BpfRingbuf<uint64_t>::Create(map_path); in consumeRingBuf()
97 void printRingBuf(const char *map_path) { in printRingBuf() argument
98 auto result = android::bpf::BpfRingbuf<uint64_t>::Create(map_path); in printRingBuf()
101 << " map_path: " << map_path; in printRingBuf()
105 << " map_path: " << map_path; in printRingBuf()
DBpf.h26 std::vector<int32_t> consumeRingBuf(const char *map_path);
28 std::vector<int32_t> pollRingBuf(const char *map_path, int timeout_ms);
30 void printRingBuf(const char *map_path);