Home
last modified time | relevance | path

Searched refs:counts (Results 1 - 6 of 6) sorted by relevance

/developtools/profiler/device/plugins/native_hook/src/
H A Dsampling.cpp36 size_t counts = 0; in CalcSamplings() local
41 ++counts; in CalcSamplings()
44 return counts; in CalcSamplings()
/developtools/integration_verification/tools/startup_guard/startup_checker/
H A Dsystem_parameter_rules.py57 counts = 0
60 counts += 1
71 if counts > SystemParameterRule.CONFIG_DAC_MAX_NUM:
/developtools/profiler/tools/smaps_show/src/
H A Dmain.rs35 counts: usize,
44 self.counts += 1; in incress_counts()
149 counts: 0, in print_smaps_core()
169 summary.counts += i.counts; in print_smaps_core()
202 "Counts" => Cell::new_align(format!("{}", i.counts).as_str(), Alignment::RIGHT), in info_to_cell()
215 "Counts" => Cell::new_align(format!("{}", i.counts).as_str(), Alignment::RIGHT), in info_to_cell()
282 counts: 1, in read_smaps()
/developtools/syscap_codec/tools/
H A Dsyscap_collector.py47 counts = Counter(syscaps_list)
48 duplicates = [elem for elem, count in counts.items() if count > 1]
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/arkts/
H A Dpbreader_js_memory_parser.cpp218 std::vector<uint32_t> counts; member
270 v.counts.emplace_back(func->count); in from_json()
770 row.count = traceTree.counts[i]; in ParseTraceNode()
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h32359 unsigned int counts[2]; member
44140 unsigned int *counts; member
136968 struct bitmap_counts counts; global() member
137294 unsigned int counts[16]; global() member
[all...]

Completed in 432 milliseconds