Searched defs:instructionInfo (Results 1 – 1 of 1) sorted by relevance
150 type instructionInfo struct { struct151 objAddr uint64 // Address in object file (with base subtracted out)152 length int // Instruction length in bytes153 disasm string // Disassembly of instruction154 file string // For top-level function in which instruction occurs155 line int // For top-level function in which instruction occurs156 flat, cum int64 // Samples to report (divisor already applied)