Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNB.h113 DNBProfileDataScanType scan_type) DNB_EXPORT;
H A DRNBRemote.cpp4370 DNBProfileDataScanType scan_type = eProfileAll; in HandlePacket_GetProfileData() local
4378 scan_type = (DNBProfileDataScanType)int_value; in HandlePacket_GetProfileData()
4383 std::string data = DNBProcessGetProfileData(pid, scan_type); in HandlePacket_GetProfileData()
4400 DNBProfileDataScanType scan_type = eProfileAll; in HandlePacket_SetEnableAsyncProfiling() local
4412 scan_type = (DNBProfileDataScanType)int_value; in HandlePacket_SetEnableAsyncProfiling()
4421 DNBProcessSetEnableAsyncProfiling(pid, enable, interval_usec, scan_type); in HandlePacket_SetEnableAsyncProfiling()
H A DDNB.cpp1338 DNBProfileDataScanType scan_type) { in DNBProcessSetEnableAsyncProfiling() argument
1341 procSP->SetEnableAsyncProfiling(enable, interval_usec, scan_type); in DNBProcessSetEnableAsyncProfiling()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h208 DNBProfileDataScanType scan_type);
H A DMachProcess.mm1396 DNBProfileDataScanType scan_type) {
1399 m_profile_scan_type = scan_type;