summaryrefslogtreecommitdiff
path: root/perfprofd/binder_interface/aidl/android/os/IPerfProfd.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'perfprofd/binder_interface/aidl/android/os/IPerfProfd.aidl')
-rw-r--r--perfprofd/binder_interface/aidl/android/os/IPerfProfd.aidl7
1 files changed, 7 insertions, 0 deletions
diff --git a/perfprofd/binder_interface/aidl/android/os/IPerfProfd.aidl b/perfprofd/binder_interface/aidl/android/os/IPerfProfd.aidl
index 5fdc09a9..e2628c71 100644
--- a/perfprofd/binder_interface/aidl/android/os/IPerfProfd.aidl
+++ b/perfprofd/binder_interface/aidl/android/os/IPerfProfd.aidl
@@ -27,6 +27,13 @@ interface IPerfProfd {
boolean useElfSymbolizer, boolean sendToDropbox);
/**
+ * Start continuous profiling with the given encoded parameters.
+ * Parameters should be encoded in the ConfigReader syntax,
+ * separated by colons.
+ */
+ void startProfilingString(String config);
+
+ /**
* Start profiling with the parameters in the given protobuf.
*/
void startProfilingProtobuf(in byte[] config_proto);