We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

DTrace Internals: Digging into DTrace

Formal Metadata

Title
DTrace Internals: Digging into DTrace
Title of Series
Number of Parts
31
Author
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
DTrace is a powerful debugging and system introspection tool. BSD developers are merrily using DTrace to understand their systems, but how does DTrace actually work? You will find out in this talk. We will dig into the architecture and internals of the DTrace framework. We will discuss how both kernel and userland tracing work under the hood. We will also dig into DTrace's support for x86-64, ARMv8, and RISC-V on FreeBSD. Finally, we will answer the deep philosophical question: Can you dtrace DTrace?