Home
last modified time | relevance | path

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

/linux-6.1.9/tools/power/pm-graph/
Dbootgraph.py312 if re.match(tp.stampfmt, line):
Dsleepgraph.py2959 stampfmt = '# [a-z]*-(?P<m>[0-9]{2})(?P<d>[0-9]{2})(?P<y>[0-9]{2})-'+\ variable in TestProps
3007 if re.match(self.stampfmt, line):
3042 m = re.match(self.stampfmt, self.stamp)