Home
last modified time | relevance | path

Searched defs:thread_context (Results 1 – 24 of 24) 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/cronet/base/profiler/
Dchrome_unwinder_android_unittest.cc19 RegisterContext thread_context = {}; in TEST() local
35 RegisterContext thread_context = {}; in TEST() local
50 RegisterContext thread_context = {}; in TEST() local
65 RegisterContext thread_context = {}; in TEST() local
79 RegisterContext thread_context = {}; in TEST() local
95 RegisterContext thread_context = {}; in TEST() local
110 RegisterContext thread_context = {}; in TEST() local
125 RegisterContext thread_context = {}; in TEST() local
154 RegisterContext thread_context = {}; in TEST_P() local
182 RegisterContext thread_context = {}; in TEST() local
[all …]
Dsuspendable_thread_delegate_mac.cc82 RegisterContext thread_context; in SuspendableThreadDelegateMac() local
99 RegisterContext* thread_context) { in GetThreadContext()
114 RegisterContext* thread_context) { in GetRegistersToRewrite()
Dstack_sampler_unittest.cc73 RegisterContext* thread_context, in CopyStack()
103 RegisterContext* thread_context, in CopyStack()
120 UnwindResult TryUnwind(RegisterContext* thread_context, in TryUnwind()
143 UnwindResult TryUnwind(RegisterContext* thread_context, in TryUnwind()
223 UnwindResult TryUnwind(RegisterContext* thread_context, in TryUnwind()
400 RegisterContext thread_context; in TEST() local
418 RegisterContext thread_context; in TEST() local
436 RegisterContext thread_context; in TEST() local
452 RegisterContext thread_context; in TEST() local
476 RegisterContext thread_context; in TEST() local
[all …]
Dlibunwindstack_unwinder_android_unittest.cc55 RegisterContext thread_context; in CaptureScenario() local
88 std::vector<Frame>* sample) { in TEST()
118 std::vector<Frame>* sample) { in TEST()
150 std::vector<Frame>* sample) { in TEST()
186 std::vector<Frame>* sample) { in TEST()
224 std::vector<Frame>* sample) { in TEST()
Dnative_unwinder_android_unittest.cc122 RegisterContext thread_context; in CaptureScenario() local
159 std::vector<Frame>* sample) { in TEST()
195 std::vector<Frame>* sample) { in TEST()
232 std::vector<Frame>* sample) { in TEST()
268 std::vector<Frame>* sample) { in TEST()
327 std::vector<Frame>* sample) { in TEST()
388 std::vector<Frame>* sample) { in TEST()
Dstack_sampler.cc114 RegisterContext thread_context; in RecordStackFrames() local
182 RegisterContext* thread_context, in WalkStackForTesting()
216 RegisterContext* thread_context, in WalkStack()
Dnative_unwinder_android.cc65 RegisterContext* thread_context) { in CreateFromRegisterContext()
79 RegisterContext* thread_context) { in CopyToRegisterContext()
175 UnwindResult NativeUnwinderAndroid::TryUnwind(RegisterContext* thread_context, in TryUnwind()
Dlibunwindstack_unwinder_android.cc66 RegisterContext* thread_context) { in CreateFromRegisterContext()
119 RegisterContext* thread_context, in TryUnwind()
Dstack_copier_suspend_unittest.cc49 RegisterContext* thread_context = nullptr) in TestSuspendableThreadDelegate()
60 bool GetThreadContext(RegisterContext* thread_context) override { in GetThreadContext()
81 RegisterContext* thread_context) override { in GetRegistersToRewrite()
Dthread_delegate_posix.cc48 RegisterContext* thread_context) { in GetRegistersToRewrite()
Dsuspendable_thread_delegate_win.cc205 bool SuspendableThreadDelegateWin::GetThreadContext(CONTEXT* thread_context) { in GetThreadContext()
226 CONTEXT* thread_context) { in GetRegistersToRewrite()
Dstack_copier_suspend.cc27 RegisterContext* thread_context, in CopyStack()
Dnative_unwinder_win.cc23 UnwindResult NativeUnwinderWin::TryUnwind(RegisterContext* thread_context, in TryUnwind()
Dchrome_unwinder_android.cc86 UnwindResult ChromeUnwinderAndroid::TryUnwind(RegisterContext* thread_context, in TryUnwind()
179 RegisterContext* thread_context) { in ExecuteUnwindInstruction()
Dframe_pointer_unwinder.cc46 UnwindResult FramePointerUnwinder::TryUnwind(RegisterContext* thread_context, in TryUnwind()
Dstack_copier_signal.cc199 RegisterContext* thread_context, in CopyStack()
Dstack_sampling_profiler_unittest.cc496 UnwindResult TryUnwind(RegisterContext* thread_context, in TryUnwind()
/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