Home
last modified time | relevance | path

Searched refs:GetAsyncProfileData (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/lldb/test/API/macosx/profile_vrs_detach/
DTestDetachVrsProfile.py48 str = process.GetAsyncProfileData(1000)
/external/llvm-project/lldb/include/lldb/API/
DSBProcess.h66 size_t GetAsyncProfileData(char *dst, size_t dst_len) const;
/external/llvm-project/lldb/bindings/interface/
DSBProcess.i97 GetAsyncProfileData(char *dst, size_t dst_len) const;
/external/llvm-project/lldb/source/API/
DSBProcess.cpp301 size_t SBProcess::GetAsyncProfileData(char *dst, size_t dst_len) const { in GetAsyncProfileData() function in SBProcess
302 LLDB_RECORD_CHAR_PTR_METHOD_CONST(size_t, SBProcess, GetAsyncProfileData, in GetAsyncProfileData()
309 bytes_read = process_sp->GetAsyncProfileData(dst, dst_len, error); in GetAsyncProfileData()
1445 LLDB_REGISTER_CHAR_PTR_METHOD_CONST(size_t, SBProcess, GetAsyncProfileData); in RegisterMethods()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h207 size_t GetAsyncProfileData(char *buf, size_t buf_size);
DMachProcess.mm2541 size_t MachProcess::GetAsyncProfileData(char *buf, size_t buf_size) { function
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h2013 virtual size_t GetAsyncProfileData(char *buf, size_t buf_size, Status &error);
/external/llvm-project/lldb/tools/debugserver/source/
DDNB.cpp1658 return procSP->GetAsyncProfileData(buf, buf_size); in DNBProcessGetAvailableProfileData()
/external/llvm-project/lldb/source/Target/
DProcess.cpp4367 size_t Process::GetAsyncProfileData(char *buf, size_t buf_size, Status &error) { in GetAsyncProfileData() function in Process