Home
last modified time | relevance | path

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

/freebsd/cddl/usr.bin/ctfmerge/
H A DMakefile1 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common
2 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/cvt
4 PACKAGE= ctf-tools
8 ctf.c \
37 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common \
38 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/cvt \
/freebsd/cddl/usr.bin/ctfconvert/
H A DMakefile3 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common
4 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/cvt
6 PACKAGE= ctf-tools
9 ctf.c \
37 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common \
38 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/cvt \
/freebsd/cddl/lib/libctf/
H A DMakefile1 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/common/ctf
3 .PATH: ${SRCTOP}/sys/cddl/contrib/opensolaris/common/ctf
5 LIB= ctf
17 MAN= ctf.5
32 -I${OPENSOLARIS_USR_DISTDIR}/common/ctf \
/freebsd/cddl/usr.bin/ctfdump/
H A DMakefile1 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common
2 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/dump
4 PACKAGE= ctf-tools
22 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common \
/freebsd/contrib/file/magic/Magdir/
H A Dctf3 # $File: ctf,v 1.5 2024/06/10 23:09:52 christos Exp $
4 # ctf: file(1) magic for CTF (Common Trace Format) trace files
6 # Specs. available here: <https://www.efficios.com/ctf>
H A Dmagic48 # few samples {ctf (2022-03-26) msx (2021-06-30) nasa (2021-02-23) symbos (2021-02-23) weak (2021-0…
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c226 ctf_preamble_t ctf; in ctf_fdopen() member
247 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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/
H A DTraceExporterCTF.h15 namespace ctf {
H A DTraceExporterCTF.cpp18 using namespace lldb_private::ctf;
H A DTraceExporterCTFOptions.td3 let Command = "thread trace export ctf" in {
H A DCommandObjectThreadTraceExportCTF.h18 namespace ctf {
39 interpreter, "thread trace export ctf", in CommandObjectThreadTraceExportCTF()
41 "thread trace export ctf [<ctf-options>]", in CommandObjectThreadTraceExportCTF()
56 } // namespace ctf
H A DCommandObjectThreadTraceExportCTF.cpp19 using namespace lldb_private::ctf;
/freebsd/lib/libproc/
H A DMakefile19 LIBADD+= ctf
H A Dproc_sym.c639 ctf_file_t *ctf; in proc_name2ctf() local
646 ctf = ctf_open(map->pr_mapname, &error); in proc_name2ctf()
647 return (ctf); in proc_name2ctf()
/freebsd/cddl/usr.sbin/dtrace/
H A DMakefile36 LIBADD= dtrace ctf elf proc spl xo
/freebsd/share/mk/
H A Dlocal.gendirdeps.mk7 Ncddl/usr.bin/ctf* \
H A Dsrc.libnames.mk131 ctf \
344 _DP_proc+= ctf
402 _DP_dtrace= ctf elf proc pthread rtld_db xo
H A Dlocal.dirdeps.mk112 .if ${MK_CTF} == "yes" && ${DEP_RELDIR:Mcddl/usr.bin/ctf*} == ""
/freebsd/release/packages/
H A DMakefile.package44 ctf-tools_COMMENT= CTF Utilities
45 ctf-tools_DESC= CTF Utilities
/freebsd/cddl/lib/libdtrace/
H A DMakefile149 LIBADD= ctf elf proc pthread rtld_db xo
/freebsd/contrib/file/magic/
H A DMakefile.am82 $(MAGIC_FRAGMENT_DIR)/ctf \
H A DMakefile.in360 $(MAGIC_FRAGMENT_DIR)/ctf \
/freebsd/tools/build/
H A DMakefile303 SYSINCS+= ${SRCTOP}/sys/sys/ctf.h
/freebsd/usr.sbin/services_mkdb/
H A Dservices159 ctf 84/tcp #Common Trace Facility
160 ctf 84/udp #Common Trace Facility
/freebsd/contrib/llvm-project/
H A DFREEBSD-Xlist482 lldb/source/Plugins/TraceExporter/ctf/CMakeLists.txt