Oracle offering DTrace for Linux
Oracle offering DTrace for Linux
Posted Feb 24, 2012 13:49 UTC (Fri) by vonbrand (subscriber, #4458)In reply to: Oracle offering DTrace for Linux by mathstuf
Parent article: Oracle offering DTrace for Linux
AFAIU, there are three cases here:
- Not exported: For in-kernel use only; use is automatically GPLed
- EXPORT_SYMBOL: For use in modules; just using it doesn't make your module GPLed
- EXPORT_SYMBOL_GPL: For use in GPLed modules
Posted Feb 24, 2012 21:14 UTC (Fri)
by mathstuf (subscriber, #69389)
[Link]
Oracle offering DTrace for Linux