Searched refs:sample_record_count_ (Results 1 – 2 of 2) sorted by relevance
145 sample_record_count_(0), in MonitorCommand()186 uint64_t sample_record_count_; member in simpleperf::__anone0477bd70110::MonitorCommand297 LOG(ERROR) << "Processed samples: " << sample_record_count_; in DoMonitoring()521 sample_record_count_++; in ProcessRecord()
317 sample_record_count_(0), in RecordCommand()406 uint64_t sample_record_count_; member in simpleperf::__anon08ce178e0110::RecordCommand760 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()