Searched refs:read_thread_stats (Results 1 - 1 of 1) sorted by relevance

/system/extras/latencytop/
H A Dlatencytop.c45 static struct latency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int tid, int fatal);
147 e = read_thread_stats(e, erase, pid, tid, 1);
223 e = read_thread_stats(e, erase, pid, tid, 0);
231 static struct latency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int tid, int fatal) { function

Completed in 54 milliseconds