Home
last modified time | relevance | path

Searched refs:ust (Results 1 – 25 of 56) sorted by relevance

123

/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-ust/
H A D0001-Makefile.am-update-rpath-link.patch6 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…
30ust/.libs -Wl,-rpath="$(PWD)/../../src/lib/lttng-ust/.libs/" -Wl,-rpath-link="$(PWD)/../../src/lib…
H A D0001-lttng-ust-common-link-with-liburcu-explicitly.patch4 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 D0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch9 Upstream-Status: Submitted [https://github.com/lttng/lttng-ust/pull/59]
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/
H A Dlttng-ust_2.13.7.bb3 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 Dlttng-tools_2.13.13.bb30 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 Dlttng-platforms.inc12 # 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 Dmeson.build29 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 Dspi-omap-uwire.c173 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 D0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch32 .../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 D0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch80 .../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.yml99 - liblttng-ust-dev
135 - liblttng-ust-dev
170 - liblttng-ust-dev
212 - liblttng-ust-dev
261 - liblttng-ust-dev
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Ddtl.c424 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 Dpackagegroup-core-tools-profile.bbappend3 lttng-ust \
/openbmc/linux/arch/mips/include/asm/ip32/
H A Dmace.h267 volatile unsigned int ust; member
273 volatile unsigned long ust; member
/openbmc/qemu/tests/lcitool/projects/
H A Dqemu.yml75 - lttng-ust
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/
H A Dgdb-common.inc7 LTTNGUST = "lttng-ust"
/openbmc/qemu/tests/docker/dockerfiles/
H A Dalpine.docker65 lttng-ust-dev \
H A Dopensuse-leap.docker81 lttng-ust-devel \
H A Dcentos8.docker81 lttng-ust-devel \
H A Dubuntu2204.docker65 liblttng-ust-dev \
H A Dubuntu2004.docker64 liblttng-ust-dev \
H A Dfedora.docker88 lttng-ust-devel \
H A Ddebian.docker65 liblttng-ust-dev \
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu.inc246 PACKAGECONFIG[ust] = "--enable-trace-backends=ust,,lttng-ust,"
/openbmc/qemu/scripts/coverity-scan/
H A Dcoverity-scan.docker99 lttng-ust-devel \

123