Lines Matching refs:prints
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.
303 profile is a CPU profiler, which takes samples of stack traces at timed intervals, and prints a sum…