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 __anoncbe18e6d0111::KmemCommand
405 print_callgraph_ = true; in ParseOptions()
508 if (print_callgraph_) { in PrepareToBuildSampleTree()
548 accumulate_callchain_, print_callgraph_, !callgraph_show_callee_, in PrepareToBuildSampleTree()
603 slab_sample_tree_sorter_->Sort(slab_sample_tree_.samples, print_callgraph_); in ReadSampleTreeFromRecordFile()
Dcmd_report.cpp350 print_callgraph_(false), in ReportCommand()
384 bool print_callgraph_; member in __anon235bfe9f0111::ReportCommand
448 print_callgraph_ = true; in ParseOptions()
627 if (print_callgraph_) { in ParseOptions()
734 sample_tree_builder_options_.build_callchain = print_callgraph_; in ReadSampleTreeFromRecordFile()
749 sample_tree_sorter_->Sort(sample_tree_.back().samples, print_callgraph_); in ReadSampleTreeFromRecordFile()