On 16/07/2019 08:27, Juergen Hannken-Illjes wrote: > Module Name: src > Committed By: hannken > Date: Tue Jul 16 07:27:35 UTC 2019 > > Modified Files: > src/external/cddl/osnet/dist/tools/ctf/cvt: fixup_tdescs.c > > Log Message: > XXX: A crude hack to bring down the number of types for a > GENRIC kernel below 2**15-1 (from ~34000 to ~29800). > > Remove the type attributes "volatile", "const" and "restrict", > for DTRACE these attributes are of little value.
With these latest batch of changes (not specifically this commit), DTrace works for me again, I still need to pass noxlibs but I was able to instrument the system once again. Thank you! :) Sevan