Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/power/pm-graph/
Dsleepgraph.py2794 wififmt = '^# wifi *(?P<d>\S*) *(?P<s>\S*) *(?P<t>[0-9\.]+).*' variable in TestProps
2844 elif re.match(self.wififmt, line):
2922 m = re.match(self.wififmt, self.wifi[data.testnumber])