/aosp_15_r20/external/cronet/base/profiler/ |
H A D | chrome_unwinder_android_unittest.cc | 19 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 …]
|
H A D | stack_sampler_unittest.cc | 73 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 …]
|
H A D | libunwindstack_unwinder_android_unittest.cc | 55 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() 226 std::vector<Frame>* sample) { in TEST()
|
H A D | native_unwinder_android_unittest.cc | 115 RegisterContext thread_context; in CaptureScenario() local 161 std::vector<Frame>* sample) { in TEST() 206 std::vector<Frame>* sample) { in TEST() 252 std::vector<Frame>* sample) { in TEST() 289 std::vector<Frame>* sample) { in TEST() 350 std::vector<Frame>* sample) { in TEST() 415 std::vector<Frame>* sample) { in TEST()
|
H A D | suspendable_thread_delegate_mac.cc | 82 RegisterContext thread_context; in SuspendableThreadDelegateMac() local 99 RegisterContext* thread_context) { in GetThreadContext() 114 RegisterContext* thread_context) { in GetRegistersToRewrite()
|
H A D | stack_sampler.cc | 114 RegisterContext thread_context; in RecordStackFrames() local 182 RegisterContext* thread_context, in WalkStackForTesting() 216 RegisterContext* thread_context, in WalkStack()
|
H A D | native_unwinder_android.cc | 79 RegisterContext* thread_context) { in CreateFromRegisterContext() 93 RegisterContext* thread_context) { in CopyToRegisterContext() 171 UnwindResult NativeUnwinderAndroid::TryUnwind(RegisterContext* thread_context, in TryUnwind()
|
H A D | stack_copier_suspend_unittest.cc | 49 RegisterContext* thread_context = nullptr) in TestSuspendableThreadDelegate() 60 bool GetThreadContext(RegisterContext* thread_context) override { in GetThreadContext() 81 RegisterContext* thread_context) override { in GetRegistersToRewrite()
|
H A D | libunwindstack_unwinder_android.cc | 66 RegisterContext* thread_context) { in CreateFromRegisterContext() 132 RegisterContext* thread_context, in TryUnwind()
|
H A D | suspendable_thread_delegate_win.cc | 207 bool SuspendableThreadDelegateWin::GetThreadContext(CONTEXT* thread_context) { in GetThreadContext() 228 CONTEXT* thread_context) { in GetRegistersToRewrite()
|
H A D | chrome_unwinder_android.cc | 86 UnwindResult ChromeUnwinderAndroid::TryUnwind(RegisterContext* thread_context, in TryUnwind() 179 RegisterContext* thread_context) { in ExecuteUnwindInstruction()
|
H A D | thread_delegate_posix.cc | 49 RegisterContext* thread_context) { in GetRegistersToRewrite()
|
H A D | stack_copier_suspend.cc | 27 RegisterContext* thread_context, in CopyStack()
|
H A D | native_unwinder_win.cc | 23 UnwindResult NativeUnwinderWin::TryUnwind(RegisterContext* thread_context, in TryUnwind()
|
H A D | frame_pointer_unwinder.cc | 54 UnwindResult FramePointerUnwinder::TryUnwind(RegisterContext* thread_context, in TryUnwind()
|
H A D | stack_copier_signal.cc | 231 RegisterContext* thread_context, in CopyStack()
|
/aosp_15_r20/external/bcc/tools/ |
H A D | kvmexit.py | 269 thread_context = "" variable 273 thread_context = "TID %s" % args.tid variable 276 thread_context = "TIDS %s" % args.tids variable 280 thread_context = "PID %s" % args.pid variable 283 thread_context = "PID %s VCPU %s" % (args.pid, args.vcpu) variable 292 thread_context = "PID %s and its all threads" % args.pid variable 295 thread_context = "all threads" variable
|
H A D | offcputime.py | 202 thread_context = "" variable 204 thread_context = "PID %d" % args.tgid variable 207 thread_context = "TID %d" % args.pid variable 210 thread_context = "user threads" variable 213 thread_context = "kernel threads" variable 216 thread_context = "all threads" variable
|
H A D | profile.py | 246 thread_context = "" variable 249 thread_context = "PID %s" % args.pid variable 252 thread_context = "TID %s" % args.tid variable 255 thread_context = "all threads" variable
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/ |
H A D | mmio_warning_test.c | 34 struct thread_context { struct 41 struct thread_context *tc = (struct thread_context *)arg; in thr() argument
|
/aosp_15_r20/external/bcc/tools/old/ |
H A D | profile.py | 196 thread_context = "" variable 199 thread_context = "PID %s" % args.pid variable 203 thread_context = "all threads" variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/ |
D | thread_context.hpp | 31 class thread_context class
|
/aosp_15_r20/art/runtime/ |
H A D | runtime_common.cc | 399 UContext thread_context(raw_context); in HandleUnexpectedSignalCommonDump() local
|
/aosp_15_r20/external/libopenapv/src/ |
H A D | oapv_tpool.c | 410 thread_ctx_t *thread_context = NULL; in tpool_create_thread() local
|
/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | minidump_processor_unittest.cc | 398 TestMinidumpContext thread_context(thread_raw_context); in TEST_F() local
|