Searched full:ust (Results 1 – 25 of 33) sorted by relevance
12
/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@' ], 68 if 'ust' in get_option('trace_backends') 69 trace_ust_all_h = custom_target('trace-ust-all.h', 70 output: 'trace-ust-all.h', 72 … command: [ tracetool, '--group=all', '--format=ust-events-h', '@INPUT@', '@OUTPUT@' ], 74 trace_ust_all_c = custom_target('trace-ust-all.c', 75 output: 'trace-ust-all.c', [all …]
|
/qemu/scripts/tracetool/format/ |
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',
|
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"')
|
/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
|
/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
|
/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,
|
/qemu/tests/lcitool/projects/ |
H A D | qemu.yml | 77 - lttng-ust
|
/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
|
/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 \
|
H A D | ubuntu2204.docker | 65 liblttng-ust-dev \
|
H A D | debian.docker | 66 liblttng-ust-dev \
|
H A D | debian-amd64-cross.docker | 115 liblttng-ust-dev:amd64 \
|
H A D | debian-s390x-cross.docker | 115 liblttng-ust-dev:s390x \
|
H A D | debian-mipsel-cross.docker | 114 liblttng-ust-dev:mipsel \
|
H A D | debian-arm64-cross.docker | 115 liblttng-ust-dev:arm64 \
|
H A D | debian-i686-cross.docker | 115 liblttng-ust-dev:i386 \
|
H A D | debian-ppc64el-cross.docker | 115 liblttng-ust-dev:ppc64el \
|
H A D | debian-mips64el-cross.docker | 114 liblttng-ust-dev:mips64el \
|
/qemu/scripts/coverity-scan/ |
H A D | coverity-scan.docker | 99 lttng-ust-devel \
|
12