Lines Matching refs:erase
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 …
71 int count, erase; in main() local
137 erase = 1; in main()
146 e = read_thread_stats(e, erase, pid, tid, 1); in main()
148 e = read_process_stats(e, erase, pid); in main()
151 e = read_global_stats(e, erase); in main()
153 erase = 0; in main()
173 static struct latency_entry *read_global_stats(struct latency_entry *list, int erase) { in read_global_stats() argument
177 if (erase) { 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
222 e = read_thread_stats(e, erase, pid, tid, 0); 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
237 if (erase) { in read_thread_stats()