/aosp12/system/extras/ioblame/ |
H A D | README | 3 ioblame is a IO profiler. It gives a detailed listing of the list of 4 files that running pids are doing IO to (with the aggregate amount of 6 developers can identify IO heavy paths, and tune them, then 7 iteratively run this tool again to measure improvements/IO reduction. 19 IO on that file (it also gives the amount of IO each pid does and 20 the aggregate amount of IO done to the file by all pids). 89 Finally, it reports the total amount of file data IO done by pids and 90 the total IO done to the block device. So we can look at IO overheads 109 dump out IO stats for the app. 123 might want to do IO profiling related to the launch of an App. This [all …]
|
/aosp12/system/core/storaged/ |
H A D | README.properties | 1 ro.storaged.event.interval # interval storaged scans for IO stats, in seconds 4 ro.storaged.uid_io.interval # interval storaged checks Per UID IO usage, in seconds 5 ro.storaged.uid_io.threshold # Per UID IO usage limit, in bytes
|
/aosp12/frameworks/rs/ |
H A D | rsScriptGroup.h | 69 class IO { 71 explicit IO(const ScriptKernelID *); 79 std::vector<IO *> mInputs; 80 std::vector<IO *> mOutputs;
|
H A D | rsScriptGroup.cpp | 50 ScriptGroup::IO::IO(const ScriptKernelID *kid) { in IO() function in android::renderscript::ScriptGroup::IO 168 mOutputs.push_back(new IO(k)); in calcOrder() 182 mInputs.push_back(new IO(k)); in calcOrder()
|
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | ScriptGroup.java | 53 IO mOutputs[]; 54 IO mInputs[]; 58 static class IO { class in ScriptGroup 62 IO(Script.KernelID s) { in IO() method in ScriptGroup.IO 572 for (IO sgInput : mInputs) { in execute() 897 ArrayList<IO> inputs = new ArrayList<IO>(); in create() 898 ArrayList<IO> outputs = new ArrayList<IO>(); in create() 921 inputs.add(new IO(kid)); in create() 924 outputs.add(new IO(kid)); in create() 960 sg.mOutputs = new IO[outputs.size()]; in create() [all …]
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | ScriptGroup.java | 48 IO mOutputs[]; 49 IO mInputs[]; 51 static class IO { class in ScriptGroup 55 IO(Script.KernelID s) { in IO() method in ScriptGroup.IO 785 ArrayList<IO> inputs = new ArrayList<IO>(); in create() 786 ArrayList<IO> outputs = new ArrayList<IO>(); in create() 809 inputs.add(new IO(kid)); in create() 812 outputs.add(new IO(kid)); in create() 844 sg.mOutputs = new IO[outputs.size()]; in create() 849 sg.mInputs = new IO[inputs.size()]; in create()
|
/aosp12/packages/services/Car/cpp/watchdog/server/tests/ |
H A D | WatchdogBinderMediatorTest.cpp | 266 mWatchdogBinderMediator->addResourceOveruseListener({ResourceType::IO}, listener); in TEST_F() 278 mWatchdogBinderMediator->addResourceOveruseListener({ResourceType::IO}, nullptr).isOk()) in TEST_F() 306 Status status = mWatchdogBinderMediator->getResourceOveruseStats({ResourceType::IO}, &actual); in TEST_F() 321 mWatchdogBinderMediator->getResourceOveruseStats({ResourceType::IO}, nullptr).isOk()) in TEST_F()
|
/aosp12/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/3/android/automotive/watchdog/ |
H A D | ResourceType.aidl | 37 IO = 0, enumConstant
|
/aosp12/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/current/android/automotive/watchdog/ |
H A D | ResourceType.aidl | 37 IO = 0, enumConstant
|
/aosp12/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/ |
H A D | ResourceType.aidl | 28 IO, enumConstant
|
/aosp12/build/soong/ui/status/ninja_frontend/ |
H A D | frontend.proto | 74 // IO input in kB 76 // IO output in kB
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/ |
H A D | PermissionControllerServiceModel.kt | 39 import kotlinx.coroutines.Dispatchers.IO 286 val dumpedLogs = GlobalScope.async(IO) { DumpableLog.get() }
|
/aosp12/frameworks/hardware/interfaces/stats/1.0/ |
H A D | IStats.hal | 71 * @param slowIo A SlowIo struct holding the type of slow IO operation and 72 * the number of slow IO operations of this type over 24hrs.
|
H A D | types.hal | 147 /* Classifications of IO Operations for reportSlowIo. */ 157 /* The number of slow IO operations of this type over 24 hours. */
|
/aosp12/packages/services/Car/cpp/watchdog/vts/ |
H A D | VtsAidlWatchdogTargetTest.cpp | 175 Status status = watchdogServer->addResourceOveruseListener({ResourceType::IO}, mockListener); in TEST_P() 190 ASSERT_FALSE(watchdogServer->addResourceOveruseListener({ResourceType::IO}, nullptr).isOk()) in TEST_P()
|
/aosp12/packages/providers/MediaProvider/apex/ |
H A D | com.android.mediaprovider.x509.pem | 33 NVXwXHSXIOclOfGmtVAIZQAYIn+IO+vAJVFygYEhsAqD3sh4omV6o+jWAFwcjjJH
|
H A D | com.android.mediaprovider.pem | 38 IO+GtyOWL0WhwXXkorxviCxJDsjaZtPB8JQ6Dg9O3/UpeTRZzQkRvp4fKTvLattf
|
/aosp12/system/extras/ioshark/ |
H A D | README | 22 -b : Explicitly specify a blockdev (to get IO stats from from 52 /* Total number of IO operations in this IOshark workload file */
|
/aosp12/system/bt/include/ |
H A D | abstract_message_loop.h | 64 options.message_pump_type = base::MessagePumpType::IO; in set_message_loop_type_IO()
|
/aosp12/hardware/interfaces/health/storage/1.0/ |
H A D | types.hal | 28 * An IO error is encountered when the HAL communicates with the device.
|
/aosp12/frameworks/base/packages/StatementService/src/com/android/statementservice/network/retriever/ |
H A D | UrlFetcher.kt | 42 ) = withContext(Dispatchers.IO) {
|
H A D | StatementRetriever.kt | 94 return withContext(Dispatchers.IO) {
|
/aosp12/packages/services/Car/cpp/watchdog/server/src/ |
H A D | WatchdogBinderMediator.cpp | 235 if (resourceTypes.size() != 1 || resourceTypes[0] != ResourceType::IO) { in addResourceOveruseListener() 272 if (resourceTypes.size() != 1 || resourceTypes[0] != ResourceType::IO) { in getResourceOveruseStats()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/about/res/raw/ |
H A D | third_party_license_metadata | 19 196497:11359 Apache Commons IO
|
/aosp12/build/soong/ui/metrics/metrics_proto/ |
H A D | metrics.proto | 170 // Total IO input in kilobytes. 173 // Total IO output in kilobytes.
|