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

/system/extras/latencytop/
H A Dlatencytop.c33 struct latency_entry { struct
34 struct latency_entry *next;
43 static struct latency_entry *read_global_stats(struct latency_entry *list, int erase);
44 static struct latency_entry *read_process_stats(struct latency_entry *list, int erase, int pid);
45 static struct latency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int tid, int fatal);
47 static struct latency_entry *alloc_latency_entry(void);
48 static void free_latency_entry(struct latency_entry *
[all...]

Completed in 1501 milliseconds