Home
last modified time | relevance | path

Searched refs:tid (Results 1 – 25 of 986) sorted by relevance

12345678910>>...40

/external/chromium-trace/catapult/systrace/systrace/test_data/
Dprofile-chrome_systrace_perf_chrome_data1tid": 13956, "ph": "X", "dur": 463}, {"tdur": 412, "name": "TaskQueueManager::DoWork", "tts": 6016…
/external/adeb/bcc/misc/
Dandroid-futex-contention.py52 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 …]
Dfutex-contention.py35 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/
Dsanitizer_thread_registry.cc19 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/
Dicmp.i16.ll13 %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 …]
Dshrink-add-sub-constant.ll11 %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 …]
Dfneg-combines.ll18 %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 …]
Dcommute-compares.ll12 %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 …]
Dv_cndmask.ll51 %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/
Dhlsl.numthreads.comp.out7 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 …]
Dhlsl.imagefetch-subvec4.comp.out7 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/
Dhlsl.numthreads.comp.out7 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 …]
Dhlsl.imagefetch-subvec4.comp.out7 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/
Dsftp-cmds.sh8 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/
Dda.txt1297 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/
Dprio-preempt.c138 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/
Dcommute-compares.ll12 %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 …]
Dmad-sub.ll13 %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/
Dthread_time_in_state.textproto15 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/
Dperfetto_trace_writer.py32 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/
Dpmf_helpers.h22 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/
Dtlbie_test.c202 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/
Dandroid_startup_breakdown.py31 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/
Dsynth_common.py48 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/
Dpmf_main.c118 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 …]

12345678910>>...40