Home
last modified time | relevance | path

Searched refs:html (Results 1 – 25 of 37) sorted by relevance

12

/tools/perf/Documentation/
DMakefile18 _MAN_HTML=$(patsubst %.txt,%.html,$(MAN_TXT))
24 _DOC_HTML+=$(patsubst %,%.html,$(ARTICLES) $(SP_ARTICLES))
55 HTML_REF = origin/html
173 all: html man info
175 html: $(DOC_HTML) target
243 $(OUTPUT)technical/api-*.html $(OUTPUT)technical/api-index.txt
247 $(MAN_HTML): $(OUTPUT)%.html : %.txt
282 XSLTOPTS = --xinclude --stringparam html.stylesheet docbook-xsl.css
300 $(patsubst %,%.html,$(ARTICLES)) : %.html : %.txt
Dperf.txt29 --html-path::
30 Display html documentation path.
Dsecurity.txt6 https://www.kernel.org/doc/html/latest/admin-guide/perf-security.html
236 …rg/en-US/Fedora/11/html/Security-Enhanced_Linux/sect-Security-Enhanced_Linux-Working_with_SELinux-…
237 [3] https://danwalsh.livejournal.com/10972.html
/tools/power/pm-graph/
DREADME11 …age: https://www.intel.com/content/www/us/en/developer/topic-technology/open/pm-graph/overview.html
18 https://www.intel.com/content/www/us/en/developer/articles/technical/usage.html
21 https://www.intel.com/content/www/us/en/developer/topic-technology/open/pm-graph/features.html
142 be used to regenerate the html timeline with different options
144 HTML output: <hostname>_<mode>.html
148 View the html in firefox or chrome.
214 individual test data and a set of summary pages in the root. The summary.html
216 summary-issue.html and summary-devices.html files include data taken from
220 summary.html
221 summary-issues.html
[all …]
Dbootgraph.py542 devtl.html += html_timetotal.format(user_mode, last_init)
556 devtl.html += devtl.html_tblock.format('boot', '0', '100', devtl.scaleH)
562 devtl.html += devtl.html_phase.format(left, width, \
583 devtl.html += devtl.html_device.format(dev['id'],
599 devtl.html += html_srccall.format(l.name, left,
611 devtl.html += html_srccall.format(cg.name, left,
617 devtl.html += '</div>\n'
620 devtl.html += '</div>\n</div>\n'
623 devtl.html += '<div class="legend">\n'
628 devtl.html += devtl.html_legend.format(order, \
[all …]
Dsleepgraph.py2065 html = ''
2077 html += '<li><b>'+node.name+drv+'</b>'
2079 html += '<ul>'+info+'</ul>'
2080 html += '</li>'
2082 html += '<ul>'
2084 html += self.printTopology(cnode)
2085 html += '</ul>'
2086 return html
2745 self.html = ''
2756 self.html += '<div class="version"><a href="https://01.org/pm-graph">%s v%s</a></div>' \
[all …]
/tools/lib/perf/Documentation/
DMakefile14 _MAN_HTML = $(patsubst %.txt,%.html,$(MAN_TXT))
34 htmldir = $(docdir)/html
/tools/power/pm-graph/config/
Dstandby.cfg25 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values
33 # add the dmesg and ftrace log to the html output (default: false)
80 # pre-expand the callgraph data in the html output (default: disabled)
Dfreeze.cfg25 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values
33 # add the dmesg and ftrace log to the html output (default: false)
80 # pre-expand the callgraph data in the html output (default: disabled)
Dsuspend-x2-proc.cfg25 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values
33 # add the dmesg and ftrace log to the html output (default: false)
80 # pre-expand the callgraph data in the html output (default: disabled)
Dsuspend-dev.cfg25 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values
33 # add the dmesg and ftrace log to the html output (default: false)
80 # pre-expand the callgraph data in the html output (default: disabled)
Dsuspend.cfg25 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values
33 # add the dmesg and ftrace log to the html output (default: false)
80 # pre-expand the callgraph data in the html output (default: disabled)
Dfreeze-callgraph.cfg26 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values
34 # add the dmesg and ftrace log to the html output (default: false)
81 # pre-expand the callgraph data in the html output (default: disabled)
Dstandby-dev.cfg25 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values
33 # add the dmesg and ftrace log to the html output (default: false)
80 # pre-expand the callgraph data in the html output (default: disabled)
Dstandby-callgraph.cfg26 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values
34 # add the dmesg and ftrace log to the html output (default: false)
81 # pre-expand the callgraph data in the html output (default: disabled)
Dsuspend-callgraph.cfg26 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values
34 # add the dmesg and ftrace log to the html output (default: false)
85 # pre-expand the callgraph data in the html output (default: disabled)
Dfreeze-dev.cfg25 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values
33 # add the dmesg and ftrace log to the html output (default: false)
80 # pre-expand the callgraph data in the html output (default: disabled)
Dexample.cfg25 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values
33 # add the dmesg and ftrace log to the html output (default: false)
41 # Only capture the logs, don't generate the html timeline (default: false)
138 # pre-expand the callgraph data in the html output (default: disabled)
Dcustom-timeline-functions.cfg25 # add the dmesg and ftrace log to the html output (default: false)
57 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values
103 # html color string, either a word, or an RGB.
168 # html color string, either a word, or an RGB.
Dcgskip.txt6 # the callgraph html file size by treating these functions
/tools/perf/
D.gitignore17 perf*.html
/tools/testing/selftests/rcutorture/doc/
Drcu-test-image.txt59 http://sripathikodi.blogspot.com/2010/02/creating-kvm-bootable-fedora-system.html
64 https://www.landley.net/writing/rootfs-howto.html
/tools/power/cpupower/bindings/python/
DREADME21 Please see https://swig.org/legal.html and the discussion [1] for more details.
/tools/testing/selftests/net/rds/
Drun.sh212 gcovr -s --html-details --gcov-executable "$GCOV_CMD" --gcov-ignore-parse-errors \
/tools/net/sunrpc/xdrgen/grammars/
Dxdr.lark2 // https://tools.ietf.org/html/rfc4506 Section 6.3

12