Searched refs:map_path (Results 1 – 3 of 3) sorted by relevance
48 std::string map_path; member53 auto map_path = args.map_path; in doPoll() local63 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() local118 map_path, resolved_task.value().task_config.duration_seconds()}; in main()120 << map_path; in main()
78 std::vector<int32_t> pollRingBuf(const char *map_path, int timeout_ms) { in pollRingBuf() argument79 auto result = android::bpf::BpfRingbuf<uint64_t>::Create(map_path); in pollRingBuf()89 std::vector<int32_t> consumeRingBuf(const char *map_path) { in consumeRingBuf() argument90 auto result = android::bpf::BpfRingbuf<uint64_t>::Create(map_path); in consumeRingBuf()97 void printRingBuf(const char *map_path) { in printRingBuf() argument98 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()
26 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);