0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 19 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Version bump - 0.4.0 More... over 11 years ago
Merge branch 'consumer-only' More... over 11 years ago
Explain where this gem came from. More... over 11 years ago
Remove needless *_init functions; dup data in ProbeDesc. More... over 11 years ago
Tidy README More... over 11 years ago
Don't fail if there's no ruby*::: probe. More... over 11 years ago
Add dummy test to keep Ruby 1.8's test-unit happy. More... over 11 years ago
Capitalise DTrace correctly in class name. More... over 11 years ago
Remove old Rails plugin More... over 11 years ago
Improve test suite. More... over 11 years ago
Handle releasing processes, and closing the DTrace handle. More... over 11 years ago
Remove provider components, update for Ruby 1.9, rename gem. More... over 11 years ago
Remove -g from CFLAGS. More... about 13 years ago
Fix file manifest More... about 13 years ago
Pass full path to /usr/include/dtrace.h to work around ruby's header More... about 13 years ago
Update README for platform support. More... about 13 years ago
Version bump - 0.3.0 More... about 13 years ago
Add the x86_64 ports for Solaris and Snow Leopard. More... about 13 years ago
Add a .gitignore More... about 13 years ago
Universal build for Snow Leopard ruby 1.8.7 More... about 13 years ago
Macro FIX2INT now requires parenthesis when used in a switch-statement More... about 13 years ago
Version bump to 0.2.8 More... over 14 years ago
Added missing lib/dtrace/provider/klass.rb file to the gemspec. More... almost 15 years ago
Remove the string-eval'd provider creation, and replace it with an instance of a Klass, initialized with the probe stubs and the DOF. More... almost 15 years ago
GC bug: letting Ruby free the generated DOF causes OSX at least to remove the probes we created. Stash a reference to the Dtrace::Dof::File object in the provider to avoid that. More... almost 15 years ago
Add a each_probe_prog method which yields each probe enabled by the given program, w/test case. More... almost 15 years ago
Correctly handle long longs in probe data, w/ test More... almost 15 years ago
Note that we now support PowerPC and SPARC. More... over 15 years ago
Finish PowerPC port - appears to work fine, all arg counts. More... over 15 years ago
Add initial powerpc-darwin port (probes with 0 or 1 arg work, as does is_enabled) More... over 15 years ago