| /openbmc/openbmc/poky/meta/recipes-kernel/lttng/ |
| H A D | lttng-ust_2.13.9.bb | 2 DESCRIPTION = "The LTTng UST 2.x package contains the userspace tracer library to trace userspace c… 3 HOMEPAGE = "http://lttng.org/ust" 4 BUGTRACKER = "https://bugs.lttng.org/projects/lttng-ust" 25 RPROVIDES:${PN} = "lttng2-ust" 26 RREPLACES:${PN} = "lttng2-ust" 27 RCONFLICTS:${PN} = "lttng2-ust" 31 SRC_URI = "https://lttng.org/files/lttng-ust/lttng-ust-${PV}.tar.bz2 \ 33 file://0001-lttng-ust-common-link-with-liburcu-explicitly.patch \ 38 CVE_PRODUCT = "ust"
|
| H A D | lttng-tools_2.13.15.bb | 30 PACKAGECONFIG[lttng-ust] = "--with-lttng-ust, --without-lttng-ust, lttng-ust" 133 chrpath --delete ${D}${PTEST_PATH}/tests/regression/ust/ust-dl/libbar.so 134 chrpath --delete ${D}${PTEST_PATH}/tests/regression/ust/ust-dl/libfoo.so 137 # Use the versioned libs of liblttng-ust-dl. 139 ustdl="${D}${PTEST_PATH}/tests/regression/ust/ust-dl/test_ust-dl.py" 141 sed -i -e 's!:liblttng-ust-dl.so!:liblttng-ust-dl.so.0!' $ustdl 174 -i ${D}${PTEST_PATH}/tests/regression/ust/python-logging/test_python_logging
|
| H A D | lttng-platforms.inc | 12 # lttng-ust uses sched_getcpu() which is not there on for some platforms. 13 LTTNGUST = "lttng-ust" 16 COMPATIBLE_HOST:arc:pn-lttng-ust = "null"
|
| /openbmc/qemu/trace/ |
| H A D | meson.build | 27 if 'ust' in get_option('trace_backends') 28 trace_ust_h = custom_target(fmt.format('trace-ust', 'h'), 29 output: fmt.format('trace-ust', 'h'), 31 … command: [ tracetool, group, '--format=ust-events-h', '@INPUT@', '@OUTPUT@' ], 69 if 'ust' in get_option('trace_backends') 70 trace_ust_all_h = custom_target('trace-ust-all.h', 71 output: 'trace-ust-all.h', 73 … command: [ tracetool, '--group=all', '--format=ust-events-h', '@INPUT@', '@OUTPUT@' ], 75 trace_ust_all_c = custom_target('trace-ust-all.c', 76 output: 'trace-ust-all.c', [all …]
|
| /openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-ust/ |
| H A D | 0001-lttng-ust-common-link-with-liburcu-explicitly.patch | 4 Subject: [PATCH] lttng-ust-common: link with liburcu explicitly 11 src/lib/lttng-ust-common/Makefile.am | 1 + 14 diff --git a/src/lib/lttng-ust-common/Makefile.am b/src/lib/lttng-ust-common/Makefile.am 16 --- a/src/lib/lttng-ust-common/Makefile.am 17 +++ b/src/lib/lttng-ust-common/Makefile.am
|
| H A D | 0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch | 9 Upstream-Status: Submitted [https://github.com/lttng/lttng-ust/pull/59]
|
| /openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/ |
| H A D | 0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch | 32 .../ust/rotation-destroy-flush/test_rotation_destroy_flush | 6 +++--- 35 diff --git a/tests/regression/ust/rotation-destroy-flush/test_rotation_destroy_flush b/tests/regres… 37 --- a/tests/regression/ust/rotation-destroy-flush/test_rotation_destroy_flush 38 +++ b/tests/regression/ust/rotation-destroy-flush/test_rotation_destroy_flush
|
| H A D | 0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch | 80 .../ust/namespaces/test_ns_contexts_change | 7 +--- 81 tests/regression/ust/test_event_perf | 8 +---- 472 diag "With UST consumer daemons" 1016 @@ -466,13 +466,7 @@ test_event_track_untrack ust 0 "${EVENT_NAME}" "--pid --all" # backward compat 1017 test_event_tracker ust 1 "${EVENT_NAME}" "--pid --all" # backward compat 1018 test_event_pid_tracker ust 1 "${EVENT_NAME}" 1126 @@ -124,13 +124,7 @@ test_event_wildcard ust 1 'tp*tptest' 1127 test_event_wildcard ust 1 'tp**tptest' 1128 test_event_wildcard ust 1 'tp*test' 1157 diff --git a/tests/regression/ust/namespaces/test_ns_contexts_change b/tests/regression/ust/namespa… [all …]
|
| /openbmc/qemu/scripts/tracetool/format/ |
| H A D | ust_events_c.py | 4 trace/generated-ust.c 29 '/* If gcc version 4.7 or older is used, LTTng ust gives a warning when compiling with', 34 '#include "trace-ust-all.h"')
|
| H A D | ust_events_h.py | 4 trace/generated-ust-provider.h 23 include = "trace-ust-all.h" 25 include = "trace-ust.h" 42 ' * LTTng ust 2.0 does not allow you to use TP_ARGS(void) for tracepoints', 44 ' * versions of LTTng ust as a workaround',
|
| /openbmc/qemu/scripts/tracetool/backend/ |
| H A D | ust.py | 22 header = 'trace-ust-' + group + '.h' 26 '/* tracepoint_enabled() was introduced in LTTng UST 2.7 */',
|
| H A D | dtrace.py | 43 # Workaround for ust backend, which also includes <sys/sdt.h> and may 45 # first without defining SDT_USE_VARIADIC then ust breaks because the
|
| /openbmc/qemu/ |
| H A D | .travis.yml | 97 - liblttng-ust-dev 132 - liblttng-ust-dev 174 - liblttng-ust-dev 223 - liblttng-ust-dev
|
| /openbmc/openbmc/meta-phosphor/recipes-core/packagegroups/ |
| H A D | packagegroup-core-tools-profile.bbappend | 3 lttng-ust \
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/libsrtp/ |
| H A D | libsrtp_2.5.0.bb | 3 … the Universal Security Transform (UST), and a supporting cryptographic kernel. The SRTP API \
|
| /openbmc/qemu/tests/lcitool/projects/ |
| H A D | qemu.yml | 77 - lttng-ust
|
| /openbmc/qemu/docs/devel/ |
| H A D | tracing.rst | 63 - trace-ust-<subdir>.h - UST event probe helper declarations 309 The "ust" backend uses the LTTng Userspace Tracer library. There are no 310 monitor commands built into QEMU, instead UST utilities should be used to list,
|
| /openbmc/qemu/scripts/ci/setup/ubuntu/ |
| H A D | ubuntu-2204-aarch64.yaml | 59 - liblttng-ust-dev
|
| H A D | ubuntu-2204-s390x.yaml | 59 - liblttng-ust-dev
|
| H A D | ubuntu-2204-armhf-cross.yml | 91 - liblttng-ust-dev:armhf
|
| /openbmc/qemu/tests/docker/dockerfiles/ |
| H A D | alpine.docker | 66 lttng-ust-dev \
|
| H A D | opensuse-leap.docker | 83 lttng-ust-devel \
|
| H A D | centos9.docker | 79 lttng-ust-devel \
|
| H A D | fedora.docker | 90 lttng-ust-devel \
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gdb/ |
| H A D | gdb-common.inc | 7 LTTNGUST = "lttng-ust"
|