HomeSort by relevance Sort by last modified time
    Searched full:print_callgraph_ (Results 1 - 2 of 2) sorted by null

  /system/extras/simpleperf/
cmd_kmem.cpp 317 print_callgraph_(false),
343 bool print_callgraph_; member in class:__anon3014::KmemCommand
405 print_callgraph_ = true;
508 if (print_callgraph_) {
548 accumulate_callchain_, print_callgraph_, !callgraph_show_callee_);
602 slab_sample_tree_sorter_->Sort(slab_sample_tree_.samples, print_callgraph_);
cmd_report.cpp 422 print_callgraph_(false),
461 bool print_callgraph_; member in class:__anon3016::ReportCommand
534 print_callgraph_ = true;
713 if (print_callgraph_) {
739 if (print_callgraph_) {
854 sample_tree_builder_options_.build_callchain = print_callgraph_;
870 sample_tree_sorter_->Sort(sample_tree_.back().samples, print_callgraph_);
    [all...]

Completed in 176 milliseconds