Searched refs:GetImageProfileResult (Results 1 – 8 of 8) sorted by relevance
/haiku/src/bin/debug/profile/ |
H A D | SummaryProfileResult.cpp | 108 SummaryProfileResult::GetImageProfileResult(SharedImage* image, image_id id, in GetImageProfileResult() function in SummaryProfileResult 116 status_t error = fResult->GetImageProfileResult(image, fNextImageID++, in GetImageProfileResult()
|
H A D | BasicProfileResult.h | 44 virtual status_t GetImageProfileResult(SharedImage* image,
|
H A D | CallgrindProfileResult.h | 78 virtual status_t GetImageProfileResult(SharedImage* image,
|
H A D | SummaryProfileResult.h | 74 virtual status_t GetImageProfileResult(SharedImage* image,
|
H A D | ProfileResult.h | 84 virtual status_t GetImageProfileResult(SharedImage* image,
|
H A D | Thread.cpp | 144 status_t error = fProfileResult->GetImageProfileResult( in AddImage()
|
H A D | CallgrindProfileResult.cpp | 278 CallgrindProfileResult::GetImageProfileResult(SharedImage* image, image_id id, in GetImageProfileResult() function in CallgrindProfileResult
|
H A D | BasicProfileResult.cpp | 263 BasicProfileResult::GetImageProfileResult(SharedImage* image, image_id id, in GetImageProfileResult() function in BasicProfileResult
|