Home
last modified time | relevance | path

Searched defs:tid (Results 1 – 25 of 1812) sorted by relevance

12345678910>>...73

/aosp_15_r20/external/bcc/libbpf-tools/
H A Dklockstat.bpf.c418 u32 tid = (u32)bpf_get_current_pid_tgid(); in BPF_KPROBE() local
428 u32 tid = (u32)bpf_get_current_pid_tgid(); in BPF_KRETPROBE() local
443 u32 tid = (u32)bpf_get_current_pid_tgid(); in BPF_KPROBE() local
452 u32 tid = (u32)bpf_get_current_pid_tgid(); in BPF_KRETPROBE() local
471 u32 tid = (u32)bpf_get_current_pid_tgid(); in BPF_KPROBE() local
481 u32 tid = (u32)bpf_get_current_pid_tgid(); in BPF_KRETPROBE() local
500 u32 tid = (u32)bpf_get_current_pid_tgid(); in BPF_KPROBE() local
510 u32 tid = (u32)bpf_get_current_pid_tgid(); in BPF_KRETPROBE() local
536 u32 tid = (u32)bpf_get_current_pid_tgid(); in BPF_KPROBE() local
546 u32 tid = (u32)bpf_get_current_pid_tgid(); in BPF_KRETPROBE() local
[all …]
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc19 ThreadContextBase::ThreadContextBase(u32 tid) in ThreadContextBase()
124 u32 tid = kUnknownTid; in CreateThread() local
160 for (u32 tid = 0; tid < n_contexts_; tid++) { in RunCallbackForEachThreadLocked() local
170 for (u32 tid = 0; tid < n_contexts_; tid++) { in FindThread() local
181 for (u32 tid = 0; tid < n_contexts_; tid++) { in FindThreadContextLocked() local
200 void ThreadRegistry::SetThreadName(u32 tid, const char *name) { in SetThreadName()
211 for (u32 tid = 0; tid < n_contexts_; tid++) { in SetThreadNameByUserId() local
221 void ThreadRegistry::DetachThread(u32 tid, void *arg) { in DetachThread()
239 void ThreadRegistry::JoinThread(u32 tid, void *arg) { in JoinThread()
252 void ThreadRegistry::FinishThread(u32 tid) { in FinishThread()
[all …]
/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/stdlib/dynamic_tables/
H A Dconnected_flow_data.json3 …{"name":"MainProcess"},"cat":"__metadata","name":"process_name","ph":"M","pid":100,"tid":0,"ts":0}, number
7 "tid": 15903, number
19 "tid": 15895, number
31 "tid": 15904, number
44 "tid": 15903, number
56 "tid": 15794, number
68 "tid": 15903, number
80 "tid": 15903, number
93 "tid": 15794, number
106 "tid": 15794, number
[all …]
/aosp_15_r20/external/perfetto/test/
H A Dsynth_common.py65 def __add_ftrace_event(self, ts, tid): argument
71 def add_rss_stat(self, ts, tid, member, size, mm_id=None, curr=None): argument
81 def add_ion_event(self, ts, tid, heap_name, len, size=0): argument
124 def add_kernel_lmk(self, ts, tid): argument
129 def add_sys_enter(self, ts, tid, id): argument
134 def add_sys_exit(self, ts, tid, id, ret): argument
140 def add_newtask(self, ts, tid, new_tid, new_comm, flags): argument
147 def add_process_free(self, ts, tid, comm, prio): argument
154 def add_rename(self, ts, tid, old_comm, new_comm, oom_score_adj): argument
162 def add_print(self, ts, tid, buf): argument
[all …]
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hal/
DWifiNanIfaceAidlImplTest.java132 short tid = 250; in testDiscoveryRangingSettings() local
489 short tid = 250; in testSuspendRequest() local
497 short tid = 251; in testResumeRequest() local
505 short tid = 251; in testEndDataPath() local
512 short tid = 251; in testRespondToPairingRequest() local
536 short tid = 251; in testInitiateNanPairingRequest() local
560 short tid = 251; in testEndPairing() local
567 short tid = 251; in testInitiateNanBootstrappingRequest() local
585 short tid = 251; in testRespondToNanBootstrappingRequest() local
661 short tid = 44; in validateInitiateDataPath() local
[all …]
/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/parser/parsing/
H A Dflow_events_json_v1.json6 "tid": 15903, number
16 "tid": 15903, number
27 "tid": 15904, number
37 "tid": 15904, number
47 "tid": 15895, number
57 "tid": 15895, number
67 "tid": 15794, number
77 "tid": 15794, number
88 "tid": 15894, number
99 "tid": 15894, number
H A Dflow_events_json_v2.json6 "tid": 15903, number
20 "tid": 15904, number
35 "tid": 15895, number
47 "tid": 15794, number
62 "tid": 15894, number
76 "tid": 15895, number
88 "tid": 15895, number
98 "tid": 15895, number
/aosp_15_r20/system/unwinding/libunwindstack/benchmarks/
H A Dthread_unwind_benchmarks.cpp30 void ThreadCall6(std::atomic_int* tid, std::atomic_bool* done) { in ThreadCall6()
37 void ThreadCall5(std::atomic_int* tid, std::atomic_bool* done) { in ThreadCall5()
41 void ThreadCall4(std::atomic_int* tid, std::atomic_bool* done) { in ThreadCall4()
45 void ThreadCall3(std::atomic_int* tid, std::atomic_bool* done) { in ThreadCall3()
49 void ThreadCall2(std::atomic_int* tid, std::atomic_bool* done) { in ThreadCall2()
53 void ThreadCall1(std::atomic_int* tid, std::atomic_bool* done) { in ThreadCall1()
58 std::atomic_int tid(0); in BM_thread_unwind() local
/aosp_15_r20/external/elfutils/libdwfl/
H A Dlinux-pid-attach.c75 __libdwfl_ptrace_attach (pid_t tid, bool *tid_was_stoppedp) in __libdwfl_ptrace_attach()
196 pid_t tid = pid_arg->tid_attached; in pid_memory_read() local
281 pid_t tid = tidl; in pid_next_thread() local
293 pid_getthread (Dwfl *dwfl __attribute__ ((unused)), pid_t tid, in pid_getthread()
328 pid_t tid = INTUSE(dwfl_thread_tid) (thread); in pid_set_initial_registers() local
352 __libdwfl_ptrace_detach (pid_t tid, bool tid_was_stopped) in __libdwfl_ptrace_detach()
367 pid_t tid = INTUSE(dwfl_thread_tid) (thread); in pid_thread_detach() local
507 __libdwfl_ptrace_attach (pid_t tid __attribute__ ((unused)), in __libdwfl_ptrace_attach()
517 __libdwfl_ptrace_detach (pid_t tid __attribute__ ((unused)), in __libdwfl_ptrace_detach()
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/pmf/
Dpmf_main.c118 static pmf_svc_desc_t *get_service(unsigned int tid) in get_service()
157 int pmf_get_timestamp_smc(unsigned int tid, in pmf_get_timestamp_smc()
182 void __pmf_dump_timestamp(unsigned int tid, unsigned long long ts) in __pmf_dump_timestamp()
193 unsigned int tid, in calc_ts_addr()
215 unsigned int tid, in __pmf_store_timestamp()
229 unsigned int tid, in __pmf_store_timestamp_with_cache_maint()
244 unsigned int tid, in __pmf_get_timestamp()
/aosp_15_r20/external/arm-trusted-firmware/lib/pmf/
H A Dpmf_main.c118 static pmf_svc_desc_t *get_service(unsigned int tid) in get_service()
157 int pmf_get_timestamp_smc(unsigned int tid, in pmf_get_timestamp_smc()
182 void __pmf_dump_timestamp(unsigned int tid, unsigned long long ts) in __pmf_dump_timestamp()
193 unsigned int tid, in calc_ts_addr()
215 unsigned int tid, in __pmf_store_timestamp()
229 unsigned int tid, in __pmf_store_timestamp_with_cache_maint()
244 unsigned int tid, in __pmf_get_timestamp()
/aosp_15_r20/system/memory/libmemunreachable/
DThreadCapture.cpp138 pid_t tid = atoi(dirent->d_name); in ListThreads() local
179 void ThreadCaptureImpl::PtraceDetach(pid_t tid, unsigned int signal) { in PtraceDetach()
188 int ThreadCaptureImpl::PtraceAttach(pid_t tid) { in PtraceAttach()
211 bool ThreadCaptureImpl::PtraceThreadInfo(pid_t tid, ThreadInfo& thread_info) { in PtraceThreadInfo()
251 int ThreadCaptureImpl::CaptureThread(pid_t tid) { in CaptureThread()
297 bool ThreadCaptureImpl::ReleaseThread(pid_t tid) { in ReleaseThread()
305 bool ThreadCaptureImpl::ReleaseThread(pid_t tid, unsigned int signal) { in ReleaseThread()
355 bool ThreadCapture::ReleaseThread(pid_t tid) { in ReleaseThread()
/aosp_15_r20/external/pthreadpool/src/
H A Dfastpath.c46 for (size_t tid = modulo_decrement(thread_number, threads_count); in pthreadpool_thread_parallelize_1d_fastpath() local
91 for (size_t tid = modulo_decrement(thread_number, threads_count); in pthreadpool_thread_parallelize_1d_with_uarch_fastpath() local
132 for (size_t tid = modulo_decrement(thread_number, threads_count); in pthreadpool_thread_parallelize_1d_tile_1d_fastpath() local
178 for (size_t tid = modulo_decrement(thread_number, threads_count); in pthreadpool_thread_parallelize_2d_fastpath() local
227 for (size_t tid = modulo_decrement(thread_number, threads_count); in pthreadpool_thread_parallelize_2d_tile_1d_fastpath() local
279 for (size_t tid = modulo_decrement(thread_number, threads_count); in pthreadpool_thread_parallelize_2d_tile_2d_fastpath() local
341 for (size_t tid = modulo_decrement(thread_number, threads_count); in pthreadpool_thread_parallelize_2d_tile_2d_with_uarch_fastpath() local
395 for (size_t tid = modulo_decrement(thread_number, threads_count); in pthreadpool_thread_parallelize_3d_fastpath() local
451 for (size_t tid = modulo_decrement(thread_number, threads_count); in pthreadpool_thread_parallelize_3d_tile_1d_fastpath() local
511 for (size_t tid = modulo_decrement(thread_number, threads_count); in pthreadpool_thread_parallelize_3d_tile_2d_fastpath() local
[all …]
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DModuleListenerTest.java59 TestDescription tid = new TestDescription("class", "test" + i); in testRegularExecution() local
73 TestDescription tid = new TestDescription("class", "test" + numTests); in testRun_missingTests() local
93 TestDescription tid = new TestDescription("class", "test" + numTests); in testInternalRerun() local
120 TestDescription tid = new TestDescription("class", "test" + i); in testMultiTestRun() local
128 TestDescription tid = new TestDescription("class2", "test" + i); in testMultiTestRun() local
205 TestDescription tid = new TestDescription("class", "test1"); in testRecordTestMappingSourcesIntoMetrics() local
/aosp_15_r20/system/extras/simpleperf/
H A DCallChainJoiner.cpp45 void LRUCache::AddCallChain(pid_t tid, std::vector<uint64_t>& ips, std::vector<uint64_t>& sps) { in AddCallChain()
112 CacheNode* LRUCache::GetNode(uint32_t tid, uint64_t ip, uint64_t sp) { in GetNode()
177 static bool WriteCallChain(FILE* fp, pid_t pid, pid_t tid, CallChainJoiner::ChainType type, in WriteCallChain()
205 static bool ReadCallChain(FILE* fp, pid_t& pid, pid_t& tid, CallChainJoiner::ChainType& type, in ReadCallChain()
231 static bool ReadCallChainInReverseOrder(FILE* fp, pid_t& pid, pid_t& tid, in ReadCallChainInReverseOrder()
288 bool CallChainJoiner::AddCallChain(pid_t pid, pid_t tid, ChainType type, in AddCallChain()
339 pid_t tid; in JoinCallChains() local
381 bool CallChainJoiner::GetNextCallChain(pid_t& pid, pid_t& tid, ChainType& type, in GetNextCallChain()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Dprocess_tracker.cc71 uint32_t tid) { in StartNewThread()
92 void ProcessTracker::EndThread(int64_t timestamp, uint32_t tid) { in EndThread()
134 std::optional<UniqueTid> ProcessTracker::GetThreadOrNull(uint32_t tid) { in GetThreadOrNull()
154 UniqueTid ProcessTracker::GetOrCreateThread(uint32_t tid) { in GetOrCreateThread()
159 UniqueTid ProcessTracker::UpdateThreadName(uint32_t tid, in UpdateThreadName()
214 uint32_t tid, in GetThreadOrNull()
252 UniqueTid ProcessTracker::UpdateThread(uint32_t tid, uint32_t pid) { in UpdateThread()
285 uint32_t tid) { in ResolveNamespacedTid()
418 uint32_t tid, in UpdateThreadNameAndMaybeProcessName()
611 uint32_t tid, in UpdateNamespacedThread()
/aosp_15_r20/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
H A Dperfetto_trace_writer.py39 def _get_sequence_id(tid): argument
48 def _intern_category(category, trace_packet, tid): argument
62 def _intern_event_name(event_name, trace_packet, tid): argument
76 def write_thread_descriptor_event(output, pid, tid, ts): argument
105 def write_event(output, ph, category, name, ts, args, tid): argument
192 tid, argument
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/result/
DReportPassedTestsTest.java73 TestDescription tid = new TestDescription("class", "testName"); in testReport() local
88 TestDescription tid = new TestDescription("class", "testName"); in testReportLarge() local
148 TestDescription tid = new TestDescription("class", "testName"); in testReport_runFailure_withPassedTestCases() local
221 TestDescription tid = new TestDescription("class", "testName"); in testReport_moduleFailure_withPassedTestCases_shards() local
250 TestDescription tid = new TestDescription("class", "testName"); in testReport_moduleFailure_withPassedTestCases() local
280 TestDescription tid = new TestDescription("class", "testName"); in testReport_invocationFailed() local
/aosp_15_r20/packages/services/Car/cpp/watchdog/server/src/
DThreadPriorityController.cpp36 Result<void> ThreadPriorityController::checkPidTidUid(pid_t pid, pid_t tid, uid_t uid) { in checkPidTidUid()
52 Result<void> ThreadPriorityController::setThreadPriority(int pid, int tid, int uid, int policy, in setThreadPriority()
84 Result<void> ThreadPriorityController::getThreadPriority(int pid, int tid, int uid, in getThreadPriority()
111 int ThreadPriorityController::SystemCalls::setScheduler(pid_t tid, int policy, in setScheduler()
116 int ThreadPriorityController::SystemCalls::getScheduler(pid_t tid) { in getScheduler()
120 int ThreadPriorityController::SystemCalls::getParam(pid_t tid, sched_param* param) { in getParam()
/aosp_15_r20/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread_manager.cc78 bool GetGuestThreadAttr(pid_t tid, in GetGuestThreadAttr()
93 pid_t tid = GettidSyscall(); in ExitCurrentThread() local
120 GuestThreadMap::GetInstance()->ForEachThread([current_tid](pid_t tid, GuestThread* thread) { in FlushGuestCodeCache()
154 pid_t tid = GettidSyscall(); in AttachCurrentThread() local
187 pid_t tid = GettidSyscall(); in InsertCurrentThread() local
208 pid_t tid = GettidSyscall(); in DetachCurrentThread() local
/aosp_15_r20/external/tensorflow/tensorflow/python/client/
H A Dtimeline.py61 def _create_event(self, ph, category, name, pid, tid, timestamp): argument
101 def emit_tid(self, name, pid, tid): argument
117 def emit_region(self, timestamp, duration, pid, tid, category, name, args): argument
134 def emit_obj_create(self, category, name, timestamp, pid, tid, object_id): argument
149 def emit_obj_delete(self, category, name, timestamp, pid, tid, object_id): argument
164 def emit_obj_snapshot(self, category, name, timestamp, pid, tid, object_id, argument
182 def emit_flow_start(self, name, timestamp, pid, tid, flow_id): argument
199 def emit_flow_end(self, name, timestamp, pid, tid, flow_id): argument
454 def _emit_tensor_snapshot(self, tensor, timestamp, pid, tid, value): argument
/aosp_15_r20/system/unwinding/libunwindstack/tools/
H A Dunwind_for_offline.cpp79 bool CreateAndChangeDumpDir(std::filesystem::path thread_dir, pid_t tid, bool is_main_thread) { in CreateAndChangeDumpDir()
104 bool SaveStack(pid_t tid, const std::vector<std::pair<uint64_t, uint64_t>>& stacks, in SaveStack()
179 bool CreateElfFromMemory(pid_t tid, unwindstack::MapInfo* map_info, std::string* name) { in CreateElfFromMemory()
217 bool CopyMapInfo(pid_t tid, unwindstack::MapInfo* map_info, in CopyMapInfo()
263 void SaveMapInfo(FILE* maps_fp, pid_t tid, unwindstack::MapInfo* map_info, in SaveMapInfo()
275 bool SaveData(pid_t tid, const std::filesystem::path& cwd, bool is_main_thread, FILE* output_fp) { in SaveData()
416 for (const pid_t& tid : proc.tids()) { in main() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/
H A Dserver.cc166 void OnExchangeMTU(att::Bearer::TransactionId tid, in OnExchangeMTU()
199 void OnFindInformation(att::Bearer::TransactionId tid, in OnFindInformation()
286 void OnFindByTypeValueRequest(att::Bearer::TransactionId tid, in OnFindByTypeValueRequest()
369 void OnReadByGroupType(att::Bearer::TransactionId tid, in OnReadByGroupType()
462 void OnReadByType(att::Bearer::TransactionId tid, in OnReadByType()
591 void OnReadBlobRequest(att::Bearer::TransactionId tid, in OnReadBlobRequest()
662 void OnReadRequest(att::Bearer::TransactionId tid, in OnReadRequest()
763 void OnWriteRequest(att::Bearer::TransactionId tid, in OnWriteRequest()
823 void OnPrepareWriteRequest(att::Bearer::TransactionId tid, in OnPrepareWriteRequest()
871 void OnExecuteWriteRequest(att::Bearer::TransactionId tid, in OnExecuteWriteRequest()
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/invoker/
DShardListenerTest.java73 TestDescription tid = new TestDescription("class1", "name1"); in testBufferAndReplay() local
105 TestDescription tid = new TestDescription("class1", "name1"); in testPlayRuns() local
158 TestDescription tid = new TestDescription("class1", "name1"); in testBufferAndReplay_withModule() local
221 TestDescription tid = new TestDescription("class1", "name1"); in testBufferAndReplay_withModule_attempts() local
296 TestDescription tid = new TestDescription("class1", "name1"); in testLogOrderingForSharding() local
/aosp_15_r20/system/unwinding/libunwindstack/utils/tests/
H A DProcessTracerTest.cpp153 static void VerifyState(pid_t tid, bool running) { in VerifyState()
173 for (const pid_t& tid : proc.tids()) { in VerifyState() local
200 for (const pid_t& tid : proc.tids()) { in TEST_P() local
213 for (const pid_t& tid : proc.tids()) { in TEST_P() local
241 for (const pid_t& tid : proc.tids()) { in TEST_P() local
251 for (const pid_t& tid : proc.tids()) { in TEST_P() local

12345678910>>...73