summaryrefslogtreecommitdiff
path: root/perfprofd/perfprofdcore.cc
AgeCommit message (Expand)Author
2018-08-28perfprofd: use getHealthInfo for get_chargingYifan Hong
2018-08-07perfprofd: Fix get_charging logicYifan Hong
2018-07-23Merge "Perfprofd: Add option to symbolize all DSOs"Andreas Gampe
2018-07-20Merge "Perfprofd: Expose supported counters from simpleperf"Andreas Gampe
2018-07-20Perfprofd: Add option to symbolize all DSOsAndreas Gampe
2018-07-20Perfprofd: Expose supported counters from simpleperfAndreas Gampe
2018-07-17perfprofd: talk to health HAL.Yifan Hong
2018-06-21Perfprofd: Move invoke code to its own fileAndreas Gampe
2018-06-12Perfprofd: Add invoke failure loggingAndreas Gampe
2018-06-01Perfprofd: Convert proto to be flatAndreas Gampe
2018-05-25Avoid intermediate std::string constructionGreg Kaiser
2018-04-30Perfprofd: Minor fixesAndreas Gampe
2018-04-25Perfprofd: Add ScopeGuard for file deletionAndreas Gampe
2018-04-25Perfprofd: Use the right parameterAndreas Gampe
2018-04-04Perfprofd: Add support for sampling frequencyAndreas Gampe
2018-03-30Perfprofd: Use ConfigReader for shellCommand startProfilingAndreas Gampe
2018-03-29Perfprofd: Factor out the command-line-based loopAndreas Gampe
2018-03-22Perfprofd: Add GZIP compressionAndreas Gampe
2018-03-22Perfprofd: Refactor protobuf I/OAndreas Gampe
2018-03-16Perfprofd: Support host testsAndreas Gampe
2018-03-16Perfprofd: Use external quipperAndreas Gampe
2018-01-15Perfprofd: Enable some more warningsAndreas Gampe
2018-01-11Perfprofd: Generalize post-collection handlingAndreas Gampe
2018-01-10Perfprofd: Remove perfprofdutilsAndreas Gampe
2018-01-09Perfprofd: Add a symbolizer based on simpleperf codeAndreas Gampe
2018-01-08Perfprofd: Add symbolizer interfaceAndreas Gampe
2017-12-28Perfprofd: Add process-specific profilingAndreas Gampe
2017-12-27Perfprofd: Add IsProfilingEnabled to ConfigAndreas Gampe
2017-12-22Perfprofd: Implement simpleperf interruptAndreas Gampe
2017-12-22Perfprofd: Implement stopProfilingAndreas Gampe
2017-12-22Perfprofd: Implement startProfilingAndreas Gampe
2017-12-22Perfprofd: Factor out profiling loopAndreas Gampe
2017-12-22Perfprofd: Move Sleep to ConfigAndreas Gampe
2017-12-22Perfprofd: Factor out configurationAndreas Gampe
2017-12-14Revert "Perfprofd: Work around simpleperf temp dir expectations"Andreas Gampe
2017-12-05Perfprofd: Work around simpleperf temp dir expectationsAndreas Gampe
2017-12-05Perfprofd: Remove cutils dependenciesAndreas Gampe
2016-09-24Stop coalescing kernel processes to the same name, other changes.Alexey Alexandrov
2016-06-02Handle additional record types in perf.data reader.Than McIntosh
2015-12-04Track rename from base/ to android-base/.Elliott Hughes
2015-10-23Reduce oom_score_adj to zero for perfprofd.Than McIntosh
2015-09-08Support for additional profile annotations.Than McIntosh
2015-06-10Record device screen state and system load (from /proc/loadavg).Than McIntosh
2015-05-27Perfprofd: various changes related to config parameters.Than McIntosh
2015-05-13Add sequence number to encoded perf.data file.Dehao Chen
2015-05-06Separate the destination directory to /data/misc/perfprofd.Dehao Chen
2015-05-04Change the encoded file's mode to be readable by GMS core.Dehao Chen
2015-04-30Update simpleperf path to /system/xbin/simpleperf.Dehao Chen
2015-04-29Default the config file to NULL for perfprofd, so that we will not see error ...Dehao Chen
2015-04-22Second round of changes to 'perf' profile collection daemon.Than McIntosh