Home
last modified time | relevance | path

Searched refs:strace (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/Documentation/admin-guide/
H A Dworkload-tracing.rst16 * 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 Drun.sh127 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 Dentry.S467 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 DYama.rst33 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 Dperf-trace.txt6 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 Dperf-config.txt638 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 Dentry.S178 movel #-ENOSYS,%sp@(PT_OFF_D0)| needed for strace
/linux-6.15/drivers/gpu/drm/ci/
H A Dgitlab-ci.yml211 - _build/meson-logs/strace
/linux-6.15/Documentation/userspace-api/ioctl/
H A Dioctl-number.rst53 (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 Duserspace_debugging_guide.rst146 - ``strace -tp $PID`` (*once you know the process, you can figure out how it
/linux-6.15/tools/perf/
H A DMakefile.config1222 STRACE_GROUPS_DIR = share/perf-core/strace/groups
/linux-6.15/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst1146 host$ strace -p 16566
/linux-6.15/
H A DCREDITS447 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 Dproc.rst2406 # strace -e mount mount -o hidepid=1 -t proc proc /tmp/proc