Searched refs:strace (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/Documentation/admin-guide/ |
| H A D | workload-tracing.rst | 16 * Linux tracing and strace can be used to discover the system resources 30 `strace <https://man7.org/linux/man-pages/man1/strace.1.html>`_ is a 139 What is strace and how do we use it? 159 strace command supports basic, verbose, and stats modes. strace command when 168 * Usage: strace <command we want to trace> 169 * Verbose mode usage: strace -v <command> 170 * Gather statistics: strace -c <command> 322 strace -c perf bench all 432 strace -c stress-ng --netdev 1 -t 60 --metrics 526 strace -c paxtest kiddie [all …]
|
| /linux-6.15/tools/testing/selftests/net/rds/ |
| H A D | run.sh | 127 if ! which strace > /dev/null 2>&1; then 197 strace -T -tt -o "$TRACE_FILE" python3 "$(dirname "$0")/test.py" --timeout 400 -d "$LOG_DIR" \
|
| /linux-6.15/arch/alpha/kernel/ |
| H A D | entry.S | 467 bne $3, strace 469 blbs $3, strace /* check for SYSCALL_TRACE in disguise */ 569 .type strace, @function 570 strace: label
|
| /linux-6.15/Documentation/admin-guide/LSM/ |
| H A D | Yama.rst | 33 parent to a child process (i.e. direct "gdb EXE" and "strace EXE" still 34 work), or with ``CAP_SYS_PTRACE`` (i.e. "gdb --pid=PID", and "strace -p PID"
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-trace.txt | 6 perf-trace - strace inspired tool 188 Stop after processing N events. Note that strace-like events are considered 237 the same beautifiers used in the strace-like enter+exit lines to augment the
|
| H A D | perf-config.txt | 638 use 40 for the strace default, zero to no alignment. 663 strace-like sys_enter+sys_exit lines.
|
| /linux-6.15/arch/m68k/kernel/ |
| H A D | entry.S | 178 movel #-ENOSYS,%sp@(PT_OFF_D0)| needed for strace
|
| /linux-6.15/drivers/gpu/drm/ci/ |
| H A D | gitlab-ci.yml | 211 - _build/meson-logs/strace
|
| /linux-6.15/Documentation/userspace-api/ioctl/ |
| H A D | ioctl-number.rst | 53 (2) The 'strace' build procedure automatically finds ioctl numbers 56 (3) 'strace' can decode numbers back into useful names when the
|
| /linux-6.15/Documentation/process/debugging/ |
| H A D | userspace_debugging_guide.rst | 146 - ``strace -tp $PID`` (*once you know the process, you can figure out how it
|
| /linux-6.15/tools/perf/ |
| H A D | Makefile.config | 1222 STRACE_GROUPS_DIR = share/perf-core/strace/groups
|
| /linux-6.15/Documentation/virt/uml/ |
| H A D | user_mode_linux_howto_v2.rst | 1146 host$ strace -p 16566
|
| /linux-6.15/ |
| H A D | CREDITS | 447 D: strace for Linux/Alpha 3728 D: utility hacker: Emacs, NFS server, mount, kmem-ps, UPS debugger, strace, GDB
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | proc.rst | 2406 # strace -e mount mount -o hidepid=1 -t proc proc /tmp/proc
|