Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_debug_unwind.cpp224 skip_sample_print_(skip_sample_print) {} in SampleUnwinder()
315 if (!skip_sample_print_) { in UnwindRecord()
352 bool skip_sample_print_; member in simpleperf::__anon7f0d915e0111::SampleUnwinder
645 bool skip_sample_print_ = false; member in simpleperf::__anon7f0d915e0111::DebugUnwindCommand
660 SampleUnwinder sample_unwinder(output_filename_, sample_times_, skip_sample_print_); in Run()
699 skip_sample_print_ = options.PullBoolValue("--skip-sample-print"); in ParseOptions()