Home
last modified time | relevance | path

Searched refs:waking (Results 1 – 25 of 33) sorted by relevance

12

/external/perfetto/src/trace_processor/dynamic/
Dthread_state_generator.cc69 Table waking = instants.Filter( in ComputeThreadStateTable() local
74 if (waking.row_count() == 0) { in ComputeThreadStateTable()
75 waking = instants.Filter( in ComputeThreadStateTable()
83 const auto& waking_ts_col = waking.GetTypedColumnByName<int64_t>("ts"); in ComputeThreadStateTable()
91 while (sched_idx < sched.row_count() || waking_idx < waking.row_count() || in ComputeThreadStateTable()
96 int64_t waking_ts = waking_idx < waking.row_count() in ComputeThreadStateTable()
109 AddWakingEvent(waking, waking_idx++, state_map); in ComputeThreadStateTable()
201 const Table& waking, in AddWakingEvent() argument
204 int64_t ts = waking.GetTypedColumnByName<int64_t>("ts")[waking_idx]; in AddWakingEvent()
206 waking.GetTypedColumnByName<int64_t>("ref")[waking_idx]); in AddWakingEvent()
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/trigger/inter-event/
Dtrigger-inter-event-combined-hist.tc39 echo 'hist:keys=pid,lat:sort=pid,lat' >> events/synthetic/waking+wakeup_latency/trigger
42 if ! grep -q "pid:" events/synthetic/waking+wakeup_latency/hist; then
/external/autotest/server/site_tests/platform_USBHIDWake/
Dcontrol12 DOC = '''This test checks to see whether a USB HID Device is capable of waking
/external/autotest/server/site_tests/firmware_ECWakeSource/
Dcontrol20 This test check the functionality of EC waking host from suspend. This includes
/external/perfetto/ui/src/controller/
Dselection_controller.ts349 const waking = await this.args.engine.query( constant
353 if (slowlyCountRows(waking) === 0) {
/external/autotest/server/site_tests/network_WiFi_FastReconnectInDarkResume/
Dcontrol18 since the delays involved in waking a DUT from suspend using autotest framework
/external/curl/docs/
DCURL-DISABLE.md111 Disable the use of socketpair internally to allow waking up and canceling
/external/autotest/server/site_tests/network_WiFi_ReconnectInDarkResume/
Dcontrol.DisconnectAfterSuspendSameAP33 since the delays involved in waking a DUT from suspend using autotest framework
Dcontrol.DisconnectAfterSuspendDiffAP33 since the delays involved in waking a DUT from suspend using autotest framework
Dcontrol.DisconnectBeforeSuspendSameAP30 since the delays involved in waking a DUT from suspend using autotest framework
Dcontrol.DisconnectBeforeSuspendDiffAP30 since the delays involved in waking a DUT from suspend using autotest framework
Dcontrol.Stress30 since the delays involved in waking a DUT from suspend using autotest framework
/external/bcc/tools/
Drunqlen_example.txt199 The spikes in run queue length of 11 are likely threads waking up at the same
Dwakeuptime_example.txt263 The last two stacks show bash waking up to service tty input (keystrokes).
/external/bcc/
DLINKS.md40 - 2016-02-05: [Who is waking the waker? (Linux chain graph prototype)](http://www.brendangregg.com/…
/external/autotest/client/profilers/powertop/src/
DChangelog66 actually waking up a lot:
/external/grpc-grpc/doc/
Depoll-polling-engine.md95 …ling thread also had a `event_fd` on which it was listening to and hence waking it up was as simpl…
/external/strace/
DREADME-linux-ptrace182 SIGCONT signal has a side effect of waking up (all threads of)
187 waking up from group-stop may be followed by signal-delivery-stop for
/external/rust/crates/rayon-core/src/sleep/
DREADME.md78 between siganling a thread to wake and the thread actually waking:
/external/cpuinfo/test/dmesg/
Dmoto-g-gen2.log369 [ 0.889401,0] [I]<6><BMP280><bmm_wakeup><330>waking up the chip...
373 [ 0.900473,0] [I]<6><BMP280><bmm_probe><1314>register dump after waking up
Dlg-k10-eu.log1054 <5>[ 1.202146 / 01-01 00:00:01.179] [LGE_Magnetometer][L]bmm_wakeup : waking up the chip...
1056 <5>[ 1.212987 / 01-01 00:00:01.189] [LGE_Magnetometer][L]bmm_probe : register dump after waking
Dgalaxy-a8-2016-duos.log1052 [ 1.943896] [4: swapper/0: 1] bmm_wakeup -waking up the chip...
1053 …tried times: 1<6>[ 1.954802] [4: swapper/0: 1] bmm_probe -register dump after waking up
/external/cldr/tools/java/org/unicode/cldr/util/data/
Daustralasia1746 # going to bed Friday night and waking up Sunday morning because at midnight
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst4509 an interactive Python from waking up 10 times per second. Patch by Richard
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2315 software ends up polling, waking up every fraction of a second to check

12