0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Aug 03, 2024 — Aug 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Mention -S (symbolicate) switch More... over 9 years ago
Get python version compatible with 3.x More... almost 10 years ago
Hopefully fix another panic. It turns out copyin() and copyout() aren't re-entrant, so having the driver call copyin() to get at the user-space stack data could have resulted in a kernel page fault if copyout() (or another copyin()) were running at the same time. The work-around is pretty awful; it'd be better if I could not use copyin() in the code at all. More... almost 10 years ago
Use pmap_extract_and_hold() instead of pmap_extract(). More... almost 10 years ago
Hopefully found the cause of the panic -- me being stupid with the ring buffer. More... almost 10 years ago
Move the allocation out of the loop, since it didn't free inside the loop. More... almost 10 years ago
All allocated memory should be cleared out. More... almost 10 years ago
Better exception handling. This makes it possible to, for example. interrupt the symbolicate program while it is running. More... almost 10 years ago
Let's be _smarter_ about handling symbols. This improves performance by two orders of magnitude. More... almost 10 years ago
Apparently I don't know getopt any better than I know json. More... almost 10 years ago
Make some of the debugging output only happen when debugging. More... almost 10 years ago
Use taskqueue instead of callout for the sleeping-process sampling. More... almost 10 years ago
Hey, get rid of that debugging thing that causes it to not thing. More... almost 10 years ago
More json-related work. It's like I don't understand anything at all. More... almost 10 years ago
Trim unused code, and get the symbol offset right. More... almost 10 years ago
Add a post-processing symbolication tool. More... almost 10 years ago
Use libxo for formatting the output. More... almost 10 years ago
Allow filtering by pid or process name. This is currently done in user space, but I've started putting in the hooks for it to be done in kernel mode. More... almost 10 years ago
And adjust the man page accordingly. More... almost 10 years ago
Try to load the driver if the device node doesn't exist. More... almost 10 years ago
Merge branch 'master' of github.com:freenas/sample More... almost 10 years ago
Use hex numbers for offsets. More... almost 10 years ago
Or maybe not. More... almost 10 years ago
The man page is causing me too many problems. More... almost 10 years ago
Made changes in a branch when I didn't need to. More... almost 10 years ago
Add a simple man page. We're cooking with butane now! More... about 10 years ago
Make the use of BFD optional at compile time. More... about 10 years ago
Clarify how to build a bit more. More... about 10 years ago
Turn on debug flags for the driver. More... about 10 years ago
More formatting tweaking. More... about 10 years ago