Searched refs:strace (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.6/Documentation/admin-guide/ |
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-v6.6/arch/alpha/kernel/ |
D | entry.S | 471 bne $3, strace 473 blbs $3, strace /* check for SYSCALL_TRACE in disguise */ 573 .type strace, @function 574 strace: label
|
/Linux-v6.6/Documentation/admin-guide/LSM/ |
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-v6.6/tools/perf/Documentation/ |
D | perf-trace.txt | 6 perf-trace - strace inspired tool 184 Stop after processing N events. Note that strace-like events are considered 233 the same beautifiers used in the strace-like enter+exit lines to augment the
|
D | perf-config.txt | 624 use 40 for the strace default, zero to no alignment. 649 strace-like sys_enter+sys_exit lines.
|
/Linux-v6.6/arch/m68k/kernel/ |
D | entry.S | 181 movel #-ENOSYS,%sp@(PT_OFF_D0)| needed for strace
|
/Linux-v6.6/Documentation/userspace-api/ioctl/ |
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-v6.6/tools/perf/ |
D | Makefile.perf | 966 $(call QUIET_INSTALL, strace/groups) \ 968 $(INSTALL) trace/strace/groups/* -m 644 -t '$(DESTDIR_SQ)$(STRACE_GROUPS_INSTDIR_SQ)'
|
D | Makefile.config | 1189 STRACE_GROUPS_DIR = share/perf-core/strace/groups
|
/Linux-v6.6/Documentation/virt/uml/ |
D | user_mode_linux_howto_v2.rst | 1111 host$ strace -p 16566
|
/Linux-v6.6/ |
D | CREDITS | 426 D: strace for Linux/Alpha 3581 D: utility hacker: Emacs, NFS server, mount, kmem-ps, UPS debugger, strace, GDB
|
/Linux-v6.6/Documentation/filesystems/ |
D | proc.rst | 2247 # strace -e mount mount -o hidepid=1 -t proc proc /tmp/proc
|