Home
last modified time | relevance | path

Searched full:html (Results 1 – 25 of 909) sorted by relevance

12345678910>>...37

/Linux-v6.1/include/linux/
Dcompiler_attributes.h24 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-alias-function-a…
29 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-aligned-function…
30 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Type-Attributes.html#index-aligned-type-attribu…
31 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Variable-Attributes.html#index-aligned-variable…
41 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-alloc_005fsize-f…
42 * clang: https://clang.llvm.org/docs/AttributeReference.html#alloc-size
52 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-always_005finlin…
69 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-assume_005falign…
70 * clang: https://clang.llvm.org/docs/AttributeReference.html#assume-aligned
79 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-cold-function-at…
[all …]
/Linux-v6.1/Documentation/dev-tools/
Dcheckpatch.rst250 See: https://www.kernel.org/doc/html/latest/core-api/memory-allocation.html
263 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#allocating-memory
269 See: https://www.kernel.org/doc/html/latest/core-api/memory-allocation.html
290 See: https://www.kernel.org/doc/html/latest/process/deprecated.html#bug-and-bug-on
299 …See: https://www.kernel.org/doc/html/latest/process/deprecated.html#simple-strtol-simple-strtoll-s…
343 See: https://www.kernel.org/doc/html/latest/RCU/whatisRCU.html#full-list-of-rcu-apis
361 3. https://www.kernel.org/doc/html/latest/kbuild/makefiles.html#compilation-flags
375 See: https://www.kernel.org/doc/html/latest/driver-api/driver-model/device.html#attributes
384 See: https://www.kernel.org/doc/html/latest/driver-api/driver-model/device.html#attributes
393 See: https://www.kernel.org/doc/html/latest/driver-api/driver-model/device.html#attributes
[all …]
/Linux-v6.1/tools/power/pm-graph/
Dsleepgraph.822 html timeline : <hostname>_<mode>.html
53 Add the dmesg and ftrace logs to the html output. They will be viewable by
95 hostname_command.html and will autodetect which suspend mode was triggered.
103 This reduces the html file size as there can be many tiny callbacks which are barely
131 command is called automatically to create summary html files for all the data (unless you
133 or summary html files. You can then run the tool again at a later time with \fI-summary\fR
141 You can generate the html timelines later with \fI-dmesg\fR & \fI-ftrace\fR, or
159 pre-expand the callgraph data in the html output (default: disabled)
166 This reduces the html file size as there can be many tiny callgraphs
198 Creates summary.html, summary-issues.html, and summary-devices.html in the current folder.
[all …]
Dbootgraph.811 creates an html representation of the initcall timeline. It graphs
25 html timeline : <hostname>_boot.html
37 Add the dmesg log to the html output. It will be viewable by
64 This reduces the html file size as there can be many tiny callgraphs
84 pre-expand the callgraph data in the html output (default: disabled)
106 Create HTML output from an existing dmesg file.
109 Create HTML output from an existing ftrace file (used with -dmesg).
128 Create a timeline using the current dmesg, add the log to the html and change the folder.
160 Rebuild the html from a previous run's logs, using the same options.
164 Rebuild the html with different options.
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.py21 # their linux stack's boot time. It creates an html representation of
56 htmlfile = 'bootgraph.html'
514 # Create the output html file from the resident test data
518 # True if the html file was created, false if it failed
520 # html function templates
542 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,
[all …]
Dsleepgraph.py32 # time in suspend/resume. The output is a single html file which can be
153 htmlfile = 'output.html'
390 if '<html>' not in res:
424 self.htmlfile = m.group('name')+'.html'
428 self.htmlfile = m.group('name')+'.html'
498 self.testdir+'/'+self.prefix+'_'+self.suspendmode+'.html'
1425 # contents: times for phase start/end, order/color data for html
1431 # parents/children, html id for timeline/callgraph
2045 html = ''
2057 html += '<li><b>'+node.name+drv+'</b>'
[all …]
/Linux-v6.1/Documentation/virt/
Dne_overview.rst94 [2] https://www.kernel.org/doc/html/latest/admin-guide/mm/hugetlbpage.html
96 [4] https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html
97 [5] https://man7.org/linux/man-pages/man7/vsock.7.html
98 [6] https://www.kernel.org/doc/html/latest/x86/boot.html
99 [7] https://www.kernel.org/doc/html/latest/arm64/hugetlbpage.html
100 [8] https://www.kernel.org/doc/html/latest/arm64/booting.html
/Linux-v6.1/Documentation/translations/zh_CN/virt/
Dne_overview.rst84 [2] https://www.kernel.org/doc/html/latest/admin-guide/mm/hugetlbpage.html
86 [4] https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html
87 [5] https://man7.org/linux/man-pages/man7/vsock.7.html
88 [6] https://www.kernel.org/doc/html/latest/x86/boot.html
/Linux-v6.1/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
223 #install-html: html
243 $(OUTPUT)technical/api-*.html $(OUTPUT)technical/api-index.txt
247 $(MAN_HTML): $(OUTPUT)%.html : %.txt
275 XSLTOPTS = --xinclude --stringparam html.stylesheet docbook-xsl.css
293 $(patsubst %,%.html,$(ARTICLES)) : %.html : %.txt
[all …]
/Linux-v6.1/Documentation/
Dconf.py123 # For html builder, load imgmath only when its dependencies are met.
129 # Respect SPHINX_IMGMATH (for html docs only)
244 # -- Options for HTML output ----------------------------------------------
246 # The theme to use for HTML and HTML Help pages. See the documentation for
374 html_sidebars = { '**': ['searchbox.html', 'localtoc.html', 'sourcelink.html']}
392 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
395 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
400 # base URL from which the finished HTML is served.
403 # This is the file name suffix for HTML files (e.g. ".xhtml").
406 # Language to be used for generating the HTML full-text search index.
[all …]
/Linux-v6.1/Documentation/networking/
Dsnmp_counter.rst17 .. _RFC1213 ipInReceives: https://tools.ietf.org/html/rfc1213#page-26
30 .. _RFC1213 ipInDelivers: https://tools.ietf.org/html/rfc1213#page-28
41 .. _RFC1213 ipOutRequests: https://tools.ietf.org/html/rfc1213#page-28
60 .. _Explicit Congestion Notification: https://tools.ietf.org/html/rfc3168#page-6
73 .. _RFC1213 ipInHdrErrors: https://tools.ietf.org/html/rfc1213#page-27
81 .. _RFC1213 ipInAddrErrors: https://tools.ietf.org/html/rfc1213#page-27
98 .. _RFC1213 ipInUnknownProtos: https://tools.ietf.org/html/rfc1213#page-27
111 .. _RFC1213 ipInDiscards: https://tools.ietf.org/html/rfc1213#page-28
118 .. _RFC1213 ipOutDiscards: https://tools.ietf.org/html/rfc1213#page-28
125 .. _RFC1213 ipOutNoRoutes: https://tools.ietf.org/html/rfc1213#page-29
[all …]
/Linux-v6.1/Documentation/hwmon/
Dtmp401.rst12 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp401.html
20 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp411.html
28 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp431.html
36 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp432.html
44 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp435.html
Dlm25066.rst26 http://www.national.com/pf/LM/LM25066.html
28 http://www.national.com/pf/LM/LM25066A.html
38 http://www.national.com/pf/LM/LM5064.html
48 http://www.national.com/pf/LM/LM5066.html
/Linux-v6.1/Documentation/doc-guide/
Dsphinx.rst9 HTML or PDF formats, use ``make htmldocs`` or ``make pdfdocs``. The generated
13 .. _reStructuredText: http://docutils.sourceforge.net/rst.html
47 #) It is recommended to use the RTD theme for html output. Depending
85 Math Expressions in HTML
90 There are two options for Sphinx to render math expressions in html output.
92 images and embeds them in html pages.
99 Since kernel release 6.1, html pages with math expressions can be built
103 .. _imgmath: https://www.sphinx-doc.org/en/master/usage/extensions/math.html#module-sphinx.ext.imgm…
104 .. _mathjax: https://www.sphinx-doc.org/en/master/usage/extensions/math.html#module-sphinx.ext.math…
127 By default, it checks all the requirements for both html and PDF, including
[all …]
/Linux-v6.1/tools/perf/scripts/python/
Dflamegraph.py53 if self.args.format == "html" and \
123 if self.args.format == "html":
141 output_fn = self.args.output or "flamegraph.html"
162 default="html", choices=["json", "html"],
167 default="/usr/share/d3-flame-graph/d3-flamegraph-base.html",
168 help="path to flame graph HTML template")
/Linux-v6.1/rust/kernel/
Dprint.rs7 //! Reference: <https://www.kernel.org/doc/html/latest/core-api/printk-basics.html>
160 /// [`pr_emerg`]: https://www.kernel.org/doc/html/latest/core-api/printk-basics.html#c.pr_emerg
161 /// [`std::print!`]: https://doc.rust-lang.org/std/macro.print.html
184 /// [`pr_info`]: https://www.kernel.org/doc/html/latest/core-api/printk-basics.html#c.pr_info
185 /// [`std::print!`]: https://doc.rust-lang.org/std/macro.print.html
/Linux-v6.1/Documentation/arm/samsung-s3c24xx/
Deb2410itx.rst30 - Resources Page http://www.simtec.co.uk/products/EB2410ITX/resources.html
32 - Board FAQ at http://www.simtec.co.uk/products/EB2410ITX/faq.html
34 - Bootloader info http://www.simtec.co.uk/products/SWABLE/resources.html
35 and FAQ http://www.simtec.co.uk/products/SWABLE/faq.html
/Linux-v6.1/scripts/coccinelle/misc/
Dflexible_array.cocci99 … flexible-array member instead (https://www.kernel.org/doc/html/latest/process/deprecated.html#zer…
106 … flexible-array member instead (https://www.kernel.org/doc/html/latest/process/deprecated.html#zer…
/Linux-v6.1/crypto/
DKconfig326 http://www.gmbz.org.cn/main/bzlb.html
389 See https://web.archive.org/web/20160606112246/http://www.larc.usp.br/~pbarreto/AnubisPage.html
418 See https://www.schneier.com/blowfish.html for further information.
488 See https://web.archive.org/web/20171011071731/http://www.larc.usp.br/~pbarreto/KhazadPage.html
515 See https://www.cl.cam.ac.uk/~rja14/serpent.html for further information.
577 See https://www.schneier.com/twofish.html for further information.
1004 See https://homes.esat.kuleuven.be/~bosselae/ripemd160.html
1050 https://datatracker.ietf.org/doc/html/draft-shen-sm3-hash
1064 https://tools.ietf.org/html/rfc6986
1086 … See https://web.archive.org/web/20171129084214/http://www.larc.usp.br/~pbarreto/WhirlpoolPage.html
[all …]
/Linux-v6.1/Documentation/tools/rtla/
Dcommon_options.rst23 …ormation about event filtering see https://www.kernel.org/doc/html/latest/trace/events.html#event-…
34 …nformation about event trigger see https://www.kernel.org/doc/html/latest/trace/events.html#event-…
/Linux-v6.1/tools/power/pm-graph/config/
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)
40 # Skip HTML generation
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)
/Linux-v6.1/Documentation/kbuild/
Dgcc-plugins.rst26 .. [1] https://gcc.gnu.org/onlinedocs/gccint/Plugins.html
27 .. [2] https://gcc.gnu.org/onlinedocs/gccint/Plugin-API.html#Plugin-API
28 .. [3] https://gcc.gnu.org/onlinedocs/gccint/GIMPLE.html
29 .. [4] https://gcc.gnu.org/onlinedocs/gccint/IPA.html
30 .. [5] https://gcc.gnu.org/onlinedocs/gccint/RTL.html
/Linux-v6.1/Documentation/admin-guide/
Dperf-security.rst311 .. [2] `<http://man7.org/linux/man-pages/man2/perf_event_open.2.html>`_
314 .. [5] `<https://www.kernel.org/doc/html/latest/security/credentials.html>`_
315 .. [6] `<http://man7.org/linux/man-pages/man7/capabilities.7.html>`_
316 .. [7] `<http://man7.org/linux/man-pages/man2/ptrace.2.html>`_
319 .. [10] `<http://man7.org/linux/man-pages/man5/acl.5.html>`_
320 .. [11] `<http://man7.org/linux/man-pages/man2/getrlimit.2.html>`_
321 .. [12] `<http://man7.org/linux/man-pages/man5/limits.conf.5.html>`_
323 .. [14] `<http://man7.org/linux/man-pages/man8/auditd.8.html>`_
324 .. [15] `<https://man7.org/linux/man-pages/man8/sudo.8.html>`_
/Linux-v6.1/Documentation/translations/it_IT/doc-guide/
Dsphinx.rst14 Per generare la documentazione in HTML o PDF, usate comandi ``make htmldocs`` o
19 .. _reStructuredText: http://docutils.sourceforge.net/rst.html
57 #) Viene raccomandato l'uso del tema RTD per la documentazione in HTML.
125 di documenti html e PDF, includendo anche il supporto per le immagini, le
127 ambiente virtuale per Python. I requisiti per generare i documenti html
143 Per generare la documentazione in formato HTML o PDF si eseguono i rispettivi
152 verrà utilizzato per ottenere una documentazione HTML più gradevole.
162 Potete anche personalizzare l'ouptut html passando un livello aggiuntivo
177 .. _TOC tree: http://www.sphinx-doc.org/en/stable/markup/toctree.html
193 .. _`manuale introduttivo a reStructuredText`: http://www.sphinx-doc.org/en/stable/rest.html
[all …]

12345678910>>...37