Home
last modified time | relevance | path

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

/system/extras/latencytop/
Dlatencytop.c51 static struct latency_entry *read_latency_file(FILE *f, struct latency_entry *list);
194 e = read_latency_file(f, list); in read_global_stats()
264 e = read_latency_file(f, list); in read_thread_stats()
325 static struct latency_entry *read_latency_file(FILE *f, struct latency_entry *list) { in read_latency_file() function