Searched refs:scan_type (Results 1 – 5 of 5) sorted by relevance
113 DNBProfileDataScanType scan_type) DNB_EXPORT;
4370 DNBProfileDataScanType scan_type = eProfileAll; in HandlePacket_GetProfileData() local4378 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() local4412 scan_type = (DNBProfileDataScanType)int_value; in HandlePacket_SetEnableAsyncProfiling()4421 DNBProcessSetEnableAsyncProfiling(pid, enable, interval_usec, scan_type); in HandlePacket_SetEnableAsyncProfiling()
1338 DNBProfileDataScanType scan_type) { in DNBProcessSetEnableAsyncProfiling() argument1341 procSP->SetEnableAsyncProfiling(enable, interval_usec, scan_type); in DNBProcessSetEnableAsyncProfiling()
208 DNBProfileDataScanType scan_type);
1396 DNBProfileDataScanType scan_type) {1399 m_profile_scan_type = scan_type;