Home
last modified time | relevance | path

Searched defs:thread_context (Results 1 – 7 of 7) sorted by relevance

/external/bcc/tools/
Dkvmexit.py282 thread_context = "" variable
286 thread_context = "TID %s" % args.tid variable
289 thread_context = "TIDS %s" % args.tids variable
293 thread_context = "PID %s" % args.pid variable
296 thread_context = "PID %s VCPU %s" % (args.pid, args.vcpu) variable
305 thread_context = "PID %s and its all threads" % args.pid variable
308 thread_context = "all threads" variable
Doffcputime.py191 thread_context = "" variable
193 thread_context = "PID %d" % args.tgid variable
196 thread_context = "TID %d" % args.pid variable
199 thread_context = "user threads" variable
202 thread_context = "kernel threads" variable
205 thread_context = "all threads" variable
Dprofile.py216 thread_context = "" variable
218 thread_context = "PID %s" % args.pid variable
221 thread_context = "TID %s" % args.tid variable
224 thread_context = "all threads" variable
/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/
Dmmio_warning_test.c34 struct thread_context { struct
41 struct thread_context *tc = (struct thread_context *)arg; in thr() argument
/external/bcc/tools/old/
Dprofile.py196 thread_context = "" variable
199 thread_context = "PID %s" % args.pid variable
203 thread_context = "all threads" variable
/external/google-breakpad/src/processor/
Dminidump_processor_unittest.cc395 TestMinidumpContext thread_context(thread_raw_context); in TEST_F() local
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h373 MDLocationDescriptor thread_context; /* MDRawContext[CPU] */ member
565 MDLocationDescriptor thread_context; /* MDRawContext[CPU] */ member