Home
last modified time | relevance | path

Searched defs:ThreadInfo (Results 1 – 5 of 5) sorted by relevance

/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dtypes.h25 struct ThreadInfo { struct
26 std::unique_ptr<unwindstack::Regs> registers;
27 long tagged_addr_ctrl = -1;
29 pid_t uid;
31 pid_t tid;
32 std::string thread_name;
34 pid_t pid;
36 std::vector<std::string> command_line;
37 std::string selinux_label;
39 int signo = 0;
[all …]
/system/memory/libmemunreachable/
DThreadCapture.h26 struct ThreadInfo { struct
33 using ThreadInfoList = allocator::vector<ThreadInfo>; argument
/system/core/libutils/include/utils/
DProcessCallStack.h66 struct ThreadInfo { struct
71 // tid -> ThreadInfo argument
/system/extras/simpleperf/
Dcmd_trace_sched.cpp56 struct ThreadInfo { struct
57 pid_t process_id = 0;
58 pid_t thread_id = 0;
59 std::string name;
60 uint64_t total_runtime_in_ns = 0;
61 SpinInfo spin_info;
Dcmd_stat_impl.h70 struct ThreadInfo { struct
80 const ThreadInfo* thread; argument