Home
last modified time | relevance | path

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

/dports/devel/kcachegrind/kcachegrind-21.12.3/libcore/
H A Dtracedata.h853 const TraceInstrCallList& instrCalls() const { return _instrCalls; } in instrCalls() function
898 const TraceInstrCallList& instrCalls() const { return _instrCalls; } in instrCalls() function
/dports/devel/kcachegrind/kcachegrind-21.12.3/libviews/
H A Dinstrview.cpp1039 foreach(TraceInstrCall* ic, currInstr->instrCalls()) { in fillInstrRange()