Home
last modified time | relevance | path

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

/Linux-v5.15/tools/power/pm-graph/
Dbootgraph.py310 if re.match(tp.stampfmt, line):
Dsleepgraph.py2873 stampfmt = '# [a-z]*-(?P<m>[0-9]{2})(?P<d>[0-9]{2})(?P<y>[0-9]{2})-'+\ variable in TestProps
2917 if re.match(self.stampfmt, line):
2952 m = re.match(self.stampfmt, self.stamp)