Home
last modified time | relevance | path

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

/external/bcc/tools/
Doffwaketime.py221 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
Doffcputime.py173 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
Dprofile.py188 thread_context = "" variable
191 thread_context = "PID %s" % args.pid variable
195 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.py194 thread_context = "" variable
197 thread_context = "PID %s" % args.pid variable
201 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