Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
Dreport.go603 type assemblyInstruction struct { struct
604 address uint64
605 instruction string
606 function string
607 file string
608 line int
609 flat, cum int64
610 flatDiv, cumDiv int64
611 startsBlock bool
612 inlineCalls []callID
[all …]
Dsource.go810 assembly []assemblyInstruction, reader *sourceReader, rpt *Report) WebListLine {
839 func makeWebListInstructions(srcIndent int, assembly []assemblyInstruction, reader *sourceReader, r…