Searched defs:GetAsyncProfileData (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/API/
H A DSBProcess.cpp393 SBProcess::GetAsyncProfileData(char *dst, size_t dst_len) const function in class:SBProcess
400 bytes_read = process_sp->GetAsyncProfileData (dst, dst_len, error);
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp1401 MachProcess::GetAsyncProfileData (char *buf, size_t buf_size) function in class:MachProcess

Completed in 1662 milliseconds