Home
last modified time | relevance | path

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

12

/qemu/trace/
H A Dmeson.build27 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 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"')
/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
/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
/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,
/qemu/tests/lcitool/projects/
H A Dqemu.yml77 - lttng-ust
/qemu/scripts/ci/setup/ubuntu/
H A Dubuntu-2204-aarch64.yaml59 - liblttng-ust-dev
H A Dubuntu-2204-s390x.yaml59 - liblttng-ust-dev
H A Dubuntu-2204-armhf-cross.yml91 - liblttng-ust-dev:armhf
/qemu/tests/docker/dockerfiles/
H A Dalpine.docker66 lttng-ust-dev \
H A Dopensuse-leap.docker83 lttng-ust-devel \
H A Dcentos9.docker79 lttng-ust-devel \
H A Dfedora.docker90 lttng-ust-devel \
H A Dubuntu2204.docker65 liblttng-ust-dev \
H A Ddebian.docker66 liblttng-ust-dev \
H A Ddebian-amd64-cross.docker115 liblttng-ust-dev:amd64 \
H A Ddebian-s390x-cross.docker115 liblttng-ust-dev:s390x \
H A Ddebian-mipsel-cross.docker114 liblttng-ust-dev:mipsel \
H A Ddebian-arm64-cross.docker115 liblttng-ust-dev:arm64 \
H A Ddebian-i686-cross.docker115 liblttng-ust-dev:i386 \
H A Ddebian-ppc64el-cross.docker115 liblttng-ust-dev:ppc64el \
H A Ddebian-mips64el-cross.docker114 liblttng-ust-dev:mips64el \
/qemu/scripts/coverity-scan/
H A Dcoverity-scan.docker99 lttng-ust-devel \

12