summaryrefslogtreecommitdiffstats
path: root/init/bootchart.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove __DATE__/__TIME__ from init and debuggerdDan Willemsen2015-10-221-1/+1
* init: Use classes for parsing and clean up memory allocationsTom Cherry2015-09-011-1/+1
* init: use std::vector<std::string> for argument passingTom Cherry2015-07-311-1/+1
* init: Let property_get return std::string.Yabin Cui2015-07-241-3/+3
* init: Fix bootchart trigger for emulatorYu Ning2015-07-151-2/+3
* Clarify a few things about bootcharts.Elliott Hughes2015-03-281-10/+6
* Use unique_ptr to call closedir.Elliott Hughes2015-03-201-3/+3
* Revert "Revert "Create libbase.""Dan Albert2015-03-161-9/+9
* Revert "Create libbase."Nicolas Geoffray2015-03-161-9/+9
* Create libbase.Dan Albert2015-03-141-9/+9
* Remove unused variable BOOTCHART_DEFAULT_TIME_SEC.Elliott Hughes2015-02-131-3/+0
* Further refactoring of the bootchart code.Elliott Hughes2015-02-131-272/+159
* bootchart: fix bootchart can not be triggered problemYongqin Liu2015-02-121-23/+75
* Stop using #if for conditional compilation.Elliott Hughes2015-02-041-12/+12
* Use TEMP_FAILURE_RETRY, always build bootchart.cpp.Elliott Hughes2015-02-041-49/+12
* Build init as C++.Elliott Hughes2015-02-041-0/+378