summaryrefslogtreecommitdiff
path: root/init/bootchart.cpp
AgeCommit message (Expand)Author
2022-04-25Unshare mount namespace in bootchart's threadJooyung Han
2019-06-10init: replace Result<Success> with Result<void>Tom Cherry
2018-04-12init: Use android::base::boot_clock instead of /proc/uptimeLuis Hector Chavez
2017-09-29init: run vendor commands in a separate SELinux contextTom Cherry
2017-08-14init: use Result<T> for builtin functionsTom Cherry
2017-06-23init: create android::init:: namespaceTom Cherry
2017-04-06init: more header cleanupTom Cherry
2017-03-29init: replace property_get with its android::base equivalentTom Cherry
2016-12-16Move init bootcharting onto its own thread.Elliott Hughes
2016-12-08Improve init bootcharting.Elliott Hughes
2016-10-28Log when bootcharting ends.Elliott Hughes
2016-06-27Move init to libbase logging.Elliott Hughes
2015-12-04Track rename of base/ to android-base/.Elliott Hughes
2015-10-22Remove __DATE__/__TIME__ from init and debuggerdDan Willemsen
2015-09-01init: Use classes for parsing and clean up memory allocationsTom Cherry
2015-07-31init: use std::vector<std::string> for argument passingTom Cherry
2015-07-24init: Let property_get return std::string.Yabin Cui
2015-07-15init: Fix bootchart trigger for emulatorYu Ning
2015-03-28Clarify a few things about bootcharts.Elliott Hughes
2015-03-20Use unique_ptr to call closedir.Elliott Hughes
2015-03-16Revert "Revert "Create libbase.""Dan Albert
2015-03-16Revert "Create libbase."Nicolas Geoffray
2015-03-14Create libbase.Dan Albert
2015-02-13Remove unused variable BOOTCHART_DEFAULT_TIME_SEC.Elliott Hughes
2015-02-13Further refactoring of the bootchart code.Elliott Hughes
2015-02-12bootchart: fix bootchart can not be triggered problemYongqin Liu
2015-02-04Stop using #if for conditional compilation.Elliott Hughes
2015-02-04Use TEMP_FAILURE_RETRY, always build bootchart.cpp.Elliott Hughes
2015-02-04Build init as C++.Elliott Hughes