Searched refs:idle (Results 1 – 12 of 12) sorted by relevance
/system/extras/tests/mmc_tracepoints/ |
D | mmc_trace_sample_data | 17 … <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/ |
D | recentfling.sh | 107 ${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
|
D | chromefling.sh | 101 ${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
|
D | pwrtest.sh | 262 echo Test 1 : measure idle power for $idleTime minutes 263 run_test idle $idleTime 267 run_test idle-airplane $idleTime
|
D | pwrsummary.sh | 170 (idle)
|
/system/extras/perfprofd/ |
D | perfprofdcore.cc | 339 long unsigned idle[2]; in collect_cpu_utilization() local 345 if (!postprocess_proc_stat_contents(contents, &idle[iter], &busy[iter])) { in collect_cpu_utilization() 352 long unsigned total_delta = (idle[1] + busy[1]) - (idle[0] + busy[0]); in collect_cpu_utilization()
|
D | perfprofd_record.proto | 57 // 100 minus the idle percentage).
|
D | perf_profile.proto | 128 // 100 minus the idle percentage).
|
/system/netd/server/dns/ |
D | README.md | 82 `DnsTlsSocket` imposes a 20-second inactivity timeout. A socket that has been idle for 96 This sets the limit on how long session tickets will be preserved during idle periods, 98 increases latency on the first query after an idle period, but also helps to avoid
|
/system/tpm/trunks/ftdi/ |
D | mpsse.h | 206 void SetCSIdle(struct mpsse_context* mpsse, int idle);
|
D | mpsse.c | 560 void SetCSIdle(struct mpsse_context* mpsse, int idle) { in SetCSIdle() argument 562 if (idle > 0) { in SetCSIdle()
|
/system/core/adb/ |
D | test_device.py | 279 uptime, idle = elements 281 self.assertGreater(float(idle), 0.0)
|