Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp88 struct CallChain { struct
116 CallChain* GetCallChainOfCurrentSample(ReportLib* report_lib) EXPORT;
163 CallChain* GetCallChainOfCurrentSample() { return &current_callchain_; } in GetCallChainOfCurrentSample()
186 CallChain current_callchain_;
512 CallChain* GetCallChainOfCurrentSample(ReportLib* report_lib) { in GetCallChainOfCurrentSample()