Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_kmem.cpp317 print_callgraph_(false), in KmemCommand()
343 bool print_callgraph_; member in __anon93d0ff560111::KmemCommand
405 print_callgraph_ = true; in ParseOptions()
508 if (print_callgraph_) { in PrepareToBuildSampleTree()
548 accumulate_callchain_, print_callgraph_, !callgraph_show_callee_); in PrepareToBuildSampleTree()
602 slab_sample_tree_sorter_->Sort(slab_sample_tree_.samples, print_callgraph_); in ReadSampleTreeFromRecordFile()
Dcmd_report.cpp421 print_callgraph_(false), in ReportCommand()
460 bool print_callgraph_; member in __anona4eb4dc80111::ReportCommand
532 print_callgraph_ = true; in ParseOptions()
701 if (print_callgraph_) { in ParseOptions()
727 if (print_callgraph_) { in ParseOptions()
842 sample_tree_builder_options_.build_callchain = print_callgraph_; in ReadSampleTreeFromRecordFile()
858 sample_tree_sorter_->Sort(sample_tree_.back().samples, print_callgraph_); in ReadSampleTreeFromRecordFile()