Home
last modified time | relevance | path

Searched refs:thread (Results 1 – 25 of 26) sorted by relevance

12

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/
DFtraceImporterState.kt47 val thread = proc.threadFor(tgid, name) in <lambda>() constant
51 pidMap.put(tgid, thread) in <lambda>()
52 return thread in <lambda>()
56 val thread = pidMap[tgid] ?: createProcess(tgid, name) in <lambda>() constant
57 thread.process.hint(tgid, name) in <lambda>()
58 return thread.process in <lambda>()
77 var thread = pidMap[pid] in <lambda>() variable
79 if (thread != null) { in <lambda>()
80 thread.hint(name = task, tgid = tgid, processName = processName) in <lambda>()
81 return thread in <lambda>()
[all …]
DImportData.kt31 val thread get() = importer.threadFor(line) constant
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/
DSchedulingProcessFragment.kt21 class SchedulingProcessFragment(val process: ProcessModelFragment, val thread: ThreadModelFragment,… constant in trebuchet.model.fragments.SchedulingProcessFragment
27 … fun switchProcess(process: ProcessModelFragment, thread: ThreadModelFragment, timestamp: Double) { in switchProcess()
33 if (thread.id != 0) { in switchProcess()
34 _slices.add(SchedulingProcessFragment(process, thread, timestamp)) in switchProcess()
48 if (thread.name != null) {
49 return thread.name!!
55 return thread.id
DProcessModelFragment.kt49 var thread = _threads[pid] in <lambda>() variable
50 if (thread == null) { in <lambda>()
51 thread = ThreadModelFragment(pid, this, name) in <lambda>()
52 _threads.put(pid, thread) in <lambda>()
54 thread.hint(name = name) in <lambda>()
56 return thread in <lambda>()
/tools/trebuchet/core/common/src/test/kotlin/trebuchet/importers/ftrace/
DFtraceImporterTest.kt78 val thread = process.threads.first() in testImportBeginEnd() constant
79 assertEquals(6381, thread.id) in testImportBeginEnd()
80 assertEquals("equicksearchbox", thread.name) in testImportBeginEnd()
81 val sliceGroup = thread.slicesBuilder in testImportBeginEnd()
114 val thread = process.threads.first() in testImportBeginEndNoTgids() constant
115 assertEquals(6381, thread.id) in testImportBeginEndNoTgids()
116 assertEquals("equicksearchbox", thread.name) in testImportBeginEndNoTgids()
117 val sliceGroup = thread.slicesBuilder in testImportBeginEndNoTgids()
/tools/test/connectivity/acts_tests/tests/google/ble/beacon_tests/
DBeaconSwarmTest.py120 thread = threading.Thread(target=self._start_advertisements_thread,
122 threads.append(thread)
123 thread.start()
149 thread = threading.Thread(
152 threads.append(thread)
153 thread.start()
324 thread = threading.Thread(
327 thread.start()
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/performance/
DThroughputTest.py187 for thread in threads:
188 thread.start()
190 for thread in threads:
191 thread.join()
370 for thread in threads:
371 thread.start()
373 for thread in threads:
374 thread.join()
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/tracks/
DMultiLineTrack.kt27 class MultiLineTrack(thread: ThreadModel, renderState: RenderState) : JPanel() {
33 if (thread.schedSlices.isNotEmpty()) {
34 add(SchedTrack(thread.schedSlices, renderState))
36 val rows = RowCreater(thread.slices).rows
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/extractors/
DSystraceExtractor.kt39 val thread = Thread { in <lambda>() constant
49 thread.start() in <lambda>()
53 thread.join() in <lambda>()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/queries/
DSliceQueries.kt135 this.threads.forEach { thread -> in ProcessModel() method
136 val threadSlice = thread.selectFirst(predicate) in ProcessModel()
415 process.threads.forEach { thread -> in slices() method
416 yieldSlices(thread.slices) in slices()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DBluetoothBaseTest.py131 thread = threading.Thread(
133 threads.append(thread)
134 thread.start()
Dbt_test_utils.py1543 thread = threading.Thread(target=factory_reset_bluetooth,
1545 threads.append(thread)
1546 thread.start()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
DCoexBaseTest.py263 self.thread = threading.Thread(target=function)
264 self.thread_list.append(self.thread)
265 self.thread.start()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/events/
DSchedEvent.kt70 val thread = state.threadFor(pid, task = comm) in import() constant
71 thread.schedulingStateBuilder.switchState(SchedulingState.WAKING, event.timestamp) in import()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBatchProcessor.kt29 import kotlin.concurrent.thread in <lambda>()
107 thread { in par_map()
/tools/trebuchet/trebuchet/startup-common/src/
DStartupCommon.kt96 for (thread in this.threads) { in ProcessModel() method
97 if (queryName.endsWith(thread.name)) { in ProcessModel()
/tools/security/fuzzing/example_fuzzer/
DREADME.md54 WRITE of size 4 at 0x007fe3caf8c3 thread T0
65 Address 0x007fe3caf8c3 is located in stack of thread T0 at offset 35 in frame
/tools/test/connectivity/acts_tests/tests/google/bt/pts/
Dcmd_input.py600 thread = threading.Thread(
602 threads.append(thread)
603 thread.start()
/tools/test/connectivity/acts_tests/tests/google/net/
DDhcpServerTest.py52 thread = Thread(target=self._sniff_arp, args=(self.stop_arp,))
53 thread.start()
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto456 // all method signatures remain the same. Furthermore, thread-safety of the
/tools/dexter/testdata/expected/
Dmedium.rewrite30791 .local v0, "thread", android.os.HandlerThread
85504 .local v0, "thread", android.os.HandlerThread
Dmedium.wrap_invoke30791 .local v0, "thread", android.os.HandlerThread
85504 .local v0, "thread", android.os.HandlerThread
Dmedium.entry_hook31995 .local v0, "thread", android.os.HandlerThread
87829 .local v0, "thread", android.os.HandlerThread
Dmedium.exit_hook33044 .local v0, "thread", android.os.HandlerThread
89947 .local v0, "thread", android.os.HandlerThread
Dmedium.compact_cfg37215 .local v0, "thread", android.os.HandlerThread
102678 .local v0, "thread", android.os.HandlerThread

12