replicant-frameworks_native/include/cpustats
Glenn Kasten 542af12d10 Fix log spam about CPU frequency on one device
Previous kernels have allowed opening the CPU frequency file regardless
whether the CPU is up or not.  This fixes some log spam on one device
with dynamic hot plug CPU feature, which does not allow opening the CPU
frequency file if CPU is down.

Also, since the file descriptors are global and have long lives, add
the close-on-exec flag.

Change-Id: Ia14a2b9e20038dfb96a573920176a47a96bd3f5a
2012-05-14 16:55:26 -07:00
..
CentralTendencyStatistics.h
README.txt
ThreadCpuUsage.h Fix log spam about CPU frequency on one device 2012-05-14 16:55:26 -07:00

README.txt

This is a static library of CPU usage statistics, originally written
for audio but most are not actually specific to audio.

Requirements to be here:
 * should be related to CPU usage statistics
 * should be portable to host; avoid Android OS dependencies without a conditional