HomeSort by relevance Sort by last modified time
    Searched refs:ptid (Results 1 - 17 of 17) sorted by null

  /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
event.c 645 struct thread *parent = perf_session__findnew(session, event->fork.ptid);
648 event->fork.ppid, event->fork.ptid);
python.c 103 member_def(fork_event, ptid, T_UINT, "event ptid"),
111 "ptid: %u, time: %" PRIu64 "}",
116 pevent->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:__anon17001
drd_thread.h 156 void DRD_(thread_set_pthreadid)(const DrdThreadId tid, const PThreadId ptid);
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_error.c 437 iti->ptid, what_suffix);
  /external/valgrind/main/coregrind/m_syswrap/
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-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-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-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-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-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...]

Completed in 188 milliseconds