Home
last modified time | relevance | path

Searched refs:idle (Results 1 – 12 of 12) sorted by relevance

/system/extras/tests/mmc_tracepoints/
Dmmc_trace_sample_data17 … <idle>-0 [000] ..s3 52.466404: mmc_blk_rw_end: cmd=18,addr=0x001ad578,size=0x00000020
19 … <idle>-0 [000] ..s3 52.493157: mmc_blk_rw_end: cmd=18,addr=0x001aecb8,size=0x00000020
21 … <idle>-0 [000] ..s3 54.834383: mmc_blk_rw_end: cmd=25,addr=0x005420a8,size=0x00000008
23 … <idle>-0 [000] .Ns3 56.114862: mmc_blk_rw_end: cmd=18,addr=0x0013fb18,size=0x00000020
29 … <idle>-0 [000] ..s3 56.120836: mmc_blk_rw_end: cmd=18,addr=0x0013fb78,size=0x00000200
31 … <idle>-0 [000] .Ns3 56.123668: mmc_blk_rw_end: cmd=18,addr=0x0013faa8,size=0x00000020
35 … <idle>-0 [000] ..s3 56.136934: mmc_blk_rw_end: cmd=18,addr=0x0013fd80,size=0x00000008
37 … <idle>-0 [000] ..s3 56.138395: mmc_blk_rw_end: cmd=18,addr=0x0013fda0,size=0x00000008
65 … <idle>-0 [000] ..s3 56.413278: mmc_blk_rw_end: cmd=18,addr=0x0035a350,size=0x000000b8
67 … <idle>-0 [000] ..s3 56.416489: mmc_blk_rw_end: cmd=18,addr=0x00361018,size=0x000000b8
[all …]
/system/extras/tests/workloads/
Dchromefling.sh101 ${ADB}atrace --async_start -z -c -b 16000 freq gfx view idle sched
114 ${ADB}atrace --async_dump -z -c -b 16000 freq gfx view idle sched > trace.${cur}.out
Drecentfling.sh107 ${ADB}atrace --async_start -z -c -b 16000 freq gfx view idle sched
120 ${ADB}atrace --async_dump -z -c -b 16000 freq gfx view idle sched > trace.${cur}.out
Dpwrtest.sh261 echo Test 1 : measure idle power for $idleTime minutes
262 run_test idle $idleTime
266 run_test idle-airplane $idleTime
Dpwrsummary.sh170 (idle)
/system/extras/perfprofd/
Dperfprofdcore.cc395 long unsigned idle[2]; in collect_cpu_utilization() local
401 if (!postprocess_proc_stat_contents(contents, &idle[iter], &busy[iter])) { in collect_cpu_utilization()
408 long unsigned total_delta = (idle[1] + busy[1]) - (idle[0] + busy[0]); in collect_cpu_utilization()
Dperf_profile.proto114 // 100 minus the idle percentage).
/system/tpm/trunks/ftdi/
Dmpsse.h206 void SetCSIdle(struct mpsse_context* mpsse, int idle);
Dmpsse.c560 void SetCSIdle(struct mpsse_context* mpsse, int idle) { in SetCSIdle() argument
562 if (idle > 0) { in SetCSIdle()
/system/connectivity/shill/doc/
Dmanager-api.txt553 The value of this property is "idle" if there are
711 'non-idle' state. This indicates the set of services
713 or some other state other than idle, failure or
Dservice-api.txt1395 "idle" The service is not enabled or otherwise
/system/core/adb/
Dtest_device.py301 uptime, idle = elements
303 self.assertGreater(float(idle), 0.0)