Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DCallChainJoiner.cpp321 stat_.chain_count++; in AddCallChain()
326 if (stat_.chain_count == 0u) { in JoinCallChains()
352 for (size_t i = 0; i < stat_.chain_count; ++i) { in JoinCallChains()
362 stat_.before_join_node_count += ips.size(); in JoinCallChains()
368 stat_.after_join_node_count += ips.size(); in JoinCallChains()
369 stat_.after_join_max_chain_length = std::max(stat_.after_join_max_chain_length, ips.size()); in JoinCallChains()
383 if (next_chain_index_ == stat_.chain_count * 2) { in GetNextCallChain()
413 LOG(DEBUG) << " call_chain_count: " << stat_.chain_count; in DumpStat()
414 LOG(DEBUG) << " before_join_node_count: " << stat_.before_join_node_count; in DumpStat()
415 if (stat_.chain_count > 0u) { in DumpStat()
[all …]
DRecordReadThread.cpp512 stat_.lost_samples++; in PushRecordToRecordBuffer()
559 stat_.cut_stack_samples++; in PushRecordToRecordBuffer()
562 stat_.lost_samples++; in PushRecordToRecordBuffer()
574 stat_.lost_samples++; in PushRecordToRecordBuffer()
576 stat_.lost_non_samples++; in PushRecordToRecordBuffer()
596 stat_.lost_aux_data_size += aux_size; in ReadAuxDataFromKernelBuffer()
611 stat_.aux_data_size += aux_size; in ReadAuxDataFromKernelBuffer()
DRecordReadThread.h154 const RecordStat& GetStat() const { return stat_; } in GetStat()
211 RecordStat stat_; variable
DCallChainJoiner.h167 const Stat& GetStat() { return stat_; } in GetStat()
176 Stat stat_; variable
Dcmd_debug_unwind.cpp236 if (!GetMemStat(&stat_.mem_before_unwinding)) { in Process()
243 if (!GetMemStat(&stat_.mem_after_unwinding)) { in Process()
246 stat_.Dump(out_fp_); in Process()
286 stat_.AddUnwindingResult(unwinder_->GetUnwindingResult()); in UnwindRecord()
338 UnwindingStat stat_; member in simpleperf::__anonc541a1a50111::SampleUnwinder