| /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 8 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 PACKAGE= ctf 7 LIB= ctf 19 MAN= ctf.5 34 -I${OPENSOLARIS_USR_DISTDIR}/common/ctf \
|
| /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 9 ctf.c \ 37 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common \ 38 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/cvt \
|
| /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 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/cddl/usr.sbin/dtrace/ |
| H A D | Makefile | 37 LIBADD= dtrace ctf elf proc spl xo pthread
|
| /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/share/mk/ |
| H A D | local.gendirdeps.mk | 7 Ncddl/usr.bin/ctf* \
|
| H A D | local.dirdeps.mk | 112 .if ${MK_CTF} == "yes" && ${DEP_RELDIR:Mcddl/usr.bin/ctf*} == ""
|
| H A D | src.libnames.mk | 140 ctf \ 377 _DP_proc+= ctf 453 _DP_dtrace= ctf elf proc pthread rtld_db xo
|
| /freebsd/release/packages/ucl/ |
| H A D | ctf-all.ucl | 20 * Note: Do not use the text from ctf(5) to describe this package, since that
|
| /freebsd/cddl/lib/libdtrace/ |
| H A D | Makefile | 150 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 | 380 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
|