Home
last modified time | relevance | path

Searched refs:IO (Results 1 – 25 of 51) sorted by relevance

123

/aosp12/system/extras/ioblame/
H A DREADME3 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 DREADME.properties1 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 DrsScriptGroup.h69 class IO {
71 explicit IO(const ScriptKernelID *);
79 std::vector<IO *> mInputs;
80 std::vector<IO *> mOutputs;
H A DrsScriptGroup.cpp50 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 DScriptGroup.java53 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 DScriptGroup.java48 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 DWatchdogBinderMediatorTest.cpp266 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 DResourceType.aidl37 IO = 0, enumConstant
/aosp12/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/current/android/automotive/watchdog/
H A DResourceType.aidl37 IO = 0, enumConstant
/aosp12/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/
H A DResourceType.aidl28 IO, enumConstant
/aosp12/build/soong/ui/status/ninja_frontend/
H A Dfrontend.proto74 // IO input in kB
76 // IO output in kB
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/
H A DPermissionControllerServiceModel.kt39 import kotlinx.coroutines.Dispatchers.IO
286 val dumpedLogs = GlobalScope.async(IO) { DumpableLog.get() }
/aosp12/frameworks/hardware/interfaces/stats/1.0/
H A DIStats.hal71 * @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 Dtypes.hal147 /* 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 DVtsAidlWatchdogTargetTest.cpp175 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 Dcom.android.mediaprovider.x509.pem33 NVXwXHSXIOclOfGmtVAIZQAYIn+IO+vAJVFygYEhsAqD3sh4omV6o+jWAFwcjjJH
H A Dcom.android.mediaprovider.pem38 IO+GtyOWL0WhwXXkorxviCxJDsjaZtPB8JQ6Dg9O3/UpeTRZzQkRvp4fKTvLattf
/aosp12/system/extras/ioshark/
H A DREADME22 -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 Dabstract_message_loop.h64 options.message_pump_type = base::MessagePumpType::IO; in set_message_loop_type_IO()
/aosp12/hardware/interfaces/health/storage/1.0/
H A Dtypes.hal28 * 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 DUrlFetcher.kt42 ) = withContext(Dispatchers.IO) {
H A DStatementRetriever.kt94 return withContext(Dispatchers.IO) {
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogBinderMediator.cpp235 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 Dthird_party_license_metadata19 196497:11359 Apache Commons IO
/aosp12/build/soong/ui/metrics/metrics_proto/
H A Dmetrics.proto170 // Total IO input in kilobytes.
173 // Total IO output in kilobytes.

123