/freebsd/cddl/usr.bin/ctfmerge/ |
H A D | Makefile | 1 .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 D | Makefile | 3 .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 D | Makefile | 1 .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 D | Makefile | 1 .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 D | ctf | 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 files 6 # Specs. available here: <https://www.efficios.com/ctf>
|
H A D | magic | 48 # 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 D | ctf_lib.c | 226 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 D | TraceExporterCTF.h | 15 namespace ctf {
|
H A D | TraceExporterCTF.cpp | 18 using namespace lldb_private::ctf;
|
H A D | TraceExporterCTFOptions.td | 3 let Command = "thread trace export ctf" in {
|
H A D | CommandObjectThreadTraceExportCTF.h | 18 namespace ctf { 39 interpreter, "thread trace export ctf", in CommandObjectThreadTraceExportCTF() 41 "thread trace export ctf [<ctf-options>]", in CommandObjectThreadTraceExportCTF() 56 } // namespace ctf
|
H A D | CommandObjectThreadTraceExportCTF.cpp | 19 using namespace lldb_private::ctf;
|
/freebsd/lib/libproc/ |
H A D | Makefile | 19 LIBADD+= ctf
|
H A D | proc_sym.c | 639 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 D | Makefile | 36 LIBADD= dtrace ctf elf proc spl xo
|
/freebsd/share/mk/ |
H A D | local.gendirdeps.mk | 7 Ncddl/usr.bin/ctf* \
|
H A D | src.libnames.mk | 131 ctf \ 344 _DP_proc+= ctf 402 _DP_dtrace= ctf elf proc pthread rtld_db xo
|
H A D | local.dirdeps.mk | 112 .if ${MK_CTF} == "yes" && ${DEP_RELDIR:Mcddl/usr.bin/ctf*} == ""
|
/freebsd/release/packages/ |
H A D | Makefile.package | 44 ctf-tools_COMMENT= CTF Utilities 45 ctf-tools_DESC= CTF Utilities
|
/freebsd/cddl/lib/libdtrace/ |
H A D | Makefile | 149 LIBADD= ctf elf proc pthread rtld_db xo
|
/freebsd/contrib/file/magic/ |
H A D | Makefile.am | 82 $(MAGIC_FRAGMENT_DIR)/ctf \
|
H A D | Makefile.in | 360 $(MAGIC_FRAGMENT_DIR)/ctf \
|
/freebsd/tools/build/ |
H A D | Makefile | 303 SYSINCS+= ${SRCTOP}/sys/sys/ctf.h
|
/freebsd/usr.sbin/services_mkdb/ |
H A D | services | 159 ctf 84/tcp #Common Trace Facility 160 ctf 84/udp #Common Trace Facility
|
/freebsd/contrib/llvm-project/ |
H A D | FREEBSD-Xlist | 482 lldb/source/Plugins/TraceExporter/ctf/CMakeLists.txt
|