/development/tools/logblame/ |
D | logs.py | 19 def __init__(self, buf=None, timestamp=None, uid=None, pid=None, tid=None, level=None, argument 25 self.tid = tid 33 self.pid, self.tid, self.level, self.tag, self.text) 41 and self.tid == other.tid 48 logLine = LogLine(self.buf, self.timestamp, self.uid, self.pid, self.tid, self.level, 83 tid = None 130 tid=m.group(4), 148 tid=m.group(3),
|
D | analyze_logs.py | 182 logLine.uid, logLine.pid, logLine.tid, logLine.level, logLine.tag, logLine.text))
|
D | sample.txt | 602 AudioFlinger's thread 0xf1220600 tid=20182 ready to run 1043 AudioFlinger's thread 0xf1220e40 tid=20213 ready to run 1325 AudioFlinger's thread 0xf1220e80 tid=20227 ready to run 1931 AudioFlinger's thread 0xf12208c0 tid=20278 ready to run 2319 AudioFlinger's thread 0xf19aa340 tid=20301 ready to run 2596 AudioFlinger's thread 0xf19a7500 tid=20313 ready to run 2885 AudioFlinger's thread 0xf19a7f40 tid=20329 ready to run
|
/development/tools/bugreport/src/com/android/bugreport/bugreport/ |
D | ThreadInfo.java | 31 public int tid; field in ThreadInfo 41 public ThreadInfo(ProcessInfo pi, int tid, String name) { in ThreadInfo() argument 43 this.tid = tid; in ThreadInfo()
|
/development/tools/bugreport/src/com/android/bugreport/stacks/ |
D | ThreadSnapshot.java | 33 public int tid = -1; field in ThreadSnapshot 68 this.tid = that.tid; in ThreadSnapshot() 103 int cmp = this.tid - that.tid; in compareTo()
|
D | ProcessSnapshot.java | 79 public ThreadSnapshot getThread(int tid) { in getThread() argument 81 if (tid == thread.tid) { in getThread()
|
D | ThreadSnapshotParser.java | 133 result.tid = -1; in parse() 140 result.tid = Utils.getInt(beginManagedThreadRe, 4, -1); in parse() 147 result.tid = -1; in parse() 301 System.out.println("tid=" + result.tid); in parse()
|
/development/tools/bugreport/src/com/android/bugreport/logcat/ |
D | LogcatParser.java | 77 ll.tid = Integer.parseInt(m.group(10)); in parse() 86 + " tid=" + ll.tid + " level=" + ll.level + " tag=" + ll.tag in parse()
|
D | LogLine.java | 60 public int tid = -1; field in LogLine
|
/development/tools/bugreport/src/com/android/bugreport/inspector/ |
D | DeadlockDetector.java | 146 + "\" (tid=" + offendingThread.tid + ")"); in detectDeadlocks() 181 System.out.println("Thread " + thread.tid in detectDeadlocks() 199 + "\" (tid=" + tr.thread.tid + ")"); in detectDeadlocks()
|
D | Inspector.java | 151 private ThreadInfo makeThreadInfo(ProcessInfo pi, int tid, String name) { in makeThreadInfo() argument 152 ThreadInfo ti = pi.threads.get(tid); in makeThreadInfo() 154 ti = new ThreadInfo(pi, tid, name); in makeThreadInfo() 155 pi.threads.put(tid, ti); in makeThreadInfo() 770 line.thread = line.process.threads.get(line.tid); in markLogcatProcessesAndThreads()
|
/development/tools/bugreport/src/com/android/bugreport/html/ |
D | Renderer.java | 174 visitedThreads.add(offendingThread.tid); in makeTriageHdf() 218 if (visitedThreads.contains(cloneThread.tid)) { in cloneAndFilter() 221 visitedThreads.add(cloneThread.tid); in cloneAndFilter() 275 hdf.setValue("tid", Integer.toString(thread.tid)); in makeThreadSnapshotHdf()
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 5817 …rLg6uvZRAmxPEvIe67S0A@fakeemail.com,crash_dump: use /proc/<pid> fd to check tid process membership. 6543 …_l9UQy-VzRsCgpuPl1NY3lA@fakeemail.com,sched_policy: Add support for /proc/<tid>/timerslack_ns over… 6701 …/core,fake_SwsgdifTShO9f7QfKRd0aQ@fakeemail.com,Recommend using pid instead of tid for gdbclient.py 35052 …Ki-K0m6ZlKqg@fakeemail.com,"Fix ps -T again, but this time read files from tid directory, not pid.… 42790 …ceCTXmHj9a3mCzREA@fakeemail.com,radeonsi: Use llvm.amdgcn.mbcnt.* intrinsics instead of llvm.SI.tid 46572 …sa3d,fake_Fdfg8ceCTXmHj9a3mCzREA@fakeemail.com,radeonsi: Set range metadata on calls to llvm.SI.tid 52480 …l/mesa3d,fake_nvAn5bkxSxinnsk7Krn4GA@fakeemail.com,st/nine: Add NINE_DEBUG=tid to turn threadid on… 72648 …atform/bionic,fake_YfZgUkXGT9KUV3N17LsBvA@fakeemail.com,Set __get_thread()->tid as part of clone(). 72767 …c,fake_hrLg6uvZRAmxPEvIe67S0A@fakeemail.com,Make raise/abort work with stale cached pid/tid values. 100177 …orks/base,fake_dDBw0uzSQ4i2X7mf9-bMhA@fakeemail.com,Documentation: changed tid parameter descripti…
|