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
I think stap supports this for the kernel side too but AFAIK CTF & BTF don't have the needed information and I think it has less value there anyway given there's more probes, so I think I'm only interested in the userland side.
On Wed, Aug 28, 2024 at 11:39:15AM -0700, Sam James wrote:
I think stap supports this for the kernel side too but AFAIK CTF & BTF don't
have the needed information and I think it has less value there anyway given
there's more probes.
The kernel is not an issue because we have access to the kallsyms info, which
is (or should be) sufficient to resolve all kernel addresses in a stack trace.
See also #84 and #96.
With SystemTap, one can attach based on line number and function name if debug info is available, AFAIK (https://blogs.oracle.com/linux/post/getting-started-with-systemtap-on-oracle-linux).
I see two usecases:
path
is)The text was updated successfully, but these errors were encountered: