Searched refs:calledFunctions (Results 1 - 2 of 2) sorted by relevance

/haiku/src/bin/debug/profile/
H A DCallgrindProfileResult.cpp37 = fFunctions[i].calledFunctions) {
38 fFunctions[i].calledFunctions = calledFunction->next;
71 CallgrindCalledFunction* calledFunction = function.calledFunctions;
87 calledFunction->next = function.calledFunctions;
88 function.calledFunctions = calledFunction;
226 if (function.hits == 0 && function.calledFunctions == NULL)
234 CallgrindCalledFunction* calledFunction = function.calledFunctions;
H A DCallgrindProfileResult.h36 CallgrindCalledFunction* calledFunctions; member in struct:CallgrindFunction

Completed in 32 milliseconds