└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # DTrace kernel patches 2 | 3 | This tree contains kernels modified to work with [DTrace](https://github.com/oracle/dtrace-utils). 4 | 5 | There are three varieties of kernel in here: 6 | 7 | - Branches named v2/*: kernels with patches needed for the current DTrace implementation. 8 | - Branches named v1/* or just with a version number: the previous DTrace implementation with a large kernel module component. 9 | - Branches with other names: development branches (usually related to v2). 10 | --------------------------------------------------------------------------------