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 …
73 int count, erase; in main() local
139 erase = 1; in main()
148 e = read_thread_stats(e, erase, pid, tid, 1); in main()
150 e = read_process_stats(e, erase, pid); in main()
153 e = read_global_stats(e, erase); in main()
155 erase = 0; in main()
175 static struct latency_entry *read_global_stats(struct latency_entry *list, int erase) { in read_global_stats() argument
179 if (erase) { in read_global_stats()
202 static struct latency_entry *read_process_stats(struct latency_entry *list, int erase, int pid) { in read_process_stats() argument
224 e = read_thread_stats(e, erase, pid, tid, 0); in read_process_stats()
232 static struct latency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int … in read_thread_stats() argument
239 if (erase) { in read_thread_stats()