Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Dcmd_monitor.cpp145 sample_record_count_(0), in MonitorCommand()
186 uint64_t sample_record_count_; member in simpleperf::__anone0477bd70110::MonitorCommand
297 LOG(ERROR) << "Processed samples: " << sample_record_count_; in DoMonitoring()
521 sample_record_count_++; in ProcessRecord()
H A Dcmd_record.cpp317 sample_record_count_(0), in RecordCommand()
406 uint64_t sample_record_count_; member in simpleperf::__anon08ce178e0110::RecordCommand
760 LOG(INFO) << "Samples recorded: " << sample_record_count_ << cut_samples in PostProcessRecording()
765 if (sample_record_count_ + lost_record_count_ != 0) { in PostProcessRecording()
767 static_cast<double>(lost_record_count_) / (lost_record_count_ + sample_record_count_); in PostProcessRecording()
1420 sample_record_count_++; in SaveRecordAfterUnwinding()
1439 sample_record_count_++; in SaveRecordWithoutUnwinding()
1683 sample_record_count_ = 0; in PostUnwindRecords()