Lines Matching refs:list
44 static struct latency_entry *read_global_stats(struct latency_entry *list, int erase);
45 static struct latency_entry *read_process_stats(struct latency_entry *list, int erase, int pid);
46 static struct latency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int …
51 static struct latency_entry *read_latency_file(FILE *f, struct latency_entry *list);
173 static struct latency_entry *read_global_stats(struct latency_entry *list, int erase) { in read_global_stats() argument
193 e = read_latency_file(f, list); in read_global_stats()
200 static struct latency_entry *read_process_stats(struct latency_entry *list, int erase, int pid) { in read_process_stats() argument
215 e = list; in read_process_stats()
230 static struct latency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int … in read_thread_stats() argument
245 return list; in read_thread_stats()
259 return list; in read_thread_stats()
263 e = read_latency_file(f, list); in read_thread_stats()
315 static struct latency_entry *read_latency_file(FILE *f, struct latency_entry *list) { in read_latency_file() argument
321 head = list; in read_latency_file()