Home
last modified time | relevance | path

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

/external/bcc/src/cc/usdt/
Dusdt.cc94 std::string procmem = tfm::format("/proc/%d/mem", pid_.value()); in add_to_semaphore() local
95 int memfd = ::open(procmem.c_str(), O_RDWR); in add_to_semaphore()