/system/core/libcutils/ |
D | debugger.c | 30 static bool is32bit(pid_t tid) { in is32bit() 67 static int make_dump_request(debugger_action_t action, pid_t tid) { in make_dump_request() 109 int dump_backtrace_to_file(pid_t tid, int fd) { in dump_backtrace_to_file() 129 int dump_tombstone(pid_t tid, char* pathbuf, size_t pathlen) { in dump_tombstone()
|
D | sched_policy.c | 68 static int add_tid_to_cgroup(int tid, SchedPolicy policy) in add_tid_to_cgroup() 161 static int getSchedulerGroup(int tid, char* buf, size_t bufLen) in getSchedulerGroup() 222 int get_sched_policy(int tid, SchedPolicy *policy) in get_sched_policy() 261 int set_sched_policy(int tid, SchedPolicy policy) in set_sched_policy()
|
/system/core/debuggerd/arm/ |
D | machine.cpp | 30 void dump_memory_and_code(log_t* log, pid_t tid) { in dump_memory_and_code() 62 void dump_registers(log_t* log, pid_t tid) { in dump_registers()
|
/system/core/debuggerd/arm64/ |
D | machine.cpp | 30 void dump_memory_and_code(log_t* log, pid_t tid) { in dump_memory_and_code() 66 void dump_registers(log_t* log, pid_t tid) { in dump_registers()
|
/system/core/libbacktrace/ |
D | BacktraceThread.cpp | 47 ThreadEntry::ThreadEntry(pid_t pid, pid_t tid) in ThreadEntry() 56 ThreadEntry* ThreadEntry::Get(pid_t pid, pid_t tid, bool create) { in Get() 150 BacktraceThread::BacktraceThread(BacktraceImpl* impl, pid_t tid, BacktraceMap* map) in BacktraceThread()
|
D | thread_utils.c | 38 int tgkill(int tgid, int tid, int sig) { in tgkill()
|
D | BacktraceImpl.cpp | 165 BacktraceImpl* impl, pid_t pid, pid_t tid, BacktraceMap* map) in BacktracePtrace() 195 Backtrace* Backtrace::Create(pid_t pid, pid_t tid, BacktraceMap* map) { in Create()
|
D | UnwindPtrace.cpp | 136 Backtrace* CreatePtraceObj(pid_t pid, pid_t tid, BacktraceMap* map) { in CreatePtraceObj()
|
/system/core/debuggerd/ |
D | utility.cpp | 94 int wait_for_signal(pid_t tid, int* total_sleep_time_usec) { in wait_for_signal() 125 void wait_for_stop(pid_t tid, int* total_sleep_time_usec) { in wait_for_stop() 144 void dump_memory(log_t* log, pid_t tid, uintptr_t addr) { in dump_memory()
|
D | debuggerd.cpp | 50 pid_t pid, tid; member 99 static int get_process_info(pid_t tid, pid_t* out_pid, uid_t* out_uid, uid_t* out_gid) { in get_process_info() 408 static int do_explicit_dump(pid_t tid, bool dump_backtrace) { in do_explicit_dump() 443 pid_t tid = 0; in main() local
|
D | backtrace.cpp | 66 log_t* log, pid_t tid, bool attached, bool* detach_failed, int* total_sleep_time_usec) { in dump_thread() 104 void dump_backtrace(int fd, int amfd, pid_t pid, pid_t tid, bool* detach_failed, in dump_backtrace()
|
D | tombstone.cpp | 175 static void dump_signal_info(log_t* log, pid_t tid, int signal, int si_code) { in dump_signal_info() 197 static void dump_thread_info(log_t* log, pid_t pid, pid_t tid) { in dump_thread_info() 346 static void dump_nearby_maps(BacktraceMap* map, log_t* log, pid_t tid) { in dump_nearby_maps() 391 log_t* log, pid_t pid, pid_t tid, int* total_sleep_time_usec, BacktraceMap* map) { in dump_sibling_thread_report() 600 static bool dump_crash(log_t* log, pid_t pid, pid_t tid, int signal, int si_code, in dump_crash() 738 char* engrave_tombstone(pid_t pid, pid_t tid, int signal, int original_si_code, in engrave_tombstone()
|
/system/core/include/cutils/ |
D | debugger.h | 46 pid_t tid; member 55 pid_t tid; member
|
/system/core/debuggerd/mips/ |
D | machine.cpp | 46 void dump_memory_and_code(log_t* log, pid_t tid) { in dump_memory_and_code() 87 void dump_registers(log_t* log, pid_t tid) { in dump_registers()
|
/system/core/debuggerd/x86_64/ |
D | machine.cpp | 33 void dump_registers(log_t* log, pid_t tid) { in dump_registers()
|
/system/core/debuggerd/x86/ |
D | machine.cpp | 31 void dump_registers(log_t* log, pid_t tid) { in dump_registers()
|
/system/core/toolbox/ |
D | schedtop.c | 16 int tid; member 91 static void add_thread(int pid, int tid, struct thread_info *proc_info) in add_thread() 163 int tid = atoi(de->d_name); in add_threads() local 175 int tid = last_threads.data[i].tid; in print_threads() local
|
D | ps.c | 38 static int ps_line(int pid, int tid, char *namefilter) in ps_line() 235 int tid = atoi(de->d_name); in ps_threads() local
|
/system/core/libutils/ |
D | ProcessCallStack.cpp | 79 static String8 getThreadName(pid_t tid) { in getThreadName() 163 pid_t tid = -1; in update() local 226 pid_t tid = mThreadMap.keyAt(i); in printInternal() local
|
D | Threads.cpp | 319 int androidSetThreadPriority(pid_t tid, int pri) in androidSetThreadPriority() 346 int androidGetThreadPriority(pid_t tid) { in androidGetThreadPriority() 864 pid_t tid; in getTid() local
|
D | CallStack.cpp | 40 void CallStack::update(int32_t ignoreDepth, pid_t tid) { in update()
|
/system/core/include/log/ |
D | logger.h | 30 int32_t tid; /* generating process's tid */ member 45 int32_t tid; /* generating process's tid */ member 56 int32_t tid; /* generating process's tid */ member
|
/system/core/logd/ |
D | LogBufferElement.cpp | 30 uid_t uid, pid_t pid, pid_t tid, in LogBufferElement()
|
D | LogListener.cpp | 93 pid_t tid = (pid_t) *((uint16_t *) msg); in onDataAvailable() local
|
/system/extras/latencytop/ |
D | latencytop.c | 71 int pid, tid; in main() local 206 int tid; in read_process_stats() local 231 …ency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int tid, int fatal) { in read_thread_stats()
|