Home
last modified time | relevance | path

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

/linux/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
34 to evaluate safety considerations. We use strace tool to trace workloads.
36 This method of tracing using strace tells us the system calls invoked by
53 strace tool can be used to trace system calls made by a process and signals
57 Linux is used to provide access to a file in the file system. strace enables
61 You can generate profiling data combining strace and perf record tools to
67 We used strace to trace the perf, stress-ng, paxtest workloads to illustrate
76 or a virtual machine. Most distributions will include strace command. Let’s
100 As mentioned earlier, we used strace to trace perf bench, stress-ng and
[all …]
/linux/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/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/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/tools/perf/Documentation/
H A Dperf-trace.txt6 perf-trace - strace inspired tool
189 Stop after processing N events. Note that strace-like events are considered
238 the same beautifiers used in the strace-like enter+exit lines to augment the
H A Dperf-config.txt641 use 40 for the strace default, zero to no alignment.
666 strace-like sys_enter+sys_exit lines.
/linux/arch/m68k/kernel/
H A Dentry.S178 movel #-ENOSYS,%sp@(PT_OFF_D0)| needed for strace
/linux/Documentation/userspace-api/ioctl/
H A Dioctl-number.rst57 (2) The 'strace' build procedure automatically finds ioctl numbers
60 (3) 'strace' can decode numbers back into useful names when the
/linux/tools/perf/
H A DMakefile.config1220 STRACE_GROUPS_DIR = share/perf-core/strace/groups
/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst1113 host$ strace -p 16566
/linux/Documentation/filesystems/
H A Dproc.rst2426 # strace -e mount mount -o hidepid=1 -t proc proc /tmp/proc