| /linux/include/linux/ |
| H A D | compiler_attributes.h | 24 …* 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… 67 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-assume_005falign… 68 * clang: https://clang.llvm.org/docs/AttributeReference.html#assume-aligned 73 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Variable-Attributes.html#index-cleanup-variable… [all …]
|
| /linux/Documentation/iio/ |
| H A D | ad7380.rst | 16 * `AD7380 <https://www.analog.com/en/products/ad7380.html>`_ 17 * `AD7381 <https://www.analog.com/en/products/ad7381.html>`_ 18 * `AD7383 <https://www.analog.com/en/products/ad7383.html>`_ 19 * `AD7384 <https://www.analog.com/en/products/ad7384.html>`_ 20 * `AD7386 <https://www.analog.com/en/products/ad7386.html>`_ 21 * `AD7387 <https://www.analog.com/en/products/ad7387.html>`_ 22 * `AD7388 <https://www.analog.com/en/products/ad7388.html>`_ 23 * `AD7380-4 <https://www.analog.com/en/products/ad7380-4.html>`_ 24 * `AD7381-4 <https://www.analog.com/en/products/ad7381-4.html>`_ 25 * `AD7383-4 <https://www.analog.com/en/products/ad7383-4.html>`_ [all …]
|
| /linux/Documentation/devicetree/bindings/iio/adc/ |
| H A D | adi,ad7380.yaml | 14 * https://www.analog.com/en/products/ad7380.html 15 * https://www.analog.com/en/products/ad7381.html 16 * https://www.analog.com/en/products/ad7383.html 17 * https://www.analog.com/en/products/ad7384.html 18 * https://www.analog.com/en/products/ad7386.html 19 * https://www.analog.com/en/products/ad7387.html 20 * https://www.analog.com/en/products/ad7388.html 21 * https://www.analog.com/en/products/ad7380-4.html 22 * https://www.analog.com/en/products/ad7381-4.html 23 * https://www.analog.com/en/products/ad7383-4.html [all …]
|
| /linux/tools/power/pm-graph/ |
| H A D | bootgraph.8 | 11 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.
|
| H A D | README | 11 …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 …]
|
| H A D | bootgraph.py | 21 # 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 …]
|
| H A D | sleepgraph.py | 21 # https://www.intel.com/content/www/us/en/developer/topic-technology/open/pm-graph/overview.html 32 # time in suspend/resume. The output is a single html file which can be 154 htmlfile = 'output.html' 402 if '<html>' not in res: 436 self.htmlfile = m.group('name')+'.html' 440 self.htmlfile = m.group('name')+'.html' 510 self.testdir+'/'+self.prefix+'_'+self.suspendmode+'.html' 1466 # contents: times for phase start/end, order/color data for html 1472 # parents/children, html id for timeline/callgraph 2088 html = '' [all …]
|
| /linux/rust/kernel/ |
| H A D | print.rs | 7 //! Reference: <https://docs.kernel.org/core-api/printk-basics.html> 208 /// [`pr_emerg`]: https://docs.kernel.org/core-api/printk-basics.html#c.pr_emerg 209 /// [`std::print!`]: https://doc.rust-lang.org/std/macro.print.html 210 /// [`std::format!`]: https://doc.rust-lang.org/std/macro.format.html 233 /// [`pr_alert`]: https://docs.kernel.org/core-api/printk-basics.html#c.pr_alert 234 /// [`std::print!`]: https://doc.rust-lang.org/std/macro.print.html 235 /// [`std::format!`]: https://doc.rust-lang.org/std/macro.format.html 258 /// [`pr_crit`]: https://docs.kernel.org/core-api/printk-basics.html#c.pr_crit 259 /// [`std::print!`]: https://doc.rust-lang.org/std/macro.print.html 260 /// [`std::format!`]: https://doc.rust-lang.org/std/macro.format.html [all...] |
| H A D | clk.rs | 7 //! Reference: <https://docs.kernel.org/driver-api/clk.html> 127 /// [`struct clk`]: https://docs.kernel.org/driver-api/clk.html 143 /// [`clk_get`]: https://docs.kernel.org/core-api/kernel-api.html#c.clk_get in get() 165 /// [`clk_enable`]: https://docs.kernel.org/core-api/kernel-api.html#c.clk_enable in enable() 177 /// [`clk_disable`]: https://docs.kernel.org/core-api/kernel-api.html#c.clk_disable in disable() 189 /// [`clk_prepare`]: https://docs.kernel.org/core-api/kernel-api.html#c.clk_prepare in prepare() 201 /// [`clk_unprepare`]: https://docs.kernel.org/core-api/kernel-api.html#c.clk_unprepare in unprepare() 233 /// [`clk_get_rate`]: https://docs.kernel.org/core-api/kernel-api.html#c.clk_get_rate in rate() 245 /// [`clk_set_rate`]: https://docs.kernel.org/core-api/kernel-api.html#c.clk_set_rate in set_rate() 301 /// [`struct clk`]: https://docs.kernel.org/driver-api/clk.html [all...] |
| H A D | slice.rs | |
| /linux/Documentation/virt/ |
| H A D | ne_overview.rst | 94 [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/Documentation/translations/zh_CN/virt/ |
| H A D | ne_overview.rst | 84 [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/tools/perf/Documentation/ |
| H A D | Makefile | 18 _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 282 XSLTOPTS = --xinclude --stringparam html.stylesheet docbook-xsl.css 300 $(patsubst %,%.html,$(ARTICLES)) : %.html : %.txt [all …]
|
| /linux/Documentation/networking/ |
| H A D | snmp_counter.rst | 17 .. _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/Documentation/doc-guide/ |
| H A D | sphinx.rst | 9 HTML or PDF formats, use ``make htmldocs`` or ``make pdfdocs``. The generated 13 .. _reStructuredText: http://docutils.sourceforge.net/rst.html 79 Math Expressions in HTML 84 There are two options for Sphinx to render math expressions in html output. 86 images and embeds them in html pages. 93 Since kernel release 6.1, html pages with math expressions can be built 97 .. _imgmath: https://www.sphinx-doc.org/en/master/usage/extensions/math.html#module-sphinx.ext.imgm… 98 .. _mathjax: https://www.sphinx-doc.org/en/master/usage/extensions/math.html#module-sphinx.ext.math… 121 By default, it checks all the requirements for both html and PDF, including 123 that a virtual Python environment will be used. The ones needed for html [all …]
|
| /linux/tools/perf/scripts/python/ |
| H A D | flamegraph.py | 150 if self.args.format == "html": 159 if self.args.format == "html": 177 https://cdn.jsdelivr.net/npm/d3-flame-graph@4.1.3/dist/templates/d3-flamegraph-base.html 179 /usr/share/d3-flame-graph/d3-flamegraph-base.html""", 190 "d3-flamegraph-base.html") 219 output_fn = self.args.output or "flamegraph.html" 240 default="html", choices=["json", "html"], 245 default="/usr/share/d3-flame-graph/d3-flamegraph-base.html", 246 help="path to flame graph HTML template") 256 help="allow unprompted downloading of HTML template")
|
| /linux/Documentation/hwmon/ |
| H A D | tmp401.rst | 12 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
|
| /linux/rust/pin-init/ |
| H A D | README.md | 48 [`allocator_api` unstable feature]: https://doc.rust-lang.org/nightly/unstable-book/library-features/allocator-api.html 234 [`sync`]: https://rust.docs.kernel.org/kernel/sync/index.html 235 [pinning]: https://doc.rust-lang.org/std/pin/index.html 236 [structurally pinned fields]: https://doc.rust-lang.org/std/pin/index.html#projections-and-structural-pinning 237 [stack]: https://docs.rs/pin-init/latest/pin_init/macro.stack_pin_init.html 238 [`impl PinInit<Foo>`]: https://docs.rs/pin-init/latest/pin_init/trait.PinInit.html 239 [`impl PinInit<T, E>`]: https://docs.rs/pin-init/latest/pin_init/trait.PinInit.html 240 [`impl Init<T, E>`]: https://docs.rs/pin-init/latest/pin_init/trait.Init.html 246 [`Arc<T>`]: https://doc.rust-lang.org/stable/alloc/sync/struct.Arc.html 247 [`Box<T>`]: https://doc.rust-lang.org/stable/alloc/boxed/struct.Box.html [all...] |
| /linux/Documentation/translations/zh_CN/kbuild/ |
| H A D | gcc-plugins.rst | 31 .. [1] https://gcc.gnu.org/onlinedocs/gccint/Plugins.html 32 .. [2] https://gcc.gnu.org/onlinedocs/gccint/Plugin-API.html#Plugin-API 33 .. [3] https://gcc.gnu.org/onlinedocs/gccint/GIMPLE.html 34 .. [4] https://gcc.gnu.org/onlinedocs/gccint/IPA.html 35 .. [5] https://gcc.gnu.org/onlinedocs/gccint/RTL.html
|
| /linux/rust/ |
| H A D | build_error.rs | 16 //! [const-eval]: https://doc.rust-lang.org/reference/const_eval.html 17 //! [const-functions]: https://doc.rust-lang.org/reference/const_eval.html#const-functions 18 //! [const-context]: https://doc.rust-lang.org/reference/const_eval.html#const-context 24 /// [const-context]: https://doc.rust-lang.org/reference/const_eval.html#const-context
|
| /linux/Documentation/devicetree/bindings/power/supply/ |
| H A D | ltc4162-l.yaml | 20 https://www.analog.com/en/products/ltc4162-l.html 21 https://www.analog.com/en/products/ltc4162-f.html 22 https://www.analog.com/en/products/ltc4162-s.html 23 https://www.analog.com/en/products/ltc4015.html
|
| /linux/scripts/coccinelle/misc/ |
| H A D | flexible_array.cocci | 99 … 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/Documentation/admin-guide/ |
| H A D | perf-security.rst | 311 .. [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/tools/power/pm-graph/config/ |
| H A D | example.cfg | 25 # 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/Documentation/kbuild/ |
| H A D | gcc-plugins.rst | 26 .. [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
|