Searched refs:interval_usec (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | DNB.h | 112 uint64_t interval_usec,
|
| H A D | DNB.cpp | 1337 uint64_t interval_usec, in DNBProcessSetEnableAsyncProfiling() argument 1341 procSP->SetEnableAsyncProfiling(enable, interval_usec, scan_type); in DNBProcessSetEnableAsyncProfiling()
|
| H A D | RNBRemote.cpp | 4399 uint64_t interval_usec = 0; in HandlePacket_SetEnableAsyncProfiling() local 4407 interval_usec = strtoul(value.c_str(), NULL, 10); in HandlePacket_SetEnableAsyncProfiling() 4417 if (interval_usec == 0) { in HandlePacket_SetEnableAsyncProfiling() 4421 DNBProcessSetEnableAsyncProfiling(pid, enable, interval_usec, scan_type); in HandlePacket_SetEnableAsyncProfiling()
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachProcess.mm | 1395 void MachProcess::SetEnableAsyncProfiling(bool enable, uint64_t interval_usec, 1398 m_profile_interval_usec = static_cast<useconds_t>(interval_usec);
|