0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected 1 day ago.
May 11, 2023 — May 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Mention -S (symbolicate) switch More... about 8 years ago
Get python version compatible with 3.x More... over 8 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... over 8 years ago
Use pmap_extract_and_hold() instead of pmap_extract(). More... over 8 years ago
Hopefully found the cause of the panic -- me being stupid with the ring buffer. More... over 8 years ago
Move the allocation out of the loop, since it didn't free inside the loop. More... over 8 years ago
All allocated memory should be cleared out. More... over 8 years ago
Better exception handling. This makes it possible to, for example. interrupt the symbolicate program while it is running. More... over 8 years ago
Let's be _smarter_ about handling symbols. This improves performance by two orders of magnitude. More... over 8 years ago
Apparently I don't know getopt any better than I know json. More... over 8 years ago
Make some of the debugging output only happen when debugging. More... over 8 years ago
Use taskqueue instead of callout for the sleeping-process sampling. More... over 8 years ago
Hey, get rid of that debugging thing that causes it to not thing. More... over 8 years ago
More json-related work. It's like I don't understand anything at all. More... over 8 years ago
Trim unused code, and get the symbol offset right. More... over 8 years ago
Add a post-processing symbolication tool. More... over 8 years ago
Use libxo for formatting the output. More... over 8 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 9 years ago
And adjust the man page accordingly. More... almost 9 years ago
Try to load the driver if the device node doesn't exist. More... almost 9 years ago
Merge branch 'master' of github.com:freenas/sample More... almost 9 years ago
Use hex numbers for offsets. More... almost 9 years ago
Or maybe not. More... almost 9 years ago
The man page is causing me too many problems. More... almost 9 years ago
Made changes in a branch when I didn't need to. More... almost 9 years ago
Add a simple man page. We're cooking with butane now! More... almost 9 years ago
Make the use of BFD optional at compile time. More... almost 9 years ago
Clarify how to build a bit more. More... almost 9 years ago
Turn on debug flags for the driver. More... almost 9 years ago
More formatting tweaking. More... almost 9 years ago