Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dsleepgraph.py151 skiphtml = False variable in SystemValues
6010 if sysvals.skiphtml:
6273 elif(option == 'skiphtml'):
6274 sysvals.skiphtml = checkArgBool(option, value)
6474 ' -skiphtml Run the test and capture the trace logs, but skip the timeline (default: disabled)\n'\
6573 elif(arg == '-skiphtml'):
6574 sysvals.skiphtml = True
6895 if not sysvals.skiphtml:
/kernel/linux/linux-6.6/tools/power/pm-graph/
H A Dsleepgraph.py163 skiphtml = False variable in SystemValues
6235 if sysvals.skiphtml:
6511 elif(option == 'skiphtml'):
6512 sysvals.skiphtml = checkArgBool(option, value)
6712 ' -skiphtml Run the test and capture the trace logs, but skip the timeline (default: disabled)\n'\
6815 elif(arg == '-skiphtml'):
6816 sysvals.skiphtml = True
7141 if not sysvals.skiphtml:

Completed in 25 milliseconds