/system/core/libcutils/ |
D | debugger.c | 45 static int make_dump_request(debugger_action_t action, pid_t tid, int timeout_secs) { in make_dump_request() 78 int dump_backtrace_to_file(pid_t tid, int fd) { in dump_backtrace_to_file() 82 int dump_backtrace_to_file_timeout(pid_t tid, int fd, int timeout_secs) { in dump_backtrace_to_file_timeout() 102 int dump_tombstone(pid_t tid, char* pathbuf, size_t pathlen) { in dump_tombstone() 106 int dump_tombstone_timeout(pid_t tid, char* pathbuf, size_t pathlen, int timeout_secs) { in dump_tombstone_timeout()
|
D | sched_policy.c | 74 static int add_tid_to_cgroup(int tid, int fd) in add_tid_to_cgroup() 161 static int getCGroupSubsys(int tid, const char* subsys, char* buf, size_t bufLen) in getCGroupSubsys() 222 int get_sched_policy(int tid, SchedPolicy *policy) in get_sched_policy() 274 int set_cpuset_policy(int tid, SchedPolicy policy) in set_cpuset_policy() 326 int set_sched_policy(int tid, SchedPolicy policy) in set_sched_policy()
|
/system/extras/memory_replay/ |
D | Threads.cpp | 76 Thread* Threads::CreateThread(pid_t tid) { in CreateThread() 96 Thread* Threads::FindThread(pid_t tid) { in FindThread() 123 size_t Threads::GetHashEntry(pid_t tid) { in GetHashEntry() 127 Thread* Threads::FindEmptyEntry(pid_t tid) { in FindEmptyEntry()
|
/system/core/libmemunreachable/ |
D | ThreadCapture.cpp | 136 pid_t tid = atoi(dirent->d_name); in ListThreads() local 177 void ThreadCaptureImpl::PtraceDetach(pid_t tid, unsigned int signal) { in PtraceDetach() 187 int ThreadCaptureImpl::PtraceAttach(pid_t tid) { in PtraceAttach() 212 bool ThreadCaptureImpl::PtraceThreadInfo(pid_t tid, ThreadInfo& thread_info) { in PtraceThreadInfo() 253 int ThreadCaptureImpl::CaptureThread(pid_t tid) { in CaptureThread() 301 bool ThreadCaptureImpl::ReleaseThread(pid_t tid) { in ReleaseThread() 309 bool ThreadCaptureImpl::ReleaseThread(pid_t tid, unsigned int signal) { in ReleaseThread() 359 bool ThreadCapture::ReleaseThread(pid_t tid) { in ReleaseThread()
|
D | ThreadCapture.h | 25 pid_t tid; member
|
/system/core/libbacktrace/ |
D | ThreadEntry.cpp | 33 ThreadEntry::ThreadEntry(pid_t pid, pid_t tid) in ThreadEntry() 49 ThreadEntry* ThreadEntry::Get(pid_t pid, pid_t tid, bool create) { in Get()
|
D | thread_utils.c | 25 int tgkill(int tgid, int tid, int sig) { in tgkill()
|
D | Backtrace.cpp | 40 Backtrace::Backtrace(pid_t pid, pid_t tid, BacktraceMap* map) in Backtrace() 119 Backtrace* Backtrace::Create(pid_t pid, pid_t tid, BacktraceMap* map) { in Create()
|
D | BacktracePtrace.h | 29 BacktracePtrace(pid_t pid, pid_t tid, BacktraceMap* map) : Backtrace(pid, tid, map) {} in BacktracePtrace()
|
D | UnwindCurrent.h | 36 UnwindCurrent(pid_t pid, pid_t tid, BacktraceMap* map) : BacktraceCurrent(pid, tid, map) {} in UnwindCurrent()
|
D | BacktraceCurrent.h | 40 BacktraceCurrent(pid_t pid, pid_t tid, BacktraceMap* map) : Backtrace(pid, tid, map) {} in BacktraceCurrent()
|
D | BacktracePtrace.cpp | 34 static bool PtraceRead(pid_t tid, uintptr_t addr, word_t* out_value) { in PtraceRead()
|
/system/bt/utils/src/ |
D | bt_utils.c | 120 int tid = gettid(); in raise_priority_a2dp() local 169 int tid; in adjust_priority_a2dp() local
|
/system/core/debuggerd/ |
D | signal_sender.cpp | 35 pid_t tid; member 148 bool send_signal(pid_t pid, pid_t tid, int signal) { in send_signal()
|
D | debuggerd.cpp | 71 pid_t pid, tid; member 103 static int get_process_info(pid_t tid, pid_t* out_pid, uid_t* out_uid, uid_t* out_gid) { in get_process_info() 338 static bool is32bit(pid_t tid) { in is32bit() 437 pid_t tid = strtoul(de->d_name, &end, 10); in ptrace_siblings() local 843 static int do_explicit_dump(pid_t tid, bool dump_backtrace) { in do_explicit_dump() 883 pid_t tid = 0; in main() local
|
D | tombstone.cpp | 179 static void dump_signal_info(log_t* log, pid_t tid, int signal, int si_code) { in dump_signal_info() 201 static void dump_thread_info(log_t* log, pid_t pid, pid_t tid) { in dump_thread_info() 359 static void dump_all_maps(Backtrace* backtrace, BacktraceMap* map, log_t* log, pid_t tid) { in dump_all_maps() 447 static void dump_thread(log_t* log, pid_t pid, pid_t tid, BacktraceMap* map, int signal, in dump_thread() 607 static void dump_crash(log_t* log, BacktraceMap* map, pid_t pid, pid_t tid, in dump_crash() 687 void engrave_tombstone(int tombstone_fd, BacktraceMap* map, pid_t pid, pid_t tid, in engrave_tombstone()
|
D | backtrace.cpp | 71 static void dump_thread(log_t* log, BacktraceMap* map, pid_t pid, pid_t tid) { in dump_thread() 100 void dump_backtrace(int fd, BacktraceMap* map, pid_t pid, pid_t tid, in dump_backtrace()
|
/system/extras/simpleperf/ |
D | thread_tree.cpp | 45 void ThreadTree::AddThread(int pid, int tid, const std::string& comm) { in AddThread() 61 void ThreadTree::ForkThread(int pid, int tid, int ppid, int ptid) { in ForkThread() 68 ThreadEntry* ThreadTree::FindThreadOrNew(int pid, int tid) { in FindThreadOrNew() 111 void ThreadTree::AddThreadMap(int pid, int tid, uint64_t start_addr, uint64_t len, uint64_t pgoff, in AddThreadMap()
|
D | sample_tree.cpp | 33 SampleEntry* SampleTree::AddSample(int pid, int tid, uint64_t ip, uint64_t time, uint64_t period, in AddSample() 47 void SampleTree::AddBranchSample(int pid, int tid, uint64_t from_ip, uint64_t to_ip, in AddBranchSample() 73 SampleEntry* SampleTree::AddCallChainSample(int pid, int tid, uint64_t ip, uint64_t time, in AddCallChainSample()
|
/system/core/debuggerd/x86/ |
D | machine.cpp | 47 void dump_registers(log_t* log, pid_t tid) { in dump_registers()
|
/system/core/debuggerd/x86_64/ |
D | machine.cpp | 48 void dump_registers(log_t* log, pid_t tid) { in dump_registers()
|
/system/core/include/log/ |
D | logger.h | 34 int32_t tid; /* generating process's tid */ member 49 int32_t tid; /* generating process's tid */ member 60 int32_t tid; /* generating process's tid */ member 71 uint32_t tid; /* generating process's tid */ member
|
/system/core/libutils/ |
D | ProcessCallStack.cpp | 80 static String8 getThreadName(pid_t tid) { in getThreadName() 163 pid_t tid = -1; in update() local 225 pid_t tid = mThreadMap.keyAt(i); in printInternal() local
|
/system/core/logd/ |
D | LogBufferElement.cpp | 38 uid_t uid, pid_t pid, pid_t tid, in LogBufferElement() 64 char *android::tidToName(pid_t tid) { in tidToName()
|
/system/core/debuggerd/arm/ |
D | machine.cpp | 51 void dump_registers(log_t* log, pid_t tid) { in dump_registers()
|