Home
last modified time | relevance | path

Searched refs:busy (Results 1 – 3 of 3) sorted by relevance

/system/core/logd/
DLogBuffer.cpp701 bool busy = false; in prune() local
742 busy = isBusy(watermark); in prune()
743 if (busy) kickMe(oldest, id, pruneRows); in prune()
753 return busy; in prune()
830 busy = isBusy(watermark); in prune()
982 busy = isBusy(watermark); in prune()
983 if (!whitelist && busy) kickMe(oldest, id, pruneRows); in prune()
1015 busy = isBusy(watermark); in prune()
1016 if (busy) kickMe(oldest, id, pruneRows); in prune()
1027 return (pruneRows > 0) && busy; in prune()
[all …]
/system/extras/perfprofd/
Dperfprofdcore.cc355 long unsigned busy[2]; in collect_cpu_utilization() local
360 if (!postprocess_proc_stat_contents(contents, &idle[iter], &busy[iter])) { in collect_cpu_utilization()
367 long unsigned total_delta = (idle[1] + busy[1]) - (idle[0] + busy[0]); in collect_cpu_utilization()
368 long unsigned busy_delta = busy[1] - busy[0]; in collect_cpu_utilization()
/system/extras/simpleperf/doc/
DREADME.md275 case, the MixActivity starts a busy thread. So we don't need to use the app while profiling.