Searched refs:GetAsyncProfileData (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/macosx/profile_vrs_detach/ |
| H A D | TestDetachVrsProfile.py | 46 str = process.GetAsyncProfileData(1000)
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBProcess.h | 66 size_t GetAsyncProfileData(char *dst, size_t dst_len) const;
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBProcess.i | 95 GetAsyncProfileData(char *dst, size_t dst_len) const;
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachProcess.h | 214 size_t GetAsyncProfileData(char *buf, size_t buf_size);
|
| H A D | MachProcess.mm | 2566 size_t MachProcess::GetAsyncProfileData(char *buf, size_t buf_size) { function
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBProcess.cpp | 286 size_t SBProcess::GetAsyncProfileData(char *dst, size_t dst_len) const { in GetAsyncProfileData() function in SBProcess 293 bytes_read = process_sp->GetAsyncProfileData(dst, dst_len, error); in GetAsyncProfileData()
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | Process.h | 2001 virtual size_t GetAsyncProfileData(char *buf, size_t buf_size, Status &error);
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | DNB.cpp | 1667 return procSP->GetAsyncProfileData(buf, buf_size); in DNBProcessGetAvailableProfileData()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Process.cpp | 4255 size_t Process::GetAsyncProfileData(char *buf, size_t buf_size, Status &error) { in GetAsyncProfileData() function in Process
|