am a668478e: Merge "Invoke perfprofd daemon (only for userdebug/eng builds)."

* commit 'a668478ef53ed517a94bb72cdc4487e7359a57cc':
  Invoke perfprofd daemon (only for userdebug/eng builds).
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 3709b82..657ef16 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -643,3 +643,11 @@
     class main
     disabled
     oneshot
+
+on property:ro.debuggable=1
+    start perfprofd
+
+service perfprofd /system/xbin/perfprofd
+    disabled
+    user root
+    oneshot