Home
last modified time | relevance | path

Searched refs:ptid (Results 1 – 23 of 23) sorted by relevance

/external/valgrind/main/coregrind/m_gdbserver/
Dtarget.c44 char *image_ptid(unsigned long ptid) in image_ptid() argument
47 VG_(sprintf) (result, "id %ld", ptid); in image_ptid()
68 unsigned long ptid; in valgrind_update_threads() local
79 image_ptid (ptid), ts->os_state.lwpid in valgrind_update_threads()
83 ptid = ts->os_state.lwpid; in valgrind_update_threads()
84 ti = gdb_id_to_thread (ptid); in valgrind_update_threads()
92 add_thread (ptid, ts, ptid); in valgrind_update_threads()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-arm64-linux.c216 static SysRes do_clone ( ThreadId ptid, in do_clone() argument
226 ThreadState* ptst = VG_(get_ThreadState)(ptid); in do_clone()
236 vg_assert(VG_(is_running_thread)(ptid)); in do_clone()
266 ctst->os_state.parent = ptid; in do_clone()
310 vg_assert(VG_(owns_BigLock_LL)(ptid)); in do_clone()
311 VG_TRACK ( pre_thread_ll_create, ptid, ctid ); in do_clone()
Dsyswrap-ppc64-linux.c261 static SysRes do_clone ( ThreadId ptid, in do_clone() argument
270 ThreadState* ptst = VG_(get_ThreadState)(ptid); in do_clone()
280 vg_assert(VG_(is_running_thread)(ptid)); in do_clone()
323 ctst->os_state.parent = ptid; in do_clone()
366 vg_assert(VG_(owns_BigLock_LL)(ptid)); in do_clone()
367 VG_TRACK ( pre_thread_ll_create, ptid, ctid ); in do_clone()
Dsyswrap-ppc32-linux.c234 static SysRes do_clone ( ThreadId ptid, in do_clone() argument
243 ThreadState* ptst = VG_(get_ThreadState)(ptid); in do_clone()
253 vg_assert(VG_(is_running_thread)(ptid)); in do_clone()
296 ctst->os_state.parent = ptid; in do_clone()
339 vg_assert(VG_(owns_BigLock_LL)(ptid)); in do_clone()
340 VG_TRACK ( pre_thread_ll_create, ptid, ctid ); in do_clone()
Dsyswrap-amd64-linux.c201 static SysRes do_clone ( ThreadId ptid, in do_clone() argument
210 ThreadState* ptst = VG_(get_ThreadState)(ptid); in do_clone()
220 vg_assert(VG_(is_running_thread)(ptid)); in do_clone()
250 ctst->os_state.parent = ptid; in do_clone()
293 vg_assert(VG_(owns_BigLock_LL)(ptid)); in do_clone()
294 VG_TRACK ( pre_thread_ll_create, ptid, ctid ); in do_clone()
Dsyswrap-s390x-linux.c207 static SysRes do_clone ( ThreadId ptid, in do_clone() argument
216 ThreadState* ptst = VG_(get_ThreadState)(ptid); in do_clone()
226 vg_assert(VG_(is_running_thread)(ptid)); in do_clone()
256 ctst->os_state.parent = ptid; in do_clone()
291 vg_assert(VG_(owns_BigLock_LL)(ptid)); in do_clone()
292 VG_TRACK ( pre_thread_ll_create, ptid, ctid ); in do_clone()
Dsyswrap-arm-linux.c167 static SysRes do_clone ( ThreadId ptid, in do_clone() argument
176 ThreadState* ptst = VG_(get_ThreadState)(ptid); in do_clone()
186 vg_assert(VG_(is_running_thread)(ptid)); in do_clone()
202 ctst->os_state.parent = ptid; in do_clone()
233 vg_assert(VG_(owns_BigLock_LL)(ptid)); in do_clone()
234 VG_TRACK ( pre_thread_ll_create, ptid, ctid ); in do_clone()
Dsyswrap-mips64-linux.c196 static SysRes do_clone ( ThreadId ptid, in do_clone() argument
204 ThreadState * ptst = VG_ (get_ThreadState) (ptid); in do_clone()
213 vg_assert(VG_(is_running_thread)(ptid)); in do_clone()
228 ctst->os_state.parent = ptid; in do_clone()
249 VG_TRACK(pre_thread_ll_create, ptid, ctid); in do_clone()
Dsyswrap-mips32-linux.c239 static SysRes do_clone (ThreadId ptid, in do_clone() argument
247 ThreadState * ptst = VG_ (get_ThreadState) (ptid); in do_clone()
256 vg_assert (VG_ (is_running_thread) (ptid)); in do_clone()
271 ctst->os_state.parent = ptid; in do_clone()
303 VG_TRACK (pre_thread_ll_create, ptid, ctid); in do_clone()
Dsyswrap-x86-linux.c208 static SysRes do_clone ( ThreadId ptid, in do_clone() argument
217 ThreadState* ptst = VG_(get_ThreadState)(ptid); in do_clone()
227 vg_assert(VG_(is_running_thread)(ptid)); in do_clone()
261 ctst->os_state.parent = ptid; in do_clone()
307 vg_assert(VG_(owns_BigLock_LL)(ptid)); in do_clone()
308 VG_TRACK ( pre_thread_ll_create, ptid, ctid ); in do_clone()
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dbuild-id.c56 event->fork.ppid, event->fork.ptid); in perf_event__exit_del_thread()
Devent.h42 u32 tid, ptid; member
Dpython.c123 member_def(fork_event, ptid, T_UINT, "event ptid"),
136 pevent->event.fork.ptid, in pyrf_task_event__repr()
Devent.c567 event->fork.ppid, event->fork.ptid); in perf_event__fprintf_task()
Dsession.c380 event->fork.ptid = bswap_32(event->fork.ptid); in perf_event__task_swap()
Dmachine.c1110 event->fork.ptid); in machine__process_fork_event()
/external/valgrind/main/drd/
Ddrd_error.h172 ULong ptid; member
Ddrd_thread.c580 void DRD_(thread_set_pthreadid)(const DrdThreadId tid, const PThreadId ptid) in DRD_()
585 || DRD_(g_threadinfo)[tid].pt_threadid == ptid); in DRD_()
586 tl_assert(ptid != INVALID_POSIX_THREADID); in DRD_()
588 DRD_(g_threadinfo)[tid].pt_threadid = ptid; in DRD_()
Ddrd_thread.h156 void DRD_(thread_set_pthreadid)(const DrdThreadId tid, const PThreadId ptid);
Ddrd_error.c437 iti->ptid, what_suffix); in drd_tool_error_pp()
/external/chromium_org/components/metrics/proto/
Dperf_data.proto278 optional uint32 ptid = 4; field
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-sched.c740 event->fork.ptid); in replay_fork_event()
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
Dfinal-url-en77054 http://www.umc.org/interior.asp?ptid=1&mid=4292