Searched refs:ctf (Results 1 – 25 of 25) sorted by relevance
1 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/common/ctf3 .PATH: ${SRCTOP}/sys/cddl/contrib/opensolaris/common/ctf5 PACKAGE= ctf7 LIB= ctf19 MAN= ctf.534 -I${OPENSOLARIS_USR_DISTDIR}/common/ctf \
1 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common2 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/cvt4 PACKAGE= ctf8 ctf.c \37 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common \38 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/cvt \
3 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common4 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/cvt6 PACKAGE= ctf9 ctf.c \37 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common \38 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/cvt \
1 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common2 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/dump4 PACKAGE= ctf22 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common \
3 # $File: ctf,v 1.5 2024/06/10 23:09:52 christos Exp $4 # ctf: file(1) magic for CTF (Common Trace Format) trace files6 # Specs. available here: <https://www.efficios.com/ctf>
48 # few samples {ctf (2022-03-26) msx (2021-06-30) nasa (2021-02-23) symbos (2021-02-23) weak (2021-0…
226 ctf_preamble_t ctf; in ctf_fdopen() member247 hdr.ctf.ctp_magic == CTF_MAGIC) { in ctf_fdopen()248 if (hdr.ctf.ctp_version != CTF_VERSION_2 && in ctf_fdopen()249 hdr.ctf.ctp_version != CTF_VERSION_3) in ctf_fdopen()
15 namespace ctf {
18 using namespace lldb_private::ctf;
3 let Command = "thread trace export ctf" in {
18 namespace ctf {
19 using namespace lldb_private::ctf;
19 LIBADD+= ctf
639 ctf_file_t *ctf; in proc_name2ctf() local646 ctf = ctf_open(map->pr_mapname, &error); in proc_name2ctf()647 return (ctf); in proc_name2ctf()
37 LIBADD= dtrace ctf elf proc spl xo pthread
7 Ncddl/usr.bin/ctf* \
112 .if ${MK_CTF} == "yes" && ${DEP_RELDIR:Mcddl/usr.bin/ctf*} == ""
141 ctf \367 _DP_dtrace= ctf elf proc pthread rtld_db xo420 _DP_proc+= ctf
20 * Note: Do not use the text from ctf(5) to describe this package, since that
151 LIBADD= ctf elf proc pthread rtld_db xo
82 $(MAGIC_FRAGMENT_DIR)/ctf \
360 $(MAGIC_FRAGMENT_DIR)/ctf \
390 SYSINCS+= ${SRCTOP}/sys/sys/ctf.h
159 ctf 84/tcp #Common Trace Facility160 ctf 84/udp #Common Trace Facility
482 lldb/source/Plugins/TraceExporter/ctf/CMakeLists.txt