Home
last modified time | relevance | path

Searched refs:BasicImageProfileResult (Results 1 – 2 of 2) sorted by relevance

/haiku/src/bin/debug/profile/
H A DBasicProfileResult.cpp37 BasicImageProfileResult::BasicImageProfileResult(SharedImage* image, in BasicImageProfileResult() function in BasicImageProfileResult
47 BasicImageProfileResult::~BasicImageProfileResult() in ~BasicImageProfileResult()
53 BasicImageProfileResult::Init() in Init()
67 BasicImageProfileResult::AddHit(addr_t address) in AddHit()
81 BasicImageProfileResult::AddUnknownHit() in AddUnknownHit()
89 BasicImageProfileResult::AddSymbolHit(int32 symbolIndex) in AddSymbolHit()
96 BasicImageProfileResult::AddImageHit() in AddImageHit()
103 BasicImageProfileResult::SymbolHits() const in SymbolHits()
110 BasicImageProfileResult::UnknownHits() const in UnknownHits()
148 BStackOrHeapArray<BasicImageProfileResult*, 128> images(container->CountImages()); in PrintResults()
[all …]
H A DBasicProfileResult.h12 class BasicImageProfileResult : public ImageProfileResult,
13 public DoublyLinkedListLinkImpl<BasicImageProfileResult> {
15 BasicImageProfileResult(SharedImage* image,
17 virtual ~BasicImageProfileResult();