Searched refs:prints (Results 1 – 25 of 476) sorted by relevance
12345678910>>...20
/external/strace/ |
D | strace-log-merge | 36 then combines and sorts them, and prints result to standard output. 39 option which prints timestamps (otherwise sorting won't do any good).
|
/external/bcc/examples/networking/http_filter/ |
D | README.md | 3 eBPF application that parses HTTP packets and extracts (and prints on screen) the URL contained in … 33 …ket, if necessary reassembles packets belonging to the same session, and prints on stdout the firs… 40 …s detected, the code reassembles packets belonging to the same session and prints the complete URL.
|
/external/bcc/docs/ |
D | tutorial.md | 56 execsnoop prints one line of output for each new process. Check for short-lived processes. These ca… 79 opensnoop prints one line of output for each open() syscall, including details. 98 ext4slower traces the ext4 file system and times common operations, and then only prints those that… 132 …to completion), and when the tool ends (Ctrl-C, or a given interval), it prints a histogram summar… 152 biosnoop prints a line of output for each disk I/O, with details including latency (time from devic… 172 cachestat prints a one line summary every second (or every custom interval) showing statistics from… 191 tcpconnect prints one line of output for every active TCP connection (eg, via connect()), with deta… 208 tcpaccept prints one line of output for every passive TCP connection (eg, via accept()), with detai… 225 tcprerans prints one line of output for every TCP retransmit packet, with details including source … 256 runqlat times how long threads were waiting on the CPU run queues, and prints this as a histogram. [all …]
|
/external/u-boot/drivers/demo/ |
D | Kconfig | 16 This device allows you to play around with driver model. It prints 25 This device allows you to play around with driver model. It prints
|
/external/strace/debian/ |
D | control | 15 strace is a system call tracer, i.e. a debugging tool which prints out 29 strace is a system call tracer, i.e. a debugging tool which prints out 48 strace is a system call tracer, i.e. a debugging tool which prints out
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/analysis/ |
D | llvm_analysis.mli | 25 (** [verify_module m] returns if the module [m] is valid, but prints a 31 (** [verify_function f] returns if the function [f] is valid, but prints a
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/analysis/ |
D | llvm_analysis.mli | 25 (** [verify_module m] returns if the module [m] is valid, but prints a 31 (** [verify_function f] returns if the function [f] is valid, but prints a
|
/external/llvm/bindings/ocaml/analysis/ |
D | llvm_analysis.mli | 25 (** [verify_module m] returns if the module [m] is valid, but prints a 31 (** [verify_function f] returns if the function [f] is valid, but prints a
|
/external/python/cpython2/Doc/library/ |
D | traceback.rst | 10 interpreter when it prints a stack trace. This is useful when you want to print 36 ways: (1) if *tb* is not ``None``, it prints a header ``Traceback (most 37 recent call last):``; (2) it prints the exception *etype* and *value* after 39 appropriate format, it prints the line where the syntax error occurred with a 68 This function prints a stack trace from its invocation point. The optional
|
/external/swiftshader/third_party/LLVM/test/Assembler/ |
D | 2002-04-07-InfConstant.ll | 1 ; The output formater prints out 1.0e100 as Inf!
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/ |
D | 2002-04-07-InfConstant.ll | 1 ; The output formater prints out 1.0e100 as Inf!
|
/external/llvm/test/Assembler/ |
D | 2002-04-07-InfConstant.ll | 1 ; The output formater prints out 1.0e100 as Inf!
|
/external/icu/icu4c/source/samples/ |
D | readme.txt | 12 cal - prints out a calendar. 18 date - prints out the current date, localized.
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | CMakePrimer.rst | 251 # prints: 260 # prints: 268 # prints: 282 # prints: 291 # prints: 299 # prints: 392 # prints:
|
/external/compiler-rt/lib/asan/ |
D | asan_flags.inc | 33 "If set, prints some debugging information and does additional checks.") 83 "If set, prints ASan exit stats even after program terminates " 87 "If set, prints thread creation stacks for the threads involved in the "
|
/external/llvm/test/MC/ARM/ |
D | dwarf-cfi-initial-state.s | 13 # When llvm-dwarfdump prints the full info for the DW_CFA_def_cfa
|
/external/jarjar/res/com/tonicsystems/jarjar/ |
D | help.txt | 20 The level argument must be "class" or "jar". The former prints 22 prints jar->jar dependencies. A "jar" in this context is actually
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.23.txt | 50 Fsck prints a warning message if now valid filesystems are passed to 60 E2fsck now prints the number of large files when given the -v option.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | dwarf-cfi-initial-state.s | 13 # When llvm-dwarfdump -v prints the full info for the DW_CFA_def_cfa
|
/external/bcc/tools/ |
D | vfsstat_example.txt | 4 This traces some common VFS calls and prints per-second summaries. By default,
|
D | bashreadline_example.txt | 4 This prints bash commands from all running bash shells on the system. For
|
/external/selinux/python/sepolicy/sepolicy/help/ |
D | system_boot_mode.txt | 7 - SELinux prints warnings instead of enforcing.
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/ |
D | llvm-symbolizer.rst | 13 input and prints corresponding source code locations to standard output. 92 If a source code location is in an inlined function, prints all the
|
/external/llvm/docs/CommandGuide/ |
D | llvm-symbolizer.rst | 13 input and prints corresponding source code locations to standard output. 92 If a source code location is in an inlined function, prints all the
|
/external/ltp/testcases/realtime/func/sched_jitter/ |
D | README | 6 fixed amount of work. It then prints out the maximum jitter seen (longest
|
12345678910>>...20