/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-ust/ |
H A D | 0001-Makefile.am-update-rpath-link.patch | 6 since commit 6339062 Move liblttng-ust to 'src/lib/', 7 liblttng-ust.so/liblttng-ust-common.so/liblttng-ust-tracepoint.so 10 ld: warning: liblttng-ust-common.so.1, needed by ../../../src/lib/lttng-ust/.libs/liblttng-ust.so, … 11 ld: warning: liblttng-ust-tracepoint.so.1, needed by ../../../src/lib/lttng-ust/.libs/liblttng-ust.… 13 Upstream-Status: Submitted [https://github.com/lttng/lttng-ust/pull/61] 29 …./../../src/lib/lttng-ust/.libs -Wl,-rpath="$(PWD)/../../src/lib/lttng-ust/.libs/" -Wl,-rpath-link… 30 …ust/.libs -Wl,-rpath="$(PWD)/../../src/lib/lttng-ust/.libs/" -Wl,-rpath-link="$(PWD)/../../src/lib…
|
H A D | 0001-lttng-ust-common-link-with-liburcu-explicitly.patch | 4 Subject: [PATCH] lttng-ust-common: link with liburcu explicitly 12 src/lib/lttng-ust-common/Makefile.am | 1 + 15 diff --git a/src/lib/lttng-ust-common/Makefile.am b/src/lib/lttng-ust-common/Makefile.am 17 --- a/src/lib/lttng-ust-common/Makefile.am 18 +++ 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/ |
H A D | lttng-ust_2.13.7.bb | 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 \ 39 CVE_PRODUCT = "ust"
|
H A D | lttng-tools_2.13.13.bb | 30 PACKAGECONFIG[lttng-ust] = "--with-lttng-ust, --without-lttng-ust, lttng-ust" 130 chrpath --delete ${D}${PTEST_PATH}/tests/regression/ust/ust-dl/libbar.so 131 chrpath --delete ${D}${PTEST_PATH}/tests/regression/ust/ust-dl/libfoo.so 134 # Use the versioned libs of liblttng-ust-dl. 136 ustdl="${D}${PTEST_PATH}/tests/regression/ust/ust-dl/test_ust-dl.py" 138 sed -i -e 's!:liblttng-ust-dl.so!:liblttng-ust-dl.so.0!' $ustdl 171 -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 | 29 if 'ust' in get_option('trace_backends') 30 trace_ust_h = custom_target(fmt.format('trace-ust', 'h'), 31 output: fmt.format('trace-ust', 'h'), 33 … command: [ tracetool, group, '--format=ust-events-h', '@INPUT@', '@OUTPUT@' ], 70 if 'ust' in get_option('trace_backends') 71 trace_ust_all_h = custom_target('trace-ust-all.h', 72 output: 'trace-ust-all.h', 74 … command: [ tracetool, '--group=all', '--format=ust-events-h', '@INPUT@', '@OUTPUT@' ], 76 trace_ust_all_c = custom_target('trace-ust-all.c', 77 output: 'trace-ust-all.c', [all …]
|
/openbmc/linux/drivers/spi/ |
H A D | spi-omap-uwire.c | 173 struct uwire_state *ust = spi->controller_state; in uwire_chipselect() local 189 uwire_set_clk1_div(ust->div1_idx); in uwire_chipselect() 308 struct uwire_state *ust = spi->controller_state; in uwire_setup_transfer() local 386 ust->div1_idx = div1_idx; in uwire_setup_transfer() 423 struct uwire_state *ust = spi->controller_state; in uwire_setup() local 427 if (ust == NULL) { in uwire_setup() 428 ust = kzalloc(sizeof(*ust), GFP_KERNEL); in uwire_setup() 429 if (ust == NULL) in uwire_setup() 431 spi->controller_state = ust; in uwire_setup() 437 kfree(ust); in uwire_setup()
|
/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 +---- 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… 1159 --- a/tests/regression/ust/namespaces/test_ns_contexts_change 1175 diff --git a/tests/regression/ust/test_event_perf b/tests/regression/ust/test_event_perf 1177 --- a/tests/regression/ust/test_event_perf [all …]
|
/openbmc/qemu/ |
H A D | .travis.yml | 96 - liblttng-ust-dev 132 - liblttng-ust-dev 167 - liblttng-ust-dev 209 - liblttng-ust-dev 258 - liblttng-ust-dev
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | dtl.c | 424 u64 sst, ust; in pseries_accumulate_stolen_time() local 428 ust = scan_dispatch_log(acct->starttime); in pseries_accumulate_stolen_time() 430 acct->utime -= ust; in pseries_accumulate_stolen_time() 431 acct->steal_time += ust + sst; in pseries_accumulate_stolen_time()
|
/openbmc/openbmc/meta-phosphor/recipes-core/packagegroups/ |
H A D | packagegroup-core-tools-profile.bbappend | 3 lttng-ust \
|
/openbmc/linux/arch/mips/include/asm/ip32/ |
H A D | mace.h | 267 volatile unsigned int ust; member 273 volatile unsigned long ust; member
|
/openbmc/qemu/tests/lcitool/projects/ |
H A D | qemu.yml | 75 - lttng-ust
|
/openbmc/qemu/scripts/ci/setup/ubuntu/ |
H A D | ubuntu-2204-s390x.yaml | 58 - liblttng-ust-dev
|
H A D | ubuntu-2204-aarch64.yaml | 58 - liblttng-ust-dev
|
H A D | ubuntu-2204-armhf-cross.yml | 91 - liblttng-ust-dev:armhf
|
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/ |
H A D | gdb-common.inc | 7 LTTNGUST = "lttng-ust"
|
/openbmc/qemu/tests/docker/dockerfiles/ |
H A D | alpine.docker | 65 lttng-ust-dev \
|
H A D | centos9.docker | 78 lttng-ust-devel \
|
H A D | opensuse-leap.docker | 81 lttng-ust-devel \
|
H A D | ubuntu2204.docker | 64 liblttng-ust-dev \
|
H A D | fedora.docker | 88 lttng-ust-devel \
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/ |
H A D | qemu.inc | 246 PACKAGECONFIG[ust] = "--enable-trace-backends=ust,,lttng-ust,"
|