Home
last modified time | relevance | path

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

/haiku/src/bin/debug/profile/
H A DCallgrindProfileResult.h34 struct CallgrindFunction { struct
55 inline CallgrindFunction* Functions() const; argument
61 CallgrindFunction* fFunctions;
H A DCallgrindProfileResult.cpp52 fFunctions = new(std::nothrow) CallgrindFunction[symbolCount]; in Init()
56 memset(fFunctions, 0, sizeof(CallgrindFunction) * symbolCount); in Init()
69 CallgrindFunction& function = fFunctions[symbolIndex]; in AddSymbolHit()
98 CallgrindFunction*
231 CallgrindFunction* functions = image->Functions(); in PrintResults()
234 CallgrindFunction& function = functions[k]; in PrintResults()
323 CallgrindFunction& function = image->Functions()[functionIndex]; in _PrintFunction()