Home
last modified time | relevance | path

Searched full:prints (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/linux/drivers/acpi/acpica/
H A Dutdebug.c258 * 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/rust/kernel/
H A Dprint.rs86 /// Prints a message via the kernel's [`_printk`].
114 /// Prints a message via the kernel's [`_printk`] for the `CONT` level.
191 /// Prints an emergency-level message (level 0).
215 /// Prints an alert-level message (level 1).
239 /// Prints a critical-level message (level 2).
263 /// Prints an error-level message (level 3).
287 /// Prints a warning-level message (level 4).
311 /// Prints a notice-level message (level 5).
335 /// Prints an info-level message (level 6).
360 /// Prints a debug-level message (level 7).
H A Dstd_vendor.rs10 /// Prints and returns the value of a given expression for quick and dirty
19 /// // ^-- prints: [src/main.rs:2] a * 2 = 4
65 /// This prints to the kernel log:
88 /// This prints to the kernel log:
/linux/Documentation/networking/caif/
H A Dcaif.rst61 * 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/tools/power/cpupower/man/
H A Dcpupower-frequency-info.110 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 Dcpupower-idle-info.110 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/tools/rtla/
H A Drtla-timerlat.rst20 prints the timer latency at the timer *IRQ* handler and the *Thread* handler.
31 Prints the summary from *timerlat* tracer.
35 Prints a histogram of timerlat samples.
H A Drtla-osnoise.rst19 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.
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_iter.c130 /* 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/perf/Documentation/
H A Dperf-version.txt14 With no options given, the 'perf version' prints the perf version
23 Prints the status of compiled-in libraries on the
/linux/tools/hv/
H A Dhv_get_dhcp_info.sh11 # 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 Dreactor_printk.c6 * Prints the exception msg to the kernel message log.
22 .description = "prints the exception msg to the kernel message log.",
/linux/Documentation/dev-tools/kunit/
H A Darchitecture.rst136 - ``[_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 Dmutex_types.h37 * - detects self-recursing locks and prints out all relevant info
38 * - detects multi-task circular deadlocks and prints out all affected
/linux/tools/tracing/rtla/src/
H A Dtimerlat.c28 " top - prints the summary from timerlat tracer", in timerlat_usage()
29 " hist - prints a histogram of timer latencies", in timerlat_usage()
/linux/lib/zstd/common/
H A Derror_private.h97 * In debug modes, prints additional information.
114 * In debug modes, prints additional information.
129 * In debug modes, prints additional information.
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_dbg_hsi.h1140 * qed_dbg_print_attn(): Prints attention registers values in the
1243 * qed_print_idle_chk_results(): Prints idle check results
1293 * qed_print_mcp_trace_results(): Prints MCP Trace results
1308 * qed_print_mcp_trace_results_cont(): Prints MCP Trace results, and
1324 * qed_print_mcp_trace_line(): Prints MCP Trace results for a single line
1366 * qed_print_reg_fifo_results(): Prints reg fifo results.
1398 * qed_print_igu_fifo_results(): Prints IGU fifo results
1431 * qed_print_protection_override_results(): Prints protection override
1464 * qed_print_fw_asserts_results(): Prints FW Asserts results.
1479 * qed_dbg_parse_attn(): Parses and prints attention registers values in
/linux/arch/powerpc/xmon/
H A Dppc.h344 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 Drust_print.rs24 // Prints the value of data in `a`. in arc_print()
36 // Pretty-prints the debug formatting with lower-case hexadecimal integers. in arc_print()
/linux/Documentation/dev-tools/
H A Dkasan.rst106 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
272 are best-effort: KASAN prints the most probable bug type based on the limited
357 this memory. In case of a tag mismatch, Software Tag-Based KASAN prints a bug
525 Each KUnit-compatible KASAN test prints one of multiple KASAN reports if an
526 error is detected. Then the test prints its number and status.
/linux/Documentation/filesystems/smb/
H A Dksmbd.rst175 1. Enable all component prints
181 3. Show what prints are enabled.
185 4. Disable prints:
/linux/Documentation/trace/
H A Dosnoise-tracer.rst23 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/tools/testing/kunit/
H A Dkunit_parser.py3 # Parses KTAP test results from a kernel dmesg log and incrementally prints
491 Prints test header with test name and optionally the expected number
513 """Prints all strings in saved log for test in yellow."""
546 Prints result line with status of test.
558 Prints test footer with status of test.
606 Prints summary line of test object. Color of line is dependent on
/linux/Documentation/doc-guide/
H A Dparse-headers.rst51 Prints a brief help message and exits.
57 Prints a more detailed help message and exits.
/linux/drivers/gpio/
H A Dgpio-bd71815.c23 /* dev points to the platform device for devm and prints */
137 * also the prints should originate from this device. in gpo_bd71815_probe()

12345678910>>...14