/external/chromium-trace/catapult/systrace/systrace/test_data/ |
D | profile-chrome_systrace_perf_chrome_data | 1 …tid": 13956, "ph": "X", "dur": 463}, {"tdur": 412, "name": "TaskQueueManager::DoWork", "tts": 6016…
|
/external/adeb/bcc/misc/ |
D | android-futex-contention.py | 52 def syscalls__sys_enter_futex(event, ctxt, cpu, s, ns, tid, comm, callchain, argument 60 process_names[tid] = comm 61 thread_thislock[tid] = uaddr 62 thread_blocktime[tid] = nsecs(s, ns) 64 def syscalls__sys_exit_futex(event, ctxt, cpu, s, ns, tid, comm, callchain, argument 70 if thread_blocktime.has_key(tid): 72 elapsed = nsecs(s, ns) - thread_blocktime[tid] 73 add_stats(lock_waits, (tid, thread_thislock[tid]), elapsed) 77 if (tid, thread_thislock[tid]) in max_waits: 78 prev_wait = max_waits[(tid, thread_thislock[tid])][0] [all …]
|
D | futex-contention.py | 35 def syscalls__sys_enter_futex(event, ctxt, cpu, s, ns, tid, comm, callchain, argument 43 process_names[tid] = comm 44 thread_thislock[tid] = uaddr 45 thread_blocktime[tid] = nsecs(s, ns) 47 def syscalls__sys_exit_futex(event, ctxt, cpu, s, ns, tid, comm, callchain, argument 49 if thread_blocktime.has_key(tid): 50 elapsed = nsecs(s, ns) - thread_blocktime[tid] 51 add_stats(lock_waits, (tid, thread_thislock[tid]), elapsed) 52 del thread_blocktime[tid] 53 del thread_thislock[tid] [all …]
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_thread_registry.cc | 19 ThreadContextBase::ThreadContextBase(u32 tid) in ThreadContextBase() argument 20 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), in ThreadContextBase() 75 if (tid != 0) in SetCreated() 124 u32 tid = kUnknownTid; in CreateThread() local 127 tid = tctx->tid; in CreateThread() 130 tid = n_contexts_++; in CreateThread() 131 tctx = context_factory_(tid); in CreateThread() 132 threads_[tid] = tctx; in CreateThread() 144 CHECK_NE(tid, kUnknownTid); in CreateThread() 145 CHECK_LT(tid, max_threads_); in CreateThread() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | icmp.i16.ll | 13 %tid = call i32 @llvm.amdgcn.workitem.id.x() 14 %tid.ext = sext i32 %tid to i64 15 %a.gep = getelementptr inbounds i16, i16 addrspace(1)* %a.ptr, i64 %tid.ext 16 %b.gep = getelementptr inbounds i16, i16 addrspace(1)* %b.ptr, i64 %tid.ext 17 %out.gep = getelementptr inbounds i32, i32 addrspace(1)* %out, i64 %tid.ext 31 %tid = call i32 @llvm.amdgcn.workitem.id.x() 32 %tid.ext = sext i32 %tid to i64 33 %a.gep = getelementptr inbounds i16, i16 addrspace(1)* %a.ptr, i64 %tid.ext 34 %b.gep = getelementptr inbounds i16, i16 addrspace(1)* %b.ptr, i64 %tid.ext 35 %out.gep = getelementptr inbounds i32, i32 addrspace(1)* %out, i64 %tid.ext [all …]
|
D | shrink-add-sub-constant.ll | 11 %tid = call i32 @llvm.amdgcn.workitem.id.x() 12 %tid.ext = sext i32 %tid to i64 13 %gep = getelementptr inbounds i32, i32 addrspace(1)* %in, i64 %tid.ext 14 %gep.out = getelementptr inbounds i32, i32 addrspace(1)* %out, i64 %tid.ext 27 %tid = call i32 @llvm.amdgcn.workitem.id.x() 28 %tid.ext = sext i32 %tid to i64 29 %gep = getelementptr inbounds i32, i32 addrspace(1)* %in, i64 %tid.ext 30 %gep.out = getelementptr inbounds i32, i32 addrspace(1)* %out, i64 %tid.ext 44 %tid = call i32 @llvm.amdgcn.workitem.id.x() 45 %tid.ext = sext i32 %tid to i64 [all …]
|
D | fneg-combines.ll | 18 %tid = call i32 @llvm.amdgcn.workitem.id.x() 19 %tid.ext = sext i32 %tid to i64 20 %a.gep = getelementptr inbounds float, float addrspace(1)* %a.ptr, i64 %tid.ext 21 %b.gep = getelementptr inbounds float, float addrspace(1)* %b.ptr, i64 %tid.ext 22 %out.gep = getelementptr inbounds float, float addrspace(1)* %out, i64 %tid.ext 39 %tid = call i32 @llvm.amdgcn.workitem.id.x() 40 %tid.ext = sext i32 %tid to i64 41 %a.gep = getelementptr inbounds float, float addrspace(1)* %a.ptr, i64 %tid.ext 42 %b.gep = getelementptr inbounds float, float addrspace(1)* %b.ptr, i64 %tid.ext 43 %out.gep = getelementptr inbounds float, float addrspace(1)* %out, i64 %tid.ext [all …]
|
D | commute-compares.ll | 12 %tid = call i32 @llvm.amdgcn.workitem.id.x() #0 13 %gep.in = getelementptr i32, i32 addrspace(1)* %in, i32 %tid 14 %gep.out = getelementptr i32, i32 addrspace(1)* %out, i32 %tid 25 %tid = call i32 @llvm.amdgcn.workitem.id.x() #0 26 %gep.in = getelementptr i32, i32 addrspace(1)* %in, i32 %tid 27 %gep.out = getelementptr i32, i32 addrspace(1)* %out, i32 %tid 40 %tid = call i32 @llvm.amdgcn.workitem.id.x() #0 41 %gep.in = getelementptr i32, i32 addrspace(1)* %in, i32 %tid 42 %gep.out = getelementptr i32, i32 addrspace(1)* %out, i32 %tid 53 %tid = call i32 @llvm.amdgcn.workitem.id.x() #0 [all …]
|
D | v_cndmask.ll | 51 %tid = call i32 @llvm.amdgcn.workitem.id.x() #1 52 %tid.ext = sext i32 %tid to i64 53 %out.gep = getelementptr inbounds float, float addrspace(1)* %out, i64 %tid.ext 66 %tid = call i32 @llvm.amdgcn.workitem.id.x() #1 67 %tid.ext = sext i32 %tid to i64 68 %out.gep = getelementptr inbounds float, float addrspace(1)* %out, i64 %tid.ext 81 %tid = call i32 @llvm.amdgcn.workitem.id.x() #1 82 %tid.ext = sext i32 %tid to i64 83 %out.gep = getelementptr inbounds float, float addrspace(1)* %out, i64 %tid.ext 96 %tid = call i32 @llvm.amdgcn.workitem.id.x() #1 [all …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.numthreads.comp.out | 7 0:4 'tid' ( in 3-component vector of uint) 10 0:9 'tid' ( in 3-component vector of uint) 15 0:? 'tid' ( temp 3-component vector of uint) 16 0:? 'tid' ( in 3-component vector of uint GlobalInvocationID) 18 0:? 'tid' ( temp 3-component vector of uint) 20 0:? 'tid' ( in 3-component vector of uint GlobalInvocationID) 31 0:4 'tid' ( in 3-component vector of uint) 34 0:9 'tid' ( in 3-component vector of uint) 39 0:? 'tid' ( temp 3-component vector of uint) 40 0:? 'tid' ( in 3-component vector of uint GlobalInvocationID) [all …]
|
D | hlsl.imagefetch-subvec4.comp.out | 7 0:6 'tid' ( in 3-component vector of uint) 15 0:7 'tid' ( in 3-component vector of uint) 20 0:7 'tid' ( in 3-component vector of uint) 27 0:? 'tid' ( temp 3-component vector of uint) 28 0:? 'tid' ( in 3-component vector of uint GlobalInvocationID) 30 0:? 'tid' ( temp 3-component vector of uint) 34 0:? 'tid' ( in 3-component vector of uint GlobalInvocationID) 45 0:6 'tid' ( in 3-component vector of uint) 53 0:7 'tid' ( in 3-component vector of uint) 58 0:7 'tid' ( in 3-component vector of uint) [all …]
|
/external/angle/third_party/glslang/src/Test/baseResults/ |
D | hlsl.numthreads.comp.out | 7 0:4 'tid' ( in 3-component vector of uint) 10 0:9 'tid' ( in 3-component vector of uint) 15 0:? 'tid' ( temp 3-component vector of uint) 16 0:? 'tid' ( in 3-component vector of uint GlobalInvocationID) 18 0:? 'tid' ( temp 3-component vector of uint) 20 0:? 'tid' ( in 3-component vector of uint GlobalInvocationID) 31 0:4 'tid' ( in 3-component vector of uint) 34 0:9 'tid' ( in 3-component vector of uint) 39 0:? 'tid' ( temp 3-component vector of uint) 40 0:? 'tid' ( in 3-component vector of uint GlobalInvocationID) [all …]
|
D | hlsl.imagefetch-subvec4.comp.out | 7 0:6 'tid' ( in 3-component vector of uint) 15 0:7 'tid' ( in 3-component vector of uint) 20 0:7 'tid' ( in 3-component vector of uint) 27 0:? 'tid' ( temp 3-component vector of uint) 28 0:? 'tid' ( in 3-component vector of uint GlobalInvocationID) 30 0:? 'tid' ( temp 3-component vector of uint) 34 0:? 'tid' ( in 3-component vector of uint GlobalInvocationID) 45 0:6 'tid' ( in 3-component vector of uint) 53 0:7 'tid' ( in 3-component vector of uint) 58 0:7 'tid' ( in 3-component vector of uint) [all …]
|
/external/openssh/regress/ |
D | sftp-cmds.sh | 8 tid="sftp commands" 30 verbose "$tid: lls" 34 verbose "$tid: lls w/path" 38 verbose "$tid: ls" 43 verbose "$tid: shell" 48 verbose "$tid: pwd" 53 verbose "$tid: lpwd" 58 verbose "$tid: quit" 63 verbose "$tid: help" 69 verbose "$tid: get" [all …]
|
/external/icu/icu4c/source/data/zone/ |
D | da.txt | 1297 lg{"Acre-tid"} 1301 ls{"Afghansk tid"} 1304 ls{"Centralafrikansk tid"} 1307 ls{"Østafrikansk tid"} 1310 ls{"Sydafrikansk tid"} 1314 lg{"Vestafrikansk tid"} 1319 lg{"Alaska-tid"} 1324 lg{"Almaty-tid"} 1329 lg{"Amazonas-tid"} 1334 lg{"Central-tid"} [all …]
|
/external/ltp/testcases/realtime/func/prio-preempt/ |
D | prio-preempt.c | 138 int policy, mypri = 0, tid; in busy_thread() local 139 tid = (intptr_t) (((struct thread *)arg)->arg); in busy_thread() 149 printf("Busy Thread %d(%d): Running...\n", tid, mypri); in busy_thread() 157 printf("Busy Thread %d(%d): Exiting\n", tid, mypri); in busy_thread() 164 int policy, rc, mypri = 0, tid, times = 0; in worker_thread() local 165 tid = (intptr_t) (((struct thread *)arg)->arg); in worker_thread() 179 rc = pthread_mutex_lock(&mutex[tid]); in worker_thread() 180 if (tid == 0) in worker_thread() 182 rc = pthread_cond_wait(&cond[tid], &mutex[tid]); in worker_thread() 183 rc = pthread_mutex_unlock(&mutex[tid]); in worker_thread() [all …]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | commute-compares.ll | 12 %tid = call i32 @llvm.amdgcn.workitem.id.x() #0 13 %gep.in = getelementptr i32, i32 addrspace(1)* %in, i32 %tid 14 %gep.out = getelementptr i32, i32 addrspace(1)* %out, i32 %tid 25 %tid = call i32 @llvm.amdgcn.workitem.id.x() #0 26 %gep.in = getelementptr i32, i32 addrspace(1)* %in, i32 %tid 27 %gep.out = getelementptr i32, i32 addrspace(1)* %out, i32 %tid 40 %tid = call i32 @llvm.amdgcn.workitem.id.x() #0 41 %gep.in = getelementptr i32, i32 addrspace(1)* %in, i32 %tid 42 %gep.out = getelementptr i32, i32 addrspace(1)* %out, i32 %tid 53 %tid = call i32 @llvm.amdgcn.workitem.id.x() #0 [all …]
|
D | mad-sub.ll | 13 %tid = tail call i32 @llvm.amdgcn.workitem.id.x() #0 14 %tid.ext = sext i32 %tid to i64 15 %gep0 = getelementptr float, float addrspace(1)* %ptr, i64 %tid.ext 16 %add1 = add i64 %tid.ext, 1 18 %add2 = add i64 %tid.ext, 2 20 %outgep = getelementptr float, float addrspace(1)* %out, i64 %tid.ext 37 %tid = tail call i32 @llvm.amdgcn.workitem.id.x() #0 38 %tid.ext = sext i32 %tid to i64 39 %gep0 = getelementptr float, float addrspace(1)* %ptr, i64 %tid.ext 40 %add1 = add i64 %tid.ext, 1 [all …]
|
/external/perfetto/test/trace_processor/ |
D | thread_time_in_state.textproto | 15 tid: 5 19 tid: 7 29 tid: 11 34 tid: 12 46 tid: 5 61 tid: 5 68 tid: 7 76 tid: 11 81 tid: 12 94 tid: 5 [all …]
|
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/ |
D | perfetto_trace_writer.py | 32 def _get_sequence_id(tid): argument 35 if tid not in _sequence_ids: 36 _sequence_ids[tid] = _next_sequence_id 38 return _sequence_ids[tid] 41 def _intern_category(category, trace_packet, tid): argument 43 categories = _interned_categories_by_tid[tid] 55 def _intern_event_name(event_name, trace_packet, tid): argument 57 event_names = _interned_event_names_by_tid[tid] 69 def write_thread_descriptor_event(output, pid, tid, ts): argument 83 _last_timestamps[tid] = ts_us [all …]
|
/external/arm-trusted-firmware/include/lib/pmf/ |
D | pmf_helpers.h | 22 typedef unsigned long long (*pmf_svc_get_ts_t)(unsigned int tid, 52 unsigned int tid, \ 55 unsigned int tid, \ 91 unsigned int tid, \ 95 unsigned int tid, \ 173 unsigned int tid, \ 177 PMF_VALIDATE_TID(_name, tid); \ 180 __pmf_store_timestamp(base_addr, tid, ts); \ 182 __pmf_dump_timestamp(tid, ts); \ 185 unsigned int tid, \ [all …]
|
/external/linux-kselftest/tools/testing/selftests/powerpc/mm/ |
D | tlbie_test.c | 202 static inline unsigned int compute_store_pattern(unsigned int tid, in compute_store_pattern() argument 207 char *start = compute_chunk_start_addr(tid); in compute_store_pattern() 210 ret += (tid & THREAD_ID_MASK) << THREAD_ID_SHIFT; in compute_store_pattern() 257 static inline void start_verification_log(unsigned int tid, in start_verification_log() argument 266 char *chunk_start = compute_chunk_start_addr(tid); in start_verification_log() 269 sprintf(logfile, logfilename, tid); in start_verification_log() 279 fp[tid] = f; in start_verification_log() 283 fprintf(f, "Thread id = %02d\n", tid); in start_verification_log() 292 static inline void log_anamoly(unsigned int tid, unsigned int *addr, in log_anamoly() argument 295 FILE *f = fp[tid]; in log_anamoly() [all …]
|
/external/perfetto/test/metrics/ |
D | android_startup_breakdown.py | 31 ts=102, tid=2, pid=2, buf='MetricsLogger:launchObserverNotifyIntentStarted') 32 trace.add_atrace_end(ts=103, tid=2, pid=2) 35 ts=110, tid=2, pid=2, buf='launching: com.google.android.calendar') 38 ts=120, tid=2, pid=2, buf='Start proc: com.google.android.calendar') 39 trace.add_atrace_end(ts=155, tid=2, pid=2) 42 trace.add_atrace_begin(ts=125, tid=1, pid=1, buf='bindApplication') 43 trace.add_atrace_end(ts=195, tid=1, pid=1) 45 trace.add_atrace_begin(ts=185, tid=3, pid=3, buf='bindApplication') 46 trace.add_atrace_end(ts=195, tid=3, pid=3) 49 ts=210, tid=2, pid=2, buf='launching: com.google.android.calendar') [all …]
|
/external/perfetto/test/ |
D | synth_common.py | 48 def __add_ftrace_event(self, ts, tid): argument 51 ftrace.pid = tid 54 def add_rss_stat(self, ts, tid, member, size, mm_id=None, curr=None): argument 55 ftrace = self.__add_ftrace_event(ts, tid) 64 def add_ion_event(self, ts, tid, heap_name, len, size=0): argument 65 ftrace = self.__add_ftrace_event(ts, tid) 107 def add_kernel_lmk(self, ts, tid): argument 108 ftrace = self.__add_ftrace_event(ts, tid) 110 lowmemory_kill.pid = tid 112 def add_sys_enter(self, ts, tid, id): argument [all …]
|
/external/arm-trusted-firmware/lib/pmf/ |
D | pmf_main.c | 118 static pmf_svc_desc_t *get_service(unsigned int tid) in get_service() argument 123 unsigned int svc_id = tid & PMF_SVC_ID_MASK; in get_service() 146 if ((svc_id == desc_svc_id) && ((tid & PMF_TID_MASK) < in get_service() 157 int pmf_get_timestamp_smc(unsigned int tid, in pmf_get_timestamp_smc() argument 166 svc_desc = get_service(tid); in pmf_get_timestamp_smc() 173 *ts_value = svc_desc->get_ts(tid, mpidr, flags); in pmf_get_timestamp_smc() 182 void __pmf_dump_timestamp(unsigned int tid, unsigned long long ts) in __pmf_dump_timestamp() argument 185 plat_my_core_pos(), tid, ts); in __pmf_dump_timestamp() 193 unsigned int tid, in calc_ts_addr() argument 199 PMF_PERCPU_TIMESTAMP_SIZE) - ((tid & PMF_TID_MASK) * in calc_ts_addr() [all …]
|