summaryrefslogtreecommitdiff
path: root/perfprofd/configreader.h
AgeCommit message (Collapse)Author
2017-12-27Perfprofd: Add startProfilingProtobufAndreas Gampe
Add a binder interface to start profiling with a protobuf detailing the configuration. Some light internal refactoring to reuse the profiling driver. Test: m Test: adb shell 'cmd perfprofd startProfilingProto - < /data/local/tmp/test.proto' Change-Id: I94bb220124d7200d75890bbeb7a5d153d959e02f
2017-12-22Perfprofd: Factor out configurationAndreas Gampe
Create Config struct to separate file configuration from usage. Test: m Change-Id: I3bc947a2982063afae8e4dc64ceb704683edead8
2015-09-08Support for additional profile annotations.Than McIntosh
Includes "device booting", "on charger", and cpu utilization. Prototype version of "camera active" (not yet enabled). Also in this patch, separate out the code to read perfprofd's config file and place into a separate source file. Change-Id: I04d65c406fd41f26a509983f08658991e8f1d422