/external/chromium/chrome/browser/resources/gpu_internals/ |
timeline_model.js | 130 // A ptid is a pid and tid joined together x:y fashion, eg 1024:130 131 // The ptid is a unique key for a thread in the trace. 157 var ptid = event.pid + ':' + event.tid; 158 if (!(ptid in threadStateByPTID)) { 159 threadStateByPTID[ptid] = new ThreadState(); 161 var state = threadStateByPTID[ptid];
|
/external/valgrind/main/coregrind/m_gdbserver/ |
target.c | 44 char *image_ptid(unsigned long ptid) 47 VG_(sprintf) (result, "id %ld", ptid); 56 dlog(1, "removing gdb ptid %s\n", 68 unsigned long ptid; local 77 #define LOCAL_THREAD_TRACE " ti* %p vgtid %d status %s as gdb ptid %s lwpid %d\n", \ 79 image_ptid (ptid), ts->os_state.lwpid 83 ptid = ts->os_state.lwpid; 84 ti = gdb_id_to_thread (ptid); 92 add_thread (ptid, ts, ptid); [all...] |
/external/linux-tools-perf/util/ |
build-id.c | 52 event->fork.ppid, event->fork.ptid);
|
event.h | 37 u32 tid, ptid; member in struct:fork_event
|
python.c | 103 member_def(fork_event, ptid, T_UINT, "event ptid"), 111 "ptid: %u, time: %" PRIu64 "}", 116 pevent->event.fork.ptid,
|
event.c | 645 struct thread *parent = perf_session__findnew(session, event->fork.ptid); 648 event->fork.ppid, event->fork.ptid);
|
session.c | 402 event->fork.ptid = bswap_32(event->fork.ptid); [all...] |
/external/valgrind/main/drd/ |
drd_error.h | 172 ULong ptid; member in struct:__anon30769
|
drd_thread.c | 580 void DRD_(thread_set_pthreadid)(const DrdThreadId tid, const PThreadId ptid) 585 || DRD_(g_threadinfo)[tid].pt_threadid == ptid); 586 tl_assert(ptid != INVALID_POSIX_THREADID); 588 DRD_(g_threadinfo)[tid].pt_threadid = ptid; [all...] |
drd_thread.h | 156 void DRD_(thread_set_pthreadid)(const DrdThreadId tid, const PThreadId ptid);
|
drd_error.c | 437 iti->ptid, what_suffix);
|
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-amd64-linux.c | 201 static SysRes do_clone ( ThreadId ptid, 210 ThreadState* ptst = VG_(get_ThreadState)(ptid); 220 vg_assert(VG_(is_running_thread)(ptid)); 250 ctst->os_state.parent = ptid; 293 vg_assert(VG_(owns_BigLock_LL)(ptid)); 294 VG_TRACK ( pre_thread_ll_create, ptid, ctid ); [all...] |
syswrap-ppc64-linux.c | 261 static SysRes do_clone ( ThreadId ptid, 270 ThreadState* ptst = VG_(get_ThreadState)(ptid); 280 vg_assert(VG_(is_running_thread)(ptid)); 323 ctst->os_state.parent = ptid; 366 vg_assert(VG_(owns_BigLock_LL)(ptid)); 367 VG_TRACK ( pre_thread_ll_create, ptid, ctid ); [all...] |
syswrap-s390x-linux.c | 207 static SysRes do_clone ( ThreadId ptid, 216 ThreadState* ptst = VG_(get_ThreadState)(ptid); 226 vg_assert(VG_(is_running_thread)(ptid)); 256 ctst->os_state.parent = ptid; 291 vg_assert(VG_(owns_BigLock_LL)(ptid)); 292 VG_TRACK ( pre_thread_ll_create, ptid, ctid ); [all...] |
syswrap-arm-linux.c | 167 static SysRes do_clone ( ThreadId ptid, 176 ThreadState* ptst = VG_(get_ThreadState)(ptid); 186 vg_assert(VG_(is_running_thread)(ptid)); 202 ctst->os_state.parent = ptid; 233 vg_assert(VG_(owns_BigLock_LL)(ptid)); 234 VG_TRACK ( pre_thread_ll_create, ptid, ctid ); [all...] |
syswrap-ppc32-linux.c | 234 static SysRes do_clone ( ThreadId ptid, 243 ThreadState* ptst = VG_(get_ThreadState)(ptid); 253 vg_assert(VG_(is_running_thread)(ptid)); 296 ctst->os_state.parent = ptid; 339 vg_assert(VG_(owns_BigLock_LL)(ptid)); 340 VG_TRACK ( pre_thread_ll_create, ptid, ctid ); [all...] |
syswrap-x86-linux.c | 208 static SysRes do_clone ( ThreadId ptid, 217 ThreadState* ptst = VG_(get_ThreadState)(ptid); 227 vg_assert(VG_(is_running_thread)(ptid)); 261 ctst->os_state.parent = ptid; 307 vg_assert(VG_(owns_BigLock_LL)(ptid)); 308 VG_TRACK ( pre_thread_ll_create, ptid, ctid ); [all...] |
syswrap-amd64-darwin.c | 381 // But we don't have ptid here... 382 //VG_TRACK ( pre_thread_ll_create, ptid, tst->tid );
|
syswrap-x86-darwin.c | 339 // But we don't have ptid here... 340 //VG_TRACK ( pre_thread_ll_create, ptid, tst->tid );
|
syswrap-mips32-linux.c | 236 static SysRes do_clone (ThreadId ptid, 244 ThreadState * ptst = VG_ (get_ThreadState) (ptid); 253 vg_assert (VG_ (is_running_thread) (ptid)); 268 ctst->os_state.parent = ptid; 300 VG_TRACK (pre_thread_ll_create, ptid, ctid); [all...] |
/external/chromium_org/chrome/common/metrics/proto/ |
perf_data.proto | 278 optional uint32 ptid = 4;
|
/external/kernel-headers/original/linux/ |
perf_event.h | 367 * u32 tid, ptid; 388 * u32 tid, ptid;
|
/external/linux-tools-perf/util/include/linux/added/ |
perf_event.h | 394 * u32 tid, ptid; 415 * u32 tid, ptid;
|
/external/iproute2/ip/ |
ipl2tp.c | 544 (strcmp(*argv, "ptid") == 0)) {
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/ |
gdbint.info | [all...] |