Searched refs:read_latency_file (Results 1 – 1 of 1) sorted by relevance
52 static struct latency_entry *read_latency_file(FILE *f, struct latency_entry *list);195 e = read_latency_file(f, list); in read_global_stats()265 e = read_latency_file(f, list); in read_thread_stats()326 static struct latency_entry *read_latency_file(FILE *f, struct latency_entry *list) { in read_latency_file() function