Home
last modified time | relevance | path

Searched defs:thread_context (Results 1 – 5 of 5) 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/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/google_breakpad/common/
Dminidump_format.h365 MDLocationDescriptor thread_context; /* MDRawContext[CPU] */ member
545 MDLocationDescriptor thread_context; /* MDRawContext[CPU] */ member