Searched refs:totalCount (Results 1 – 3 of 3) sorted by relevance
/system/bpf/libbpf_android/ |
D | BpfMapTest.cpp | 184 int totalCount = 0; in TEST_F() local 186 const auto iterateWithDeletion = [&totalCount, &totalSum](const uint32_t& key, in TEST_F() 189 totalCount++; in TEST_F() 194 EXPECT_EQ((int)TEST_MAP_SIZE, totalCount); in TEST_F() 204 int totalCount = 0; in TEST_F() local 206 const auto iterateWithDeletion = [&totalCount, &totalSum](const uint32_t& key, in TEST_F() 211 totalCount++; in TEST_F() 216 EXPECT_EQ((int)TEST_MAP_SIZE, totalCount); in TEST_F()
|
/system/extras/simpleperf/scripts/ |
D | report_html.js | 798 let totalCount = {countForProcess: process.eventCount, variable 800 let flamegraph = new FlameGraphView(this.flamegraphDiv, title, totalCount, 921 let totalCount = {countForProcess: this.processInfo.eventCount, variable 924 this.div, `Functions called by ${funcName}`, totalCount, 929 this.div, `Functions calling ${funcName}`, totalCount, 937 this.views.push(new SourceCodeView(this.div, sourceFiles, totalCount)); 944 this.views.push(new DisassemblyView(this.div, disassembly, totalCount)); 1062 return function(eventCount, totalCount) { argument 1063 let percent = eventCount * 100.0 / totalCount.countForProcess; 1068 return function(eventCount, totalCount) { argument [all …]
|
/system/netd/libnetdbpf/ |
D | BpfNetworkStatsTest.cpp | 181 int totalCount = 0; in TEST_F() local 184 [&totalCount, &totalSum](const uint64_t& key, const BpfMap<uint64_t, UidTagValue>&) { in TEST_F() 186 totalCount++; in TEST_F() 191 EXPECT_EQ(5, totalCount); in TEST_F()
|