You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the document, parentPc can be used to locate the parent function, and startLine + nameOff can likely be used to annotate the specific VA where an inlined function starts (and ends) by name. I suspect startLine will need to be looked up in the line table to get the VA rather than line number.
https://github.com/elastic/otel-profiling-agent/blob/main/docs/gopclntab.md
speaks of
Inlined Instance Data
. Research how this can be utilized for RE purposed and labelling an IDA database better.The text was updated successfully, but these errors were encountered: