Home
last modified time | relevance | path

Searched refs:TID (Results 1 – 25 of 81) sorted by relevance

1234

/external/bcc/tools/
Dsofdsnoop_example.txt6 ACTION TID COMM SOCKET FD NAME
13 on separate line together with process info (TID/COMM columns),
33 TIME(s) ACTION TID COMM SOCKET FD NAME
43 TIME(s) ACTION TID COMM SOCKET FD NAME
50 usage: sofdsnoop.py [-h] [-T] [-p PID] [-t TID] [-n NAME] [-d DURATION]
58 -t TID, --tid TID trace this TID only
67 ./sofdsnoop -t 123 # only trace TID 123
Dshmsnoop_example.txt47 usage: shmsnoop.py [-h] [-T] [-p PID] [-t TID] [-d DURATION] [-n NAME]
55 -t TID, --tid TID trace this TID only
64 ./shmsnoop -t 123 # only trace TID 123
Dtrace_example.txt74 PID TID COMM FUNC -
128 TIME CPU PID TID COMM FUNC -
160 PID TID COMM FUNC -
181 PID TID COMM FUNC -
186 PID TID COMM FUNC -
238 PID TID COMM FUNC -
252 usage: trace [-h] [-b BUFFER_PAGES] [-p PID] [-L TID] [-v] [-Z STRING_SIZE]
267 -L TID, --tid TID id of the thread to trace (optional)
Dopensnoop_example.txt188 usage: opensnoop [-h] [-T] [-x] [-p PID] [-t TID] [-d DURATION] [-n NAME]
199 -t TID, --tid TID trace this TID only
215 ./opensnoop -t 123 # only trace TID 123
Dmountsnoop_example.txt13 COMM PID TID MNT_NS CALL
Dtclflow_example.txt15 CPU PID TID TIME(us) METHOD
39 CPU PID TID TIME(us) METHOD
/external/llvm-project/clang-tools-extra/clangd/support/
DTrace.cpp81 uint64_t TID = llvm::get_threadid(), double Timestamp = 0) { in jsonEvent() argument
83 Contents["tid"] = int64_t(TID); in jsonEvent()
93 TID(llvm::get_threadid()), Tracer(Tracer) { in JSONSpan()
103 if (Parent && *Parent && (*Parent)->TID != TID) { in JSONSpan()
116 (*Parent)->TID, (*Parent)->StartTime); in JSONSpan()
123 TID); in JSONSpan()
133 TID, StartTime); in ~JSONSpan()
150 uint64_t TID; member in clang::clangd::trace::__anon9b8c956d0111::JSONTracer::JSONSpan
170 uint64_t TID = llvm::get_threadid(); in captureThreadMetadata() local
172 if (ThreadsWithMD.insert(TID).second) { in captureThreadMetadata()
[all …]
/external/elfutils/tests/
Drun-stack-d-test.sh79 TID 13654:
89 TID 13654:
100 TID 13654:
109 TID 13654:
Drun-stack-demangled-test.sh48 TID 13654:
58 TID 13654:
70 TID 13654:
84 TID 13654:
Drun-stack-i-test.sh46 TID 13654:
60 TID 13654:
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DFDRTraceExpander.cpp45 CurrentRecord.TId = TID; in visit()
60 CurrentRecord.TId = TID; in visit()
75 CurrentRecord.TId = TID; in visit()
98 TID = R.tid(); in visit()
118 CurrentRecord.TId = TID; in visit()
/external/llvm-project/llvm/lib/XRay/
DFDRTraceExpander.cpp45 CurrentRecord.TId = TID; in visit()
60 CurrentRecord.TId = TID; in visit()
75 CurrentRecord.TId = TID; in visit()
98 TID = R.tid(); in visit()
118 CurrentRecord.TId = TID; in visit()
/external/python/cpython2/Demo/threads/
Dsync.py496 global TID
497 tid.acquire(); id = TID = TID+1; tid.release()
568 global TID, tid, io, wh, randint, alive
572 TID = 0 # thread ID (1, 2, ...)
598 print 'test passed!', TID, 'threads created in all'
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/AMDGPU/
Daddressing-modes.ll9 ; CHECK-NEXT: [[TID:%.*]] = call i32 @llvm.amdgcn.mbcnt.lo(i32 -1, i32 0) #1
10 ; CHECK-NEXT: [[TMP0:%.*]] = icmp eq i32 [[TID]], 0
/external/llvm-project/flang/test/Semantics/
Dcanondo05.f9032 write (*,100) TID, I, C(I)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DResourcePriorityQueue.cpp436 const MCInstrDesc &TID = TII->get(N->getMachineOpcode()); in SUSchedulingCost() local
437 if (TID.isCall()) in SUSchedulingCost()
538 const MCInstrDesc &TID = TII->get(N->getMachineOpcode()); in initNumRegDefsLeft() local
544 NodeNumDefs = std::min(N->getNumValues(), TID.getNumDefs()); in initNumRegDefsLeft()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DResourcePriorityQueue.cpp440 const MCInstrDesc &TID = TII->get(N->getMachineOpcode()); in SUSchedulingCost() local
441 if (TID.isCall()) in SUSchedulingCost()
542 const MCInstrDesc &TID = TII->get(N->getMachineOpcode()); in initNumRegDefsLeft() local
548 NodeNumDefs = std::min(N->getNumValues(), TID.getNumDefs()); in initNumRegDefsLeft()
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dcgp-addressing-modes-gfx1030.ll12 ; OPT-NEXT: [[TID:%.*]] = call i32 @llvm.amdgcn.mbcnt.lo(i32 -1, i32 0) #3
13 ; OPT-NEXT: [[CMP:%.*]] = icmp eq i32 [[TID]], 0
Dcgp-addressing-modes-gfx908.ll11 ; OPT-NEXT: [[TID:%.*]] = call i32 @llvm.amdgcn.mbcnt.lo(i32 -1, i32 0) [[ATTR3:#.*]]
12 ; OPT-NEXT: [[CMP:%.*]] = icmp eq i32 [[TID]], 0
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DFDRTraceExpander.h27 int32_t TID = 0; variable
DFDRRecords.h337 int32_t TID = 0; variable
348 TID(T) {} in NewBufferRecord()
350 int32_t tid() const { return TID; } in tid()
/external/llvm-project/llvm/include/llvm/XRay/
DFDRTraceExpander.h27 int32_t TID = 0; variable
DFDRRecords.h337 int32_t TID = 0; variable
348 TID(T) {} in NewBufferRecord()
350 int32_t tid() const { return TID; } in tid()
/external/llvm/lib/CodeGen/SelectionDAG/
DResourcePriorityQueue.cpp448 const MCInstrDesc &TID = TII->get(N->getMachineOpcode()); in SUSchedulingCost() local
449 if (TID.isCall()) in SUSchedulingCost()
551 const MCInstrDesc &TID = TII->get(N->getMachineOpcode()); in initNumRegDefsLeft() local
557 NodeNumDefs = std::min(N->getNumValues(), TID.getNumDefs()); in initNumRegDefsLeft()
/external/bcc/tools/lib/
Duflow_example.txt15 CPU PID TID TIME(us) METHOD
39 CPU PID TID TIME(us) METHOD

1234