Searched refs:GetAsyncProfileData (Results 1 – 4 of 4) sorted by relevance
67 size_t GetAsyncProfileData(char *dst, size_t dst_len) const;
332 size_t SBProcess::GetAsyncProfileData(char *dst, size_t dst_len) const { in GetAsyncProfileData() function in SBProcess337 bytes_read = process_sp->GetAsyncProfileData(dst, dst_len, error); in GetAsyncProfileData()
2313 virtual size_t GetAsyncProfileData(char *buf, size_t buf_size, Status &error);
4450 size_t Process::GetAsyncProfileData(char *buf, size_t buf_size, Status &error) { in GetAsyncProfileData() function in Process