Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_kmem.cpp302 callgraph_show_callee_(false), in KmemCommand()
327 bool callgraph_show_callee_; member in simpleperf::__anon71325f810111::KmemCommand
390 callgraph_show_callee_ = true; in ParseOptions()
394 callgraph_show_callee_ = true; in ParseOptions()
396 callgraph_show_callee_ = false; in ParseOptions()
525 !callgraph_show_callee_); in PrepareToBuildSampleTree()
Dcmd_report.cpp469 callgraph_show_callee_(false), in ReportCommand()
510 bool callgraph_show_callee_; member in simpleperf::__anon602564b30111::ReportCommand
631 callgraph_show_callee_ = true; in ParseOptions()
633 callgraph_show_callee_ = false; in ParseOptions()
935 sample_tree_builder_options_.use_caller_as_callchain_root = !callgraph_show_callee_; in ReadSampleTreeFromRecordFile()