android_system_core/rootdir
Yongqin Liu a197ff12dd bootchart: fix bootchart can not be triggered problem
bootchart uses a file on the data partition to decide if it should collect
data for bootchart, but the data partition will be mounted by the mount_all
command in the "on fs" section, and it will be only added into the action
queue when command "trigger fs" is executed, but that's after the
bootchart_init action (late_init).

This change makes bootchart_init a builtin command of init,
and make it executed as the first command of "on post-fs" section
which will be triggered after the "on fs" section.

This change also refactors the bootchart code to all be in bootchart.cpp.

Change-Id: Ia74aa34ca5b785f51fcffdd383075a549b2a99d9
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2015-02-12 12:13:24 -08:00
..
etc Add ip6-localhost to /system/etc/hosts. 2015-01-13 14:38:21 -08:00
Android.mk Export the new system_server classpath. 2014-08-07 15:32:07 +01:00
init.environ.rc.in resolved conflicts for merge of 3f95c89d to lmp-dev-plus-aosp 2014-10-14 10:50:59 -07:00
init.rc bootchart: fix bootchart can not be triggered problem 2015-02-12 12:13:24 -08:00
init.trace.rc init.trace.rc: fix race condition with class_start core 2014-10-01 12:29:29 -07:00
init.usb.rc init.usb.rc: Change product id to for add only config 2014-09-05 12:33:46 -07:00
init.zygote32.rc Move zygote init config to its own file. 2014-03-31 12:31:11 +01:00
init.zygote32_64.rc Change app_process reference to app_process32. 2014-05-14 16:41:18 +01:00
init.zygote64.rc Move zygote init config to its own file. 2014-03-31 12:31:11 +01:00
init.zygote64_32.rc Add a zygote 64/32 bit config. 2014-05-21 11:20:42 +01:00
ueventd.rc rootdir: add pstore 2015-01-14 17:15:39 +00:00