Home
last modified time | relevance | path

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

/linux-6.1.9/tools/power/pm-graph/
Dsleepgraph.py2969 pinfofmt = '# platform-(?P<val>[a-z,A-Z,0-9,_]*): (?P<info>.*)' variable in TestProps
3028 elif(re.match(self.pinfofmt, line)):
3128 m = re.match(self.pinfofmt, line)