Home
last modified time | relevance | path

Searched refs:DNBProcessGetAvailableProfileData (Results 1 – 3 of 3) sorted by relevance

/external/lldb/tools/debugserver/source/
DDNB.h91 nub_size_t DNBProcessGetAvailableProfileData (nub_process_t pid, char *buf, nub_size_t b…
DDNB.cpp1919 DNBProcessGetAvailableProfileData (nub_process_t pid, char *buf, nub_size_t buf_size) in DNBProcessGetAvailableProfileData() function
DRNBRemote.cpp240 count = DNBProcessGetAvailableProfileData(pid, buf, sizeof(buf)); in SendAsyncProfileData()