Home
last modified time | relevance | path

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

/system/extras/simpleperf/app_api/cpp/
Dsimpleperf.cpp50 bool fp_callgraph = false; member in simpleperf::RecordOptionsImpl
87 impl_->fp_callgraph = false; in RecordDwarfCallGraph()
92 impl_->fp_callgraph = true; in RecordFramePointerCallGraph()
140 } else if (impl_->fp_callgraph) { in ToRecordArgs()