Lines Matching +defs:debug +defs:output
32 # time in suspend/resume. The output is a single html file which can be
154 htmlfile = 'output.html'
306 [0, 's0ix_require', 'cat', '/sys/kernel/debug/pmc_core/substate_requirements'],
307 [0, 's0ix_debug', 'cat', '/sys/kernel/debug/pmc_core/slp_s0_debug_status'],
309 [1, 's0ix_residency', 'cat', '/sys/kernel/debug/pmc_core/slp_s0_residency_usec'],
311 [1, 'wakeups', 'cat', '/sys/kernel/debug/wakeup_sources'],
683 def addKprobes(self, output=False):
686 if output:
708 if output:
720 if output:
875 self.tpath = '/sys/kernel/debug/tracing/'
877 self.epath = '/sys/kernel/debug/tracing/events/power/'
1119 def cmdinfo(self, begin, debug=False):
1138 if not debug and begin:
1140 elif not debug and delta and name in self.cmd1:
1219 errmsg = 'unrecognized turbostat output:\n'+rawout.strip()
1430 def debug(self, dev):
2972 output = '<div class="timescale">\n'
2977 return output+'</div>\n'
2996 output += htmlline
2997 self.html += output+'</div>\n'
3186 output = sv.b64unzip(field[1].strip())
3187 sv.platinfo.append([name, cmdline, output])
3444 # Analyze an ftrace log output file generated from this app during
3980 # Analyse a dmesg log output file generated from this app during
3982 # for subsequent formatting in the html output file
4627 # Create the output html file from the resident test data
5083 # Adds the javascript code to the output html
5483 # Execute system suspend through the sysfs interface, then copy the output
5484 # dmesg and ftrace files to the test output directory.
5605 # grab a copy of the dmesg output
5609 # grab a copy of the ftrace output
5653 def deviceInfo(output=''):
5654 if not output:
5691 if output:
5692 if power['control'] == output:
5880 # output: True to output the info to stdout, False otherwise
5881 def getFPDT(output):
5891 if(output):
5895 if(output):
5899 if(output):
5903 if(output):
5912 if(output):
5918 if(output):
5935 if(output):
5961 if(output):
5968 if(output):
5978 if(output):
5988 if(output):
5998 if(output):
6007 if(output):
6240 # generate an output from an existing set of ftrace/dmesg logs
6245 doError('recreating this html output requires a dmesg file')
6261 # execute a suspend/resume, gather the logs, and generate the output
6653 elif(option == 'output-dir'):
6750 ' a suspend/resume and capture the dmesg/ftrace output as an html timeline.\n'\
6752 ' Generates output files in subdirectory: suspend-yymmdd-HHMMSS\n'\
6753 ' HTML output: <hostname>_<mode>.html\n'\
6754 ' raw dmesg output: <hostname>_<mode>_dmesg.txt\n'\
6755 ' raw ftrace output: <hostname>_<mode>_ftrace.txt\n'\
6763 ' -o name Overrides the output subdirectory name when running a new test\n'\
6766 ' -addlogs Add the dmesg and ftrace logs to the html output\n'\
6793 ' [debug]\n'\
6797 ' -expandcg pre-expand the callgraph data in the html output (default: disabled)\n'\
6804 ' -cgfilter S Filter the callgraph output in the timeline\n'\
6823 ' -ftrace ftracefile Create HTML output using ftrace input (used with -dmesg)\n'\
6824 ' -dmesg dmesgfile Create HTML output using dmesg (used with -ftrace)\n'\