Home
last modified time | relevance | path

Searched defs:thread_info (Results 1 – 10 of 10) sorted by relevance

/system/core/debuggerd/handler/
Ddebuggerd_handler.cpp383 static DebuggerdDumpType get_dump_type(const debugger_thread_info* thread_info) { in get_dump_type()
392 static const char* get_unwind_type(const debugger_thread_info* thread_info) { in get_unwind_type()
400 debugger_thread_info* thread_info = static_cast<debugger_thread_info*>(arg); in debuggerd_dispatch_pseudothread() local
738 debugger_thread_info thread_info = { in debuggerd_signal_handler() local
/system/core/debuggerd/libdebuggerd/
Dbacktrace.cpp80 const std::map<pid_t, ThreadInfo>& thread_info, pid_t target_thread) { in dump_backtrace()
Dgwp_asan.cpp71 const ProcessInfo& process_info, const ThreadInfo& thread_info) { in GwpAsanCrashData()
Dtombstone_proto.cpp613 const ThreadInfo& thread_info, bool memory_dump = false, in dump_thread()
/system/memory/libmemunreachable/tests/
DThreadCapture_test.cpp236 auto thread_info = allocator::vector<ThreadInfo>(heap); in TEST_P() local
334 auto thread_info = allocator::vector<ThreadInfo>(heap); in TEST_F() local
/system/memory/libmemunreachable/
DThreadCapture.cpp211 bool ThreadCaptureImpl::PtraceThreadInfo(pid_t tid, ThreadInfo& thread_info) { in PtraceThreadInfo()
DMemUnreachable.cpp323 allocator::vector<ThreadInfo> thread_info(heap); in GetUnreachableMemory() local
/system/core/debuggerd/
Dcrash_dump.cpp641 std::map<pid_t, ThreadInfo> thread_info; in main() local
/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h1851 struct thread_info { struct
1852 unsigned long flags;
1853 u64 ttbr0;
1854 union {
1861 void *scs_base;
1862 void *scs_sp;
1863 u32 cpu;
2312 struct thread_info thread_info; member
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h1291 struct thread_info { struct
1292 unsigned long flags;
1293 unsigned long syscall_work;
1294 u32 status;
1295 u32 cpu;
1874 struct thread_info thread_info; member