HomeSort by relevance Sort by last modified time
    Searched full:ptid (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium-trace/src/tracing/
trace_event_importer.js 48 // PTID. A ptid is a pid and tid joined together x:y fashion, eg
49 // 1024:130. The ptid is a unique key for a thread in the trace.
172 for (var ptid in this.threadStateByPTID_) {
173 var state = this.threadStateByPTID_[ptid];
200 for (var ptid in this.threadStateByPTID_) {
201 var state = this.threadStateByPTID_[ptid];
276 var ptid = tracing.TimelineThread.getPTIDFromPidAndTid(
279 if (!(ptid in this.threadStateByPTID_))
280 this.threadStateByPTID_[ptid] = new ThreadState()
    [all...]
timeline_model.js 114 this.asyncSlices = new TimelineAsyncSliceGroup(this.ptid);
141 get ptid() {
569 var slicePTID = slice.startThread.ptid;
575 for (var ptid in subGroupsByPTID) {
576 var group = subGroupsByPTID[ptid];
  /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/
valgrind-low.c 64 char *image_ptid(unsigned long ptid)
67 VG_(sprintf) (result, "id %ld", ptid);
76 dlog(1, "removing gdb ptid %s\n",
88 unsigned long ptid; local
97 #define LOCAL_THREAD_TRACE " ti* %p vgtid %d status %s as gdb ptid %s lwpid %d\n", \
99 image_ptid (ptid), ts->os_state.lwpid
103 ptid = ts->os_state.lwpid;
104 ti = gdb_id_to_thread (ptid);
112 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 173 ULong ptid; member in struct:__anon14064
drd_thread.c 578 void DRD_(thread_set_pthreadid)(const DrdThreadId tid, const PThreadId ptid)
583 || DRD_(g_threadinfo)[tid].pt_threadid == ptid);
584 tl_assert(ptid != INVALID_POSIX_THREADID);
586 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 438 iti->ptid, what_suffix);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-linux.c 200 static SysRes do_clone ( ThreadId ptid,
209 ThreadState* ptst = VG_(get_ThreadState)(ptid);
219 vg_assert(VG_(is_running_thread)(ptid));
249 ctst->os_state.parent = ptid;
292 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_TRACK ( pre_thread_ll_create, ptid, ctid );
    [all...]
syswrap-s390x-linux.c 206 static SysRes do_clone ( ThreadId ptid,
215 ThreadState* ptst = VG_(get_ThreadState)(ptid);
225 vg_assert(VG_(is_running_thread)(ptid));
255 ctst->os_state.parent = ptid;
290 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
    [all...]
syswrap-amd64-darwin.c 351 // But we don't have ptid here...
352 //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-arm-linux.c 165 static SysRes do_clone ( ThreadId ptid,
174 ThreadState* ptst = VG_(get_ThreadState)(ptid);
184 vg_assert(VG_(is_running_thread)(ptid));
200 ctst->os_state.parent = ptid;
231 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
    [all...]
syswrap-ppc32-linux.c 233 static SysRes do_clone ( ThreadId ptid,
242 ThreadState* ptst = VG_(get_ThreadState)(ptid);
252 vg_assert(VG_(is_running_thread)(ptid));
295 ctst->os_state.parent = ptid;
338 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
    [all...]
syswrap-x86-linux.c 207 static SysRes do_clone ( ThreadId ptid,
216 ThreadState* ptst = VG_(get_ThreadState)(ptid);
226 vg_assert(VG_(is_running_thread)(ptid));
260 ctst->os_state.parent = ptid;
306 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
    [all...]
  /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/valgrind/tsan/
ts_pin.cc     [all...]
  /prebuilt/android-arm/gdbserver/
gdbserver 

Completed in 566 milliseconds

1 2