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, 5 insertions, 2 deletions
diff --git a/perfprofd/binder_interface/aidl/android/os/IPerfProfd.aidl b/perfprofd/binder_interface/aidl/android/os/IPerfProfd.aidl
index f022dbf4..5fdc09a9 100644
--- a/perfprofd/binder_interface/aidl/android/os/IPerfProfd.aidl
+++ b/perfprofd/binder_interface/aidl/android/os/IPerfProfd.aidl
@@ -21,8 +21,11 @@ interface IPerfProfd {
/**
* Start continuous profiling with the given parameters.
*/
- void startProfiling(int profilingDuration, int profilingInterval,
- int iterations);
+ void startProfiling(int collectionInterval, int iterations,
+ int process, int samplingPeriod, int samplingFrequency,
+ int sampleDuration, boolean stackProfile,
+ boolean useElfSymbolizer, boolean sendToDropbox);
+
/**
* Start profiling with the parameters in the given protobuf.
*/