Searched refs:strace (Results 1 – 11 of 11) sorted by relevance
| /linux/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 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 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/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/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/tools/perf/Documentation/ |
| H A D | perf-trace.txt | 6 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 D | perf-config.txt | 641 use 40 for the strace default, zero to no alignment. 666 strace-like sys_enter+sys_exit lines.
|
| /linux/arch/m68k/kernel/ |
| H A D | entry.S | 178 movel #-ENOSYS,%sp@(PT_OFF_D0)| needed for strace
|
| /linux/Documentation/userspace-api/ioctl/ |
| H A D | ioctl-number.rst | 57 (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 D | Makefile.config | 1220 STRACE_GROUPS_DIR = share/perf-core/strace/groups
|
| /linux/Documentation/virt/uml/ |
| H A D | user_mode_linux_howto_v2.rst | 1113 host$ strace -p 16566
|
| /linux/Documentation/filesystems/ |
| H A D | proc.rst | 2426 # strace -e mount mount -o hidepid=1 -t proc proc /tmp/proc
|