Home
last modified time | relevance | path

Searched defs:instructionInfo (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
Dsource.go150 type instructionInfo struct { struct
151 objAddr uint64 // Address in object file (with base subtracted out)
152 length int // Instruction length in bytes
153 disasm string // Disassembly of instruction
154 file string // For top-level function in which instruction occurs
155 line int // For top-level function in which instruction occurs
156 flat, cum int64 // Samples to report (divisor already applied)