Explore >> Select a destination


You are here

www.brendangregg.com
| | brendangregg.com
1.5 parsecs away

Travel
| |
| | blog.maxgio.me
3.7 parsecs away

Travel
| | In the previous blog about the program execution environment, we introduced the concept of stack unwinding with frame pointers as one of the techniques leveraged for profiling a program. In this blog, we'll see practically how we can build a simple sampling-based continuous profiler. Since we don't want the application to necessarily be instrumented, we can use the Linux kernel instrumentation. Thanks to eBPF we're able to dynamically load and attach the profiler program to specific kernel entry points, ...
| | michaelscodingspot.com
6.0 parsecs away

Travel
| | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity
| | akaptur.github.com
24.9 parsecs away

Travel
| Nick Coghlan added another interesting note in response to my last post about creating side-effecting assignments in python. Here's Nick: @ ...