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
115 CallChain* GetCallChainOfCurrentSample(ReportLib* report_lib) EXPORT;
161 CallChain* GetCallChainOfCurrentSample() { return &current_callchain_; } in GetCallChainOfCurrentSample()
184 CallChain current_callchain_;
488 CallChain* GetCallChainOfCurrentSample(ReportLib* report_lib) { in GetCallChainOfCurrentSample()