Home
last modified time | relevance | path

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

/system/extras/latencytop/
Dlatencytop.c45 static struct latency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int …
147 e = read_thread_stats(e, erase, pid, tid, 1); in main()
223 e = read_thread_stats(e, erase, pid, tid, 0); in read_process_stats()
231 static struct latency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int … in read_thread_stats() function