GeistHaus
log in · sign up

Fantastic Symbols and Where to Find Them - Part 1 | Polar Signals

polarsignals.com

How profilers and debuggers translate machine addresses to human-readable symbolic names

2 pages link to this URL
Unleashing the power of frame pointers for profiling pt.2 - Writing a basic profiler

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 basic 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, limiting the introduced overhead by exchanging data with userspace through eBPF maps.

2 inbound links article en posts profilingoptimizationebpf