Searched refs:interval_usec (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | DNB.h | 113 uint64_t interval_usec,
|
H A D | DNB.cpp | 1345 uint64_t interval_usec, in DNBProcessSetEnableAsyncProfiling() argument 1349 procSP->SetEnableAsyncProfiling(enable, interval_usec, scan_type); in DNBProcessSetEnableAsyncProfiling()
|
H A D | RNBRemote.cpp | 4403 uint64_t interval_usec = 0; in HandlePacket_SetEnableAsyncProfiling() local 4411 interval_usec = strtoul(value.c_str(), NULL, 10); in HandlePacket_SetEnableAsyncProfiling() 4421 if (interval_usec == 0) { in HandlePacket_SetEnableAsyncProfiling() 4425 DNBProcessSetEnableAsyncProfiling(pid, enable, interval_usec, scan_type); in HandlePacket_SetEnableAsyncProfiling()
|
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachProcess.mm | 1401 void MachProcess::SetEnableAsyncProfiling(bool enable, uint64_t interval_usec, 1404 m_profile_interval_usec = static_cast<useconds_t>(interval_usec);
|