Home
last modified time | relevance | path

Searched refs:TimeVal (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/tools/perf/scripts/python/
Dparallel-perf.py421 time = TimeVal(line[1][:-1], 0)
656 def TimeVal(s, dflt): function
683 start = TimeVal(a[0], min_time)
684 end = TimeVal(a[1], max_time)
745 self.min_time = TimeVal(HeaderField(self.hdr_dict, "time of first sample"), 0)
746 self.max_time = TimeVal(HeaderField(self.hdr_dict, "time of last sample"), 0)