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

/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py163 skiphtml = False variable in class: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 123 milliseconds