Home
last modified time | relevance | path

Searched defs:eventCount (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/scripts/
Dreport_html.js375 this.getSampleWeight = function (eventCount) { argument
379 this.getSampleWeight = (eventCount) => '' + eventCount; argument
480 function getItem(name, eventCount, totalEventCount) { argument
1056 return function(eventCount, _) { argument
1062 return function(eventCount, totalCount) { argument
1068 return function(eventCount, totalCount) { argument
1074 return function(eventCount, _) { argument
1079 return function(eventCount, _) { argument
1185 _getWidthPercentage(eventCount) { argument
1479 this.showLines[i] = {eventCount: 0, subtreeEventCount: 0}; property
[all …]
/system/core/libutils/
DLooper.cpp239 int eventCount = epoll_wait(mEpollFd.get(), eventItems, EPOLL_MAX_EVENTS, timeoutMillis); in pollInner() local
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendUnitTest.cpp432 int64_t activeTime = 42, int64_t eventCount = 42, in addKernelWakelock()