Explore >> Select a destination


You are here

hondu.co
| | blog.httrack.com
29.3 parsecs away

Travel
| | Replacing JNI Crashes by Exceptions on Android 23 August 2013 To R...
| | www.brendangregg.com
28.7 parsecs away

Travel
| | The Return of the Frame Pointers
| | blog.maxgio.me
31.9 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, ...
| | www.evanmiller.org
57.7 parsecs away

Travel
| A review of Rust, the programming language built for safety - not necessarily for comfort.