Searched refs:chead (Results 1 – 1 of 1) sorted by relevance
/tools/perf/scripts/python/ |
D | compaction-times.py | 108 class chead: class 126 head = cls.heads[pid] = chead(comm, pid, filtered) 180 chead.val += self.pending 206 sys.stdout.write("total: %s\n" % chead.str()) 207 for i in chead.gen(): 215 chead.increment_pending(common_pid, 222 chead.increment_pending(common_pid, 229 chead.increment_pending(common_pid, 237 chead.complete_pending(common_pid, common_secs, common_nsecs) 244 chead.create_pending(common_pid, common_comm, common_secs, common_nsecs) [all …]
|