Home
last modified time | relevance | path

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

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