/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/ |
H A D | update-gawk-paths.patch | 9 …WARNING: QA Issue: /usr/lib/strace/ptest/tests/unix-yy-accept.awk_strace-ptest contained in packag… 39 # Copyright (c) 2015-2016 Dmitry V. Levin <ldv@strace.io> 48 # This file is part of caps strace test. 58 # This file is part of caps strace test. 68 # Copyright (c) 2014-2021 Dmitry V. Levin <ldv@strace.io> 78 # Copyright (c) 2014-2015 Dmitry V. Levin <ldv@strace.io> 88 # This file is part of caps strace test. 98 # This file is part of caps strace test. 108 # Copyright (c) 2014-2021 Dmitry V. Levin <ldv@strace.io> 118 # Copyright (c) 2014-2015 Dmitry V. Levin <ldv@strace.io> [all …]
|
H A D | skip-load.patch | 4 Subject: [PATCH] strace: skip a number of load-sensitive tests 14 tests/strace-r.test | 1 + 39 diff --git a/tests/strace-r.test b/tests/strace-r.test 41 --- a/tests/strace-r.test 42 +++ b/tests/strace-r.test
|
H A D | Makefile-ptest.patch | 4 Subject: [PATCH] strace: Add ptest 36 + install $(BUILDDIR)/src/strace $(DESTDIR)/src 37 + install $(srcdir)/../src/strace-log-merge $(DESTDIR)/src
|
H A D | 0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch | 9 Upstream-Status: Submitted [https://github.com/strace/strace/pull/230]
|
H A D | ptest-spacesave.patch | 4 Subject: [PATCH] strace: Tweak ptest disk space management 6 If the test is successful, remove the log and exp files. This stops strace
|
H A D | 0002-tests-Replace-off64_t-with-off_t.patch | 9 Upstream-Status: Submitted [https://github.com/strace/strace/pull/230]
|
H A D | 0001-strace-fix-reproducibilty-issues.patch | 4 Subject: [PATCH] strace: fix reproducibilty issues
|
/openbmc/openbmc/poky/meta/recipes-devtools/strace/ |
H A D | strace_6.12.bb | 2 HOMEPAGE = "http://strace.io" 3 DESCRIPTION = "strace is a diagnostic, debugging and instructional userspace utility for Linux. It … 8 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/strace-${PV}.tar.xz \ 13 file://0001-strace-fix-reproducibilty-issues.patch \ 48 sed -e '/^src/s/strace.*[0-9]/ptest/' \
|
/openbmc/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 …]
|
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/ |
H A D | mdadm_4.3.bb | 108 strace \ 122 # strace is not yet ported to rv32 123 RDEPENDS:${PN}-ptest:remove:riscv32 = "strace" 125 echo "disabled, no strace" > ${D}${PTEST_PATH}/tests/07revert-grow.broken 126 echo "disabled, no strace" > ${D}${PTEST_PATH}/tests/07revert-inplace.broken
|
/openbmc/qemu/scripts/ |
H A D | update-mips-syscall-args.sh | 3 URL=https://raw.githubusercontent.com/strace/strace/master/src
|
/openbmc/openbmc/poky/meta/conf/distro/include/ |
H A D | ptest-packagelists.inc | 124 strace \ 135 PTESTS_SLOW:remove:riscv32 = "lttng-tools strace valgrind" 136 PTESTS_PROBLEMS:append:riscv32 = " lttng-tools strace valgrind"
|
H A D | time64.inc | 39 # /usr/lib/strace/ptest/tests/ioctl_termios uses 32-bit api 'ioctl' 40 INSANE_SKIP:append:pn-strace = " 32bit-time"
|
H A D | cve-extra-exclusions.inc | 18 # strace https://nvd.nist.gov/vuln/detail/CVE-2000-0006 19 CVE_STATUS[CVE-2000-0006] = "upstream-wontfix: cpe:*:strace: CVE is more than 20 years old \
|
/openbmc/openbmc/poky/meta/recipes-core/images/ |
H A D | core-image-ptest.bb | 20 # strace-ptest in particular needs more than 500MB 24 IMAGE_ROOTFS_EXTRA_SPACE:virtclass-mcextend-strace = "1524288"
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | customizing-images.rst | 23 IMAGE_INSTALL:append = " strace" 27 ``strace`` in this example. This space is required since the ``:append`` 41 IMAGE_INSTALL:append:pn-core-image-minimal = " strace" 43 This example adds ``strace`` to the ``core-image-minimal`` image only. 122 ``core-image-sato`` but add the additional package ``strace`` to the 126 IMAGE_INSTALL += "strace"
|
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/ |
H A D | packagegroup-core-tools-debug.bb | 15 STRACE = "strace"
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/packagegroups/ |
H A D | packagegroup-obmc-phosphor-debugtools.bb | 7 strace \
|
/openbmc/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
|
/openbmc/qemu/bsd-user/ |
H A D | meson.build | 17 'strace.c',
|
/openbmc/openbmc/meta-facebook/recipes-phosphor/images/ |
H A D | fb-phosphor-image.inc | 21 strace \
|
/openbmc/qemu/linux-user/ |
H A D | meson.build | 18 'strace.c',
|
/openbmc/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"
|
/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/ |
H A D | 0001-meson.build-correct-check-for-existence-of-two-prepr.patch | 15 Co-authored-by: Dmitry V. Levin <ldv@strace.io>
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.12.rst | 128 - strace: Disable failing test 129 - strace: Merge two similar patches 130 - strace: Update patches/tests with upstream fixes
|