| /linux/drivers/acpi/acpica/ |
| H A D | utdebug.c | 258 * DESCRIPTION: Function entry trace. Prints only if TRACE_FUNCTIONS bit is in ACPI_EXPORT_SYMBOL() 295 * DESCRIPTION: Function entry trace. Prints only if TRACE_FUNCTIONS bit is in ACPI_EXPORT_SYMBOL() 331 * DESCRIPTION: Function entry trace. Prints only if TRACE_FUNCTIONS bit is 367 * DESCRIPTION: Function entry trace. Prints only if TRACE_FUNCTIONS bit is 402 * DESCRIPTION: Function exit trace. Prints only if TRACE_FUNCTIONS bit is 441 * DESCRIPTION: Function exit trace. Prints only if TRACE_FUNCTIONS bit is in ACPI_EXPORT_SYMBOL() 442 * set in debug_level. Prints exit status also. in ACPI_EXPORT_SYMBOL() 490 * DESCRIPTION: Function exit trace. Prints only if TRACE_FUNCTIONS bit is in ACPI_EXPORT_SYMBOL() 491 * set in debug_level. Prints exit value also. in ACPI_EXPORT_SYMBOL() 529 * DESCRIPTION: Function exit trace. Prints only if TRACE_FUNCTIONS bit is in ACPI_EXPORT_SYMBOL() [all …]
|
| /linux/tools/power/cpupower/man/ |
| H A D | cpupower-frequency-info.1 | 10 A small tool which prints out cpufreq information helpful to developers and interested users. 15 Prints out debug information. 48 Prints out information like provided by the /proc/cpufreq interface in 2.4. and early 2.6. kernels.
|
| H A D | cpupower-idle-info.1 | 10 A tool which prints out per cpu idle information helpful to developers and interested users. 19 Prints out idle information in old /proc/acpi/processor/*/power format. This
|
| /linux/Documentation/networking/caif/ |
| H A D | caif.rst | 61 * ser_state: Prints the bit-mask status where 68 * tty_status: Prints the bit-mask tty status information 76 * last_tx_msg: Binary blob Prints the last transmitted frame. 110 * last_rx_msg: Prints the last transmitted frame.
|
| /linux/rust/kernel/ |
| H A D | device.rs | 284 /// Prints an emergency-level message (level 0) prefixed with device information. 294 /// Prints an alert-level message (level 1) prefixed with device information. 304 /// Prints a critical-level message (level 2) prefixed with device information. 314 /// Prints an error-level message (level 3) prefixed with device information. 324 /// Prints a warning-level message (level 4) prefixed with device information. 334 /// Prints a notice-level message (level 5) prefixed with device information. 344 /// Prints an info-level message (level 6) prefixed with device information. 354 /// Prints a debug-level message (level 7) prefixed with device information. 366 /// Prints the provided message to the console. 605 /// Prints an emergency-level message (level 0) prefixed with device information. [all …]
|
| H A D | print.rs | 88 /// Prints a message via the kernel's [`_printk`]. 117 /// Prints a message via the kernel's [`_printk`] for the `CONT` level. 194 /// Prints an emergency-level message (level 0). 219 /// Prints an alert-level message (level 1). 244 /// Prints a critical-level message (level 2). 269 /// Prints an error-level message (level 3). 294 /// Prints a warning-level message (level 4). 319 /// Prints a notice-level message (level 5). 344 /// Prints an info-level message (level 6). 370 /// Prints a debug-level message (level 7).
|
| H A D | std_vendor.rs | 12 /// Prints and returns the value of a given expression for quick and dirty 21 /// // ^-- prints: [src/main.rs:3:9] a * 2 = 4 67 /// This prints to the kernel log: 88 /// This prints to the kernel log:
|
| /linux/Documentation/tools/rtla/ |
| H A D | rtla-osnoise.rst | 19 The *osnoise* tracer outputs information in two ways. It periodically prints 32 Prints the summary from osnoise tracer. 36 Prints a histogram of osnoise samples.
|
| H A D | rtla-timerlat.rst | 28 Prints the summary from *timerlat* tracer. 32 Prints a histogram of timerlat samples.
|
| H A D | common_timerlat_aa.rst | 3 prints the task running on all CPUs if stop conditions are met (depends on !--no-aa)
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-version.txt | 14 With no options given, the 'perf version' prints the perf version 23 Prints the status of compiled-in libraries on the
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | cgroup_iter.c | 130 /* Preorder walk prints parent and child in order. */ 141 /* Postorder walk prints child and parent in order. */ 152 /* Walking parents prints parent and then root. */ 168 /* Early termination prints parent only. */ 183 /* Waling self prints self only. */
|
| /linux/tools/hv/ |
| H A D | hv_get_dhcp_info.sh | 11 # Output: The script prints the string "Enabled" to stdout to indicate 13 # the script prints the string "Disabled" to stdout.
|
| /linux/kernel/trace/rv/ |
| H A D | reactor_printk.c | 6 * Prints the exception msg to the kernel message log. 26 .description = "prints the exception msg to the kernel message log.",
|
| /linux/Documentation/dev-tools/kunit/ |
| H A D | architecture.rst | 136 - ``[_MSG]`` prints a custom message on failure. 140 KUnit prints the test results in KTAP format. KTAP is based on TAP14, see 142 KTAP works with KUnit and Kselftest. The KUnit executor prints KTAP results to 195 the test results, and prints a summary. For failed tests, any
|
| /linux/include/linux/ |
| H A D | mutex_types.h | 37 * - detects self-recursing locks and prints out all relevant info 38 * - detects multi-task circular deadlocks and prints out all affected
|
| /linux/lib/zstd/common/ |
| H A D | error_private.h | 102 * In debug modes, prints additional information. 121 * In debug modes, prints additional information. 136 * In debug modes, prints additional information.
|
| /linux/arch/powerpc/xmon/ |
| H A D | ppc.h | 344 prints these with a leading 'f'. */ 348 prints these symbolically if possible. */ 352 prints these symbolically if possible. */ 379 prints these with a leading 'v'. */ 397 prints these with a leading 'vs'. */
|
| /linux/samples/rust/ |
| H A D | rust_print_main.rs | 25 // Prints the value of data in `a`. in arc_print() 55 // Pretty-prints the debug formatting with lower-case hexadecimal integers. in arc_print()
|
| /linux/Documentation/dev-tools/ |
| H A D | kasan.rst | 106 By default, KASAN prints a bug report only for the first invalid memory access. 107 With ``kasan_multi_shot``, KASAN prints a report on every invalid access. This 275 are best-effort: KASAN prints the most probable bug type based on the limited 360 this memory. In case of a tag mismatch, Software Tag-Based KASAN prints a bug 523 Each KASAN test prints one of multiple KASAN reports if an error is detected. 524 Then the test prints its number and status.
|
| /linux/Documentation/filesystems/smb/ |
| H A D | ksmbd.rst | 175 1. Enable all component prints 181 3. Show what prints are enabled. 185 4. Disable prints:
|
| /linux/tools/testing/kunit/ |
| H A D | kunit_parser.py | 3 # Parses KTAP test results from a kernel dmesg log and incrementally prints 496 Prints test header with test name and optionally the expected number 519 """Prints all strings in saved log for test in yellow.""" 553 Prints result line with status of test. 566 Prints test footer with status of test. 581 Prints Test object to given printer. For a child test, the result line is 640 Prints summary line of test object. Color of line is dependent on
|
| /linux/Documentation/trace/ |
| H A D | osnoise-tracer.rst | 23 prints a NMI occurrence counter. If the output does not report NMI 40 prints the sum of all noise, the max single noise, the percentage of CPU 77 tracer prints a message at the end of each period for each CPU that is
|
| /linux/Documentation/doc-guide/ |
| H A D | parse-headers.rst | 51 Prints a brief help message and exits. 57 Prints a more detailed help message and exits.
|
| /linux/drivers/gpio/ |
| H A D | gpio-bd71815.c | 23 /* dev points to the platform device for devm and prints */ 134 * also the prints should originate from this device. in gpo_bd71815_probe()
|