Searched refs:latency_entry (Results 1 – 1 of 1) sorted by relevance
34 struct latency_entry { struct35 struct latency_entry* next; argument44 static struct latency_entry* read_global_stats(struct latency_entry* list, int erase); argument52 static struct latency_entry* read_latency_file(FILE* f, struct latency_entry* list);54 static struct latency_entry* find_latency_entry(struct latency_entry* e, char* reason);69 struct latency_entry* e; in main()174 static struct latency_entry* read_global_stats(struct latency_entry* list, int erase) { in read_global_stats()176 struct latency_entry* e; in read_global_stats()205 struct latency_entry* e; in read_process_stats()234 struct latency_entry* e; in read_thread_stats()[all …]