At 0:17 -0800 2/12/07, [EMAIL PROTECTED] wrote: >There isn't any method for setting these values currently :-(.
And this is now being tracked as: <rdar://problem/5625473> Need way to tune DTrace tunables I presume this value only comes into effect when a large DOF is actually loaded (that is, you can change it post boot). If that's true you could write a KEXT to set it at system startup [1], or tune it at runtime using the "live kernel debugging" facility of GDB in 10.5. <http://developer.apple.com/releasenotes/DeveloperTools/RN-GDB/index.html> S+E -- Quinn "The Eskimo!" <http://www.apple.com/developer/> Apple Developer Relations, Developer Technical Support, Core OS/Hardware [1] Because the variable is not part of the KPI, this KEXT would have to link against the entire kernel. That means it would break with each kernel update. This is not something I'd recommend for shrink wrap software, but it's fine for experimental code, or code with a limited distribution. _______________________________________________ dtrace-discuss mailing list [email protected]
