Home
last modified time | relevance | path

Searched full:ust (Results 1 – 25 of 74) sorted by relevance

123

/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-ust/
H A D0001-Fix-Build-examples-when-rpath-is-stripped-from-in-bu.patch15 '/home/xxx/src/efficios/lttng/master/src/lttng-ust/doc/examples/easy-ust'
20 /usr/bin/ld: warning: liblttng-ust-common.so.1, needed by ../../../src/lib/lttng-ust/.libs/liblttng…
21 /usr/bin/ld: warning: liblttng-ust-tracepoint.so.1, needed by ../../../src/lib/lttng-ust/.libs/libl…
22 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_ad…
23 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_ur…
24 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_co…
25 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_tp…
26 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_tp…
27 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_ca…
28 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_ur…
[all …]
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.8.bb2 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 \
39 CVE_PRODUCT = "ust"
H A Dlttng-tools_2.13.14.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/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 +----
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 Dust_events_h.py4 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',
H A Dust_events_c.py4 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"')
/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/qemu/
H A D.travis.yml96 - liblttng-ust-dev
132 - liblttng-ust-dev
167 - liblttng-ust-dev
209 - liblttng-ust-dev
258 - liblttng-ust-dev
/openbmc/qemu/scripts/tracetool/backend/
H A Dust.py22 header = 'trace-ust-' + group + '.h'
26 '/* tracepoint_enabled() was introduced in LTTng UST 2.7 */',
H A Ddtrace.py43 # 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/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/qemu/docs/devel/
H A Dtracing.rst63 - 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/linux/include/trace/events/
H A Dnmi.h37 /* This part ust be outside protection */
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/libsrtp/
H A Dlibsrtp_2.5.0.bb3 … the Universal Security Transform (UST), and a supporting cryptographic kernel. The SRTP API \
/openbmc/qemu/tests/lcitool/projects/
H A Dqemu.yml77 - lttng-ust
/openbmc/qemu/scripts/ci/setup/ubuntu/
H A Dubuntu-2204-s390x.yaml59 - liblttng-ust-dev
H A Dubuntu-2204-aarch64.yaml59 - liblttng-ust-dev
/openbmc/qemu/tests/docker/dockerfiles/
H A Dalpine.docker66 lttng-ust-dev \
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu.inc208 PACKAGECONFIG[ust] = "--enable-trace-backends=ust,,lttng-ust,"

123