An open API service indexing awesome lists of open source software.

https://github.com/oracle/libdtrace-ctf

libdtrace-ctf is the Compact Type Format library used by DTrace on Linux
https://github.com/oracle/libdtrace-ctf

dtrace linux

Last synced: 6 months ago
JSON representation

libdtrace-ctf is the Compact Type Format library used by DTrace on Linux

Awesome Lists containing this project

README

          

libdtrace-ctf is a port of the Solaris Compact Type Format library to Linux.
Its file format is similar to but not compatible with Solaris CTF files, but
its public API is source-compatible, to ease porting of libctf users to
Linux.

It's meant for the use of DTrace for Linux, but is dual-licensed under the GPL
in order that it may be used in the Linux kernel build process, and potentially
in any other projects that may find it useful.