Searched refs:CallgrindFunction (Results 1 – 2 of 2) sorted by relevance
34 struct CallgrindFunction { struct55 inline CallgrindFunction* Functions() const; argument61 CallgrindFunction* fFunctions;
52 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()