Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Info ¶ added in v0.31.0
type Info struct { MainThreadAddress uint64 // contains filtered or unexported fields }
func InterpreterInfo ¶
InterpreterInfo receives a process pid and memory mappings and figures out whether it might be a Ruby interpreter. In that case, it returns an `Interpreter` structure with the data that is needed by rbperf (https://github.com/javierhonduco/rbperf) to walk Ruby stacks.
func (*Info) Type ¶ added in v0.31.0
func (r *Info) Type() runtime.UnwinderType
Click to show internal directories.
Click to hide internal directories.