Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dsleepgraph.py2801 pinfofmt = '# platform-(?P<val>[a-z,A-Z,0-9]*): (?P<info>.*)' variable in TestProps
2856 elif(re.match(self.pinfofmt, line)):
2956 m = re.match(self.pinfofmt, line)
/kernel/linux/linux-6.6/tools/power/pm-graph/
H A Dsleepgraph.py2989 pinfofmt = '# platform-(?P<val>[a-z,A-Z,0-9,_]*): (?P<info>.*)' variable in TestProps
3048 elif(re.match(self.pinfofmt, line)):
3148 m = re.match(self.pinfofmt, line)

Completed in 16 milliseconds