/external/bcc/tools/ |
D | offcputime.py | 173 thread_context = "" variable 175 thread_context = "PID %d" % args.tgid variable 178 thread_context = "TID %d" % args.pid variable 181 thread_context = "user threads" variable 184 thread_context = "kernel threads" variable 187 thread_context = "all threads" variable 245 (thread_context, stack_context), end="")
|
D | offwaketime.py | 221 thread_context = "" variable 223 thread_context = "PID %d" % args.tgid variable 226 thread_context = "TID %d" % args.pid variable 229 thread_context = "user threads" variable 232 thread_context = "kernel threads" variable 235 thread_context = "all threads" variable
|
D | profile.py | 188 thread_context = "" variable 191 thread_context = "PID %s" % args.pid variable 195 thread_context = "all threads" variable 232 (sample_context, thread_context, stack_context), end="")
|
/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/ |
D | mmio_warning_test.c | 34 struct thread_context { struct 41 struct thread_context *tc = (struct thread_context *)arg; in thr() argument 58 struct thread_context tc; in test()
|
/external/bcc/tools/old/ |
D | profile.py | 194 thread_context = "" variable 197 thread_context = "PID %s" % args.pid variable 201 thread_context = "all threads" variable 234 (args.frequency, thread_context, stack_context), end="")
|
/external/google-breakpad/src/client/solaris/handler/ |
D | minidump_generator.cc | 250 lwp->thread_context = context.location(); in WriteCrashedLwpStream() 264 lwp->thread_context = context.location(); in WriteCrashedLwpStream() 291 lwp->thread_context = context.location(); in WriteLwpStream() 306 lwp->thread_context = context.location(); in WriteLwpStream() 605 exception.get()->thread_context = context.location(); in WriteExceptionStream() 620 exception.get()->thread_context = context.location(); in WriteExceptionStream()
|
/external/google-breakpad/src/processor/testdata/ |
D | minidump2.dump.out | 87 thread_context.data_size = 0x2cc 88 thread_context.rva = 0xd94 138 thread_context.data_size = 0x2cc 139 thread_context.rva = 0x1060 634 thread_context.data_size = 716 635 thread_context.rva = 0xac8
|
/external/google-breakpad/src/client/ios/handler/ |
D | ios_exception_minidump_generator.mm | 152 if (!WriteCrashingContext(&exception_ptr->thread_context)) 200 if (!WriteCrashingContext(&thread->thread_context))
|
/external/google-breakpad/src/google_breakpad/common/ |
D | minidump_format.h | 373 MDLocationDescriptor thread_context; /* MDRawContext[CPU] */ member 565 MDLocationDescriptor thread_context; /* MDRawContext[CPU] */ member
|
/external/google-breakpad/src/processor/ |
D | minidump.cc | 1547 Swap(&thread_.thread_context); in Read() 1595 if (!minidump_->SeekSet(thread_.thread_context.rva)) { in GetContext() 1602 if (!context->Read(thread_.thread_context.data_size)) { in GetContext() 1648 thread_.thread_context.data_size); in Print() 1650 thread_.thread_context.rva); in Print() 3210 Swap(&exception_.thread_context); in Read() 3241 if (!minidump_->SeekSet(exception_.thread_context.rva)) { in GetContext() 3250 if (!context->Read(exception_.thread_context.data_size)) { in GetContext() 3289 exception_.thread_context.data_size); in Print() 3291 exception_.thread_context.rva); in Print()
|
D | minidump_processor_unittest.cc | 395 TestMinidumpContext thread_context(thread_raw_context); in TEST_F() local 397 WillRepeatedly(Return(&thread_context)); in TEST_F()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer.cc | 476 thread.thread_context = cpu.location(); in WriteThreadListStream() 497 thread.thread_context = cpu.location(); in WriteThreadListStream() 722 stream->thread_context = crashing_thread_context_; in WriteExceptionStream()
|
/external/google-breakpad/src/client/mac/handler/ |
D | minidump_generator.cc | 977 if (!WriteContext(state, &thread->thread_context)) in WriteThreadStream() 1159 if (!WriteContext(state, &exception_ptr->thread_context)) in WriteExceptionStream()
|
/external/google-breakpad/src/tools/linux/md2core/ |
D | minidump-2-core.cc | 567 full_file.Subrange(rawthread->thread_context)); in ParseThreadList()
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 3410 - radeonsi: use thread_context::bytes_mapped_limit
|