Hello, Has there been work done on using C++ variables and such from BPF programs, for example with uprobes? Perhaps using DWARF? Background: we have a C++ application in which we want to insert uprobes. Using these uprobes we then want to gather performance data for debugging and performance analysis. If necessary we could also add USDT to the application, but for now uprobes are preferred. \Rob