I wonder if we should add support for JIT functions to uprobes. It should be straightforward to implement by querying /tmp/perf-.map files.
That would allow us to trace dynamic languages functions.
If we decide to add this, should we look at the perf map only on startup, or should we watch the file for changes and attach to new probes when appropriate?
I wonder if we should add support for JIT functions to uprobes. It should be straightforward to implement by querying /tmp/perf-.map files.
That would allow us to trace dynamic languages functions.
If we decide to add this, should we look at the perf map only on startup, or should we watch the file for changes and attach to new probes when appropriate?