1 !<arch> 2 __.PKGDEF 0 0 0 644 47832 ` 3 go object darwin amd64 go1.5.1 X:none 4 build id "13ddbbd814211cba81f35535ba534cebbd693def" 5 6 $$ 7 package plugin 8 import runtime "runtime" 9 import bufio "bufio" 10 import fmt "fmt" 11 import os "os" 12 import time "time" 13 import regexp "regexp" 14 import strings "strings" 15 import profile "cmd/pprof/internal/profile" 16 type @"".FlagSet interface { Bool(@"".name string, @"".def bool, @"".usage string) (? *bool); ExtraUsage() (? string); Float64(@"".name string, @"".def float64, @"".usage string) (? *float64); Int(@"".name string, @"".def int, @"".usage string) (? *int); Parse(@"".usage func()) (? []string); String(@"".name string, @"".def string, @"".usage string) (? *string) } 17 type @"".Inst struct { Addr uint64; Text string; File string; Line int } 18 type @"".Frame struct { Func string; File string; Line int } 19 type @"".Sym struct { Name []string; File string; Start uint64; End uint64 } 20 import syntax "regexp/syntax" // indirect 21 type @"regexp/syntax".InstOp uint8 22 func (@"regexp/syntax".i2 @"regexp/syntax".InstOp) String () (? string) { if uint(@"regexp/syntax".i2) >= uint(len(@"regexp/syntax".instOpNames)) { return "" }; return @"regexp/syntax".instOpNames[@"regexp/syntax".i2] } 23 type @"regexp/syntax".Inst struct { Op @"regexp/syntax".InstOp; Out uint32; Arg uint32; Rune []rune } 24 func (@"regexp/syntax".i2 *@"regexp/syntax".Inst "esc:0x1") MatchEmptyWidth (@"regexp/syntax".before3 rune, @"regexp/syntax".after4 rune) (? bool) 25 func (@"regexp/syntax".i2 *@"regexp/syntax".Inst "esc:0x1") MatchRune (@"regexp/syntax".r3 rune) (? bool) 26 func (@"regexp/syntax".i2 *@"regexp/syntax".Inst "esc:0x1") MatchRunePos (@"regexp/syntax".r3 rune) (? int) 27 func (@"regexp/syntax".i2 *@"regexp/syntax".Inst "esc:0x1") String () (? string) 28 func (@"regexp/syntax".i2 *@"regexp/syntax".Inst "esc:0x1") @"regexp/syntax".op () (? @"regexp/syntax".InstOp) 29 type @"regexp/syntax".EmptyOp uint8 30 type @"regexp/syntax".Prog struct { Inst []@"regexp/syntax".Inst; Start int; NumCap int } 31 func (@"regexp/syntax".p3 *@"regexp/syntax".Prog "esc:0x1") Prefix () (@"regexp/syntax".prefix1 string, @"regexp/syntax".complete2 bool) 32 func (@"regexp/syntax".p2 *@"regexp/syntax".Prog "esc:0x1") StartCond () (? @"regexp/syntax".EmptyOp) 33 func (@"regexp/syntax".p2 *@"regexp/syntax".Prog "esc:0x1") String () (? string) 34 func (@"regexp/syntax".p3 *@"regexp/syntax".Prog "esc:0x22") @"regexp/syntax".skipNop (@"regexp/syntax".pc4 uint32) (? *@"regexp/syntax".Inst, ? uint32) 35 type @"regexp".onePassInst struct { ? @"regexp/syntax".Inst; Next []uint32 } 36 type @"regexp".onePassProg struct { Inst []@"regexp".onePassInst; Start int; NumCap int } 37 import sync "sync" // indirect 38 type @"sync".Mutex struct { @"sync".state int32; @"sync".sema uint32 } 39 func (@"sync".m1 *@"sync".Mutex) Lock () 40 func (@"sync".m1 *@"sync".Mutex) Unlock () 41 type @"regexp".input interface { @"regexp".canCheckPrefix() (? bool); @"regexp".context(@"regexp".pos int) (? @"regexp/syntax".EmptyOp); @"regexp".hasPrefix(@"regexp".re *@"regexp".Regexp) (? bool); @"regexp".index(@"regexp".re *@"regexp".Regexp, @"regexp".pos int) (? int); @"regexp".step(@"regexp".pos int) (@"regexp".r rune, @"regexp".width int) } 42 type @"regexp".job struct { @"regexp".pc uint32; @"regexp".arg int; @"regexp".pos int } 43 type @"regexp".bitState struct { @"regexp".prog *@"regexp/syntax".Prog; @"regexp".end int; @"regexp".cap []int; @"regexp".input @"regexp".input; @"regexp".jobs []@"regexp".job; @"regexp".visited []uint32 } 44 func (@"regexp".b1 *@"regexp".bitState "esc:0x9") @"regexp".push (@"regexp".pc2 uint32, @"regexp".pos3 int, @"regexp".arg4 int) 45 func (@"regexp".b1 *@"regexp".bitState "esc:0x1") @"regexp".reset (@"regexp".end2 int, @"regexp".ncap3 int) 46 func (@"regexp".b2 *@"regexp".bitState "esc:0x1") @"regexp".shouldVisit (@"regexp".pc3 uint32, @"regexp".pos4 int) (? bool) { var @"regexp".n5 uint; ; @"regexp".n5 = uint(int(@"regexp".pc3) * (@"regexp".b2.@"regexp".end + 0x1) + @"regexp".pos4); if @"regexp".b2.@"regexp".visited[@"regexp".n5 / 0x20] & (0x1 << (@"regexp".n5 & 0x1f)) != 0x0 { return false }; @"regexp".b2.@"regexp".visited[@"regexp".n5 / 0x20] |= 0x1 << (@"regexp".n5 & 0x1f); return true } 47 type @"regexp".thread struct { @"regexp".inst *@"regexp/syntax".Inst; @"regexp".cap []int } 48 type @"regexp".entry struct { @"regexp".pc uint32; @"regexp".t *@"regexp".thread } 49 type @"regexp".queue struct { @"regexp".sparse []uint32; @"regexp".dense []@"regexp".entry } 50 type @"regexp".inputBytes struct { @"regexp".str []byte } 51 func (@"regexp".i2 *@"regexp".inputBytes "esc:0x1") @"regexp".canCheckPrefix () (? bool) { return true } 52 func (@"regexp".i2 *@"regexp".inputBytes "esc:0x1") @"regexp".context (@"regexp".pos3 int) (? @"regexp/syntax".EmptyOp) 53 func (@"regexp".i2 *@"regexp".inputBytes "esc:0x1") @"regexp".hasPrefix (@"regexp".re3 *@"regexp".Regexp "esc:0x1") (? bool) 54 func (@"regexp".i2 *@"regexp".inputBytes "esc:0x1") @"regexp".index (@"regexp".re3 *@"regexp".Regexp "esc:0x1", @"regexp".pos4 int) (? int) 55 func (@"regexp".i3 *@"regexp".inputBytes "esc:0x1") @"regexp".step (@"regexp".pos4 int) (? rune, ? int) 56 type @"regexp".inputString struct { @"regexp".str string } 57 func (@"regexp".i2 *@"regexp".inputString "esc:0x1") @"regexp".canCheckPrefix () (? bool) { return true } 58 func (@"regexp".i2 *@"regexp".inputString "esc:0x1") @"regexp".context (@"regexp".pos3 int) (? @"regexp/syntax".EmptyOp) 59 func (@"regexp".i2 *@"regexp".inputString "esc:0x1") @"regexp".hasPrefix (@"regexp".re3 *@"regexp".Regexp "esc:0x1") (? bool) { return @"strings".HasPrefix(@"regexp".i2.@"regexp".str, @"regexp".re3.@"regexp".prefix) } 60 func (@"regexp".i2 *@"regexp".inputString "esc:0x9") @"regexp".index (@"regexp".re3 *@"regexp".Regexp "esc:0x1", @"regexp".pos4 int) (? int) 61 func (@"regexp".i3 *@"regexp".inputString "esc:0x1") @"regexp".step (@"regexp".pos4 int) (? rune, ? int) 62 import io "io" // indirect 63 type @"io".RuneReader interface { ReadRune() (@"io".r rune, @"io".size int, @"io".err error) } 64 type @"regexp".inputReader struct { @"regexp".r @"io".RuneReader; @"regexp".atEOT bool; @"regexp".pos int } 65 func (@"regexp".i2 *@"regexp".inputReader "esc:0x1") @"regexp".canCheckPrefix () (? bool) { return false } 66 func (@"regexp".i2 *@"regexp".inputReader "esc:0x1") @"regexp".context (@"regexp".pos3 int) (? @"regexp/syntax".EmptyOp) { return @"regexp/syntax".EmptyOp(0x0) } 67 func (@"regexp".i2 *@"regexp".inputReader "esc:0x1") @"regexp".hasPrefix (@"regexp".re3 *@"regexp".Regexp "esc:0x1") (? bool) { return false } 68 func (@"regexp".i2 *@"regexp".inputReader "esc:0x1") @"regexp".index (@"regexp".re3 *@"regexp".Regexp "esc:0x1", @"regexp".pos4 int) (? int) { return -0x1 } 69 func (@"regexp".i3 *@"regexp".inputReader "esc:0x9") @"regexp".step (@"regexp".pos4 int) (? rune, ? int) 70 type @"regexp".machine struct { @"regexp".re *@"regexp".Regexp; @"regexp".p *@"regexp/syntax".Prog; @"regexp".op *@"regexp".onePassProg; @"regexp".maxBitStateLen int; @"regexp".b *@"regexp".bitState; @"regexp".q0 @"regexp".queue; @"regexp".q1 @"regexp".queue; @"regexp".pool []*@"regexp".thread; @"regexp".matched bool; @"regexp".matchcap []int; @"regexp".inputBytes @"regexp".inputBytes; @"regexp".inputString @"regexp".inputString; @"regexp".inputReader @"regexp".inputReader } 71 func (@"regexp".m2 *@"regexp".machine "esc:0x3a") @"regexp".add (@"regexp".q3 *@"regexp".queue "esc:0x1", @"regexp".pc4 uint32, @"regexp".pos5 int, @"regexp".cap6 []int "esc:0x9", @"regexp".cond7 @"regexp/syntax".EmptyOp, @"regexp".t8 *@"regexp".thread) (? *@"regexp".thread) 72 func (@"regexp".m2 *@"regexp".machine "esc:0x32") @"regexp".alloc (@"regexp".i3 *@"regexp/syntax".Inst) (? *@"regexp".thread) { var @"regexp".t4 *@"regexp".thread; ; var @"regexp".n5 int; ; @"regexp".n5 = len(@"regexp".m2.@"regexp".pool); if @"regexp".n5 > 0x0 { @"regexp".t4 = @"regexp".m2.@"regexp".pool[@"regexp".n5 - 0x1]; @"regexp".m2.@"regexp".pool = @"regexp".m2.@"regexp".pool[:@"regexp".n5 - 0x1] } else { @"regexp".t4 = new(@"regexp".thread); @"regexp".t4.@"regexp".cap = make([]int, len(@"regexp".m2.@"regexp".matchcap), cap(@"regexp".m2.@"regexp".matchcap)) }; @"regexp".t4.@"regexp".inst = @"regexp".i3; return @"regexp".t4 } 73 func (@"regexp".m2 *@"regexp".machine "esc:0x9") @"regexp".backtrack (@"regexp".i3 @"regexp".input, @"regexp".pos4 int, @"regexp".end5 int, @"regexp".ncap6 int) (? bool) 74 func (@"regexp".m1 *@"regexp".machine "esc:0x9") @"regexp".clear (@"regexp".q2 *@"regexp".queue "esc:0x9") 75 func (@"regexp".m1 *@"regexp".machine "esc:0x9") @"regexp".free (@"regexp".t2 *@"regexp".thread) { @"regexp".m1.@"regexp".inputBytes.@"regexp".str = nil; @"regexp".m1.@"regexp".inputString.@"regexp".str = ""; @"regexp".m1.@"regexp".inputReader.@"regexp".r = nil; @"regexp".m1.@"regexp".pool = append(@"regexp".m1.@"regexp".pool, @"regexp".t2) } 76 func (@"regexp".m1 *@"regexp".machine "esc:0x1") @"regexp".init (@"regexp".ncap2 int) 77 func (@"regexp".m2 *@"regexp".machine "esc:0x9") @"regexp".match (@"regexp".i3 @"regexp".input, @"regexp".pos4 int) (? bool) 78 func (@"regexp".m2 *@"regexp".machine "esc:0x12") @"regexp".newInputBytes (@"regexp".b3 []byte) (? @"regexp".input) { @"regexp".m2.@"regexp".inputBytes.@"regexp".str = @"regexp".b3; return &@"regexp".m2.@"regexp".inputBytes } 79 func (@"regexp".m2 *@"regexp".machine "esc:0x12") @"regexp".newInputReader (@"regexp".r3 @"io".RuneReader) (? @"regexp".input) { @"regexp".m2.@"regexp".inputReader.@"regexp".r = @"regexp".r3; @"regexp".m2.@"regexp".inputReader.@"regexp".atEOT = false; @"regexp".m2.@"regexp".inputReader.@"regexp".pos = 0x0; return &@"regexp".m2.@"regexp".inputReader } 80 func (@"regexp".m2 *@"regexp".machine "esc:0x12") @"regexp".newInputString (@"regexp".s3 string) (? @"regexp".input) { @"regexp".m2.@"regexp".inputString.@"regexp".str = @"regexp".s3; return &@"regexp".m2.@"regexp".inputString } 81 func (@"regexp".m2 *@"regexp".machine "esc:0x9") @"regexp".onepass (@"regexp".i3 @"regexp".input, @"regexp".pos4 int) (? bool) 82 func (@"regexp".m1 *@"regexp".machine "esc:0x9") @"regexp".step (@"regexp".runq2 *@"regexp".queue "esc:0x9", @"regexp".nextq3 *@"regexp".queue "esc:0x1", @"regexp".pos4 int, @"regexp".nextPos5 int, @"regexp".c6 rune, @"regexp".nextCond7 @"regexp/syntax".EmptyOp) 83 func (@"regexp".m2 *@"regexp".machine "esc:0x1") @"regexp".tryBacktrack (@"regexp".b3 *@"regexp".bitState "esc:0x9", @"regexp".i4 @"regexp".input, @"regexp".pc5 uint32, @"regexp".pos6 int) (? bool) 84 type @"regexp".Regexp struct { @"regexp".expr string; @"regexp".prog *@"regexp/syntax".Prog; @"regexp".onepass *@"regexp".onePassProg; @"regexp".prefix string; @"regexp".prefixBytes []byte; @"regexp".prefixComplete bool; @"regexp".prefixRune rune; @"regexp".prefixEnd uint32; @"regexp".cond @"regexp/syntax".EmptyOp; @"regexp".numSubexp int; @"regexp".subexpNames []string; @"regexp".longest bool; @"regexp".mu @"sync".Mutex; @"regexp".machine []*@"regexp".machine } 85 func (@"regexp".re2 *@"regexp".Regexp "esc:0x1") Expand (@"regexp".dst3 []byte "esc:0x1a", @"regexp".template4 []byte "esc:0x1", @"regexp".src5 []byte "esc:0x9", @"regexp".match6 []int "esc:0x1") (? []byte) 86 func (@"regexp".re2 *@"regexp".Regexp "esc:0x1") ExpandString (@"regexp".dst3 []byte "esc:0x1a", @"regexp".template4 string, @"regexp".src5 string "esc:0x9", @"regexp".match6 []int "esc:0x1") (? []byte) 87 func (@"regexp".re2 *@"regexp".Regexp) Find (@"regexp".b3 []byte) (? []byte) 88 func (@"regexp".re2 *@"regexp".Regexp) FindAll (@"regexp".b3 []byte, @"regexp".n4 int) (? [][]byte) 89 func (@"regexp".re2 *@"regexp".Regexp) FindAllIndex (@"regexp".b3 []byte, @"regexp".n4 int) (? [][]int) 90 func (@"regexp".re2 *@"regexp".Regexp) FindAllString (@"regexp".s3 string, @"regexp".n4 int) (? []string) 91 func (@"regexp".re2 *@"regexp".Regexp) FindAllStringIndex (@"regexp".s3 string, @"regexp".n4 int) (? [][]int) 92 func (@"regexp".re2 *@"regexp".Regexp) FindAllStringSubmatch (@"regexp".s3 string, @"regexp".n4 int) (? [][]string) 93 func (@"regexp".re2 *@"regexp".Regexp) FindAllStringSubmatchIndex (@"regexp".s3 string, @"regexp".n4 int) (? [][]int) 94 func (@"regexp".re2 *@"regexp".Regexp) FindAllSubmatch (@"regexp".b3 []byte, @"regexp".n4 int) (? [][][]byte) 95 func (@"regexp".re2 *@"regexp".Regexp) FindAllSubmatchIndex (@"regexp".b3 []byte, @"regexp".n4 int) (? [][]int) 96 func (@"regexp".re2 *@"regexp".Regexp) FindIndex (@"regexp".b3 []byte) (@"regexp".loc1 []int) 97 func (@"regexp".re2 *@"regexp".Regexp) FindReaderIndex (@"regexp".r3 @"io".RuneReader) (@"regexp".loc1 []int) 98 func (@"regexp".re2 *@"regexp".Regexp) FindReaderSubmatchIndex (@"regexp".r3 @"io".RuneReader) (? []int) 99 func (@"regexp".re2 *@"regexp".Regexp) FindString (@"regexp".s3 string) (? string) 100 func (@"regexp".re2 *@"regexp".Regexp) FindStringIndex (@"regexp".s3 string) (@"regexp".loc1 []int) 101 func (@"regexp".re2 *@"regexp".Regexp) FindStringSubmatch (@"regexp".s3 string) (? []string) 102 func (@"regexp".re2 *@"regexp".Regexp) FindStringSubmatchIndex (@"regexp".s3 string) (? []int) 103 func (@"regexp".re2 *@"regexp".Regexp) FindSubmatch (@"regexp".b3 []byte) (? [][]byte) 104 func (@"regexp".re2 *@"regexp".Regexp) FindSubmatchIndex (@"regexp".b3 []byte) (? []int) 105 func (@"regexp".re3 *@"regexp".Regexp "esc:0x22") LiteralPrefix () (@"regexp".prefix1 string, @"regexp".complete2 bool) { return @"regexp".re3.@"regexp".prefix, @"regexp".re3.@"regexp".prefixComplete } 106 func (@"regexp".re1 *@"regexp".Regexp "esc:0x1") Longest () { @"regexp".re1.@"regexp".longest = true } 107 func (@"regexp".re2 *@"regexp".Regexp) Match (@"regexp".b3 []byte) (? bool) 108 func (@"regexp".re2 *@"regexp".Regexp) MatchReader (@"regexp".r3 @"io".RuneReader) (? bool) 109 func (@"regexp".re2 *@"regexp".Regexp) MatchString (@"regexp".s3 string) (? bool) 110 func (@"regexp".re2 *@"regexp".Regexp "esc:0x1") NumSubexp () (? int) { return @"regexp".re2.@"regexp".numSubexp } 111 func (@"regexp".re2 *@"regexp".Regexp) ReplaceAll (@"regexp".src3 []byte, @"regexp".repl4 []byte "esc:0x1") (? []byte) 112 func (@"regexp".re2 *@"regexp".Regexp) ReplaceAllFunc (@"regexp".src3 []byte, @"regexp".repl4 func(? []byte) (? []byte) "esc:0x1") (? []byte) 113 func (@"regexp".re2 *@"regexp".Regexp) ReplaceAllLiteral (@"regexp".src3 []byte, @"regexp".repl4 []byte "esc:0x9") (? []byte) 114 func (@"regexp".re2 *@"regexp".Regexp) ReplaceAllLiteralString (@"regexp".src3 string, @"regexp".repl4 string "esc:0x9") (? string) 115 func (@"regexp".re2 *@"regexp".Regexp) ReplaceAllString (@"regexp".src3 string, @"regexp".repl4 string) (? string) 116 func (@"regexp".re2 *@"regexp".Regexp) ReplaceAllStringFunc (@"regexp".src3 string, @"regexp".repl4 func(? string) (? string) "esc:0x1") (? string) 117 func (@"regexp".re2 *@"regexp".Regexp) Split (@"regexp".s3 string, @"regexp".n4 int) (? []string) 118 func (@"regexp".re2 *@"regexp".Regexp "esc:0x22") String () (? string) { return @"regexp".re2.@"regexp".expr } 119 func (@"regexp".re2 *@"regexp".Regexp "esc:0x22") SubexpNames () (? []string) { return @"regexp".re2.@"regexp".subexpNames } 120 func (@"regexp".re1 *@"regexp".Regexp) @"regexp".allMatches (@"regexp".s2 string, @"regexp".b3 []byte, @"regexp".n4 int, @"regexp".deliver5 func(? []int) "esc:0x1") 121 func (@"regexp".re2 *@"regexp".Regexp) @"regexp".doExecute (@"regexp".r3 @"io".RuneReader, @"regexp".b4 []byte, @"regexp".s5 string, @"regexp".pos6 int, @"regexp".ncap7 int) (? []int) 122 func (@"regexp".re2 *@"regexp".Regexp "esc:0x1") @"regexp".expand (@"regexp".dst3 []byte "esc:0x1a", @"regexp".template4 string, @"regexp".bsrc5 []byte "esc:0x9", @"regexp".src6 string "esc:0x9", @"regexp".match7 []int "esc:0x1") (? []byte) 123 func (@"regexp".re2 *@"regexp".Regexp) @"regexp".get () (? *@"regexp".machine) 124 func (@"regexp".re2 *@"regexp".Regexp "esc:0x1") @"regexp".pad (@"regexp".a3 []int "esc:0x1a") (? []int) 125 func (@"regexp".re1 *@"regexp".Regexp) @"regexp".put (@"regexp".z2 *@"regexp".machine) 126 func (@"regexp".re2 *@"regexp".Regexp) @"regexp".replaceAll (@"regexp".bsrc3 []byte, @"regexp".src4 string, @"regexp".nmatch5 int, @"regexp".repl6 func(@"regexp".dst []byte, @"regexp".m []int) (? []byte) "esc:0x1") (? []byte) 127 type @"".ObjFile interface { Base() (? uint64); BuildID() (? string); Close() (? error); Name() (? string); SourceLine(@"".addr uint64) (? []@"".Frame, ? error); Symbols(@"".r *@"regexp".Regexp, @"".addr uint64) (? []*@"".Sym, ? error) } 128 type @"".ObjTool interface { Demangle(@"".names []string) (? map[string]string, ? error); Disasm(@"".file string, @"".start uint64, @"".end uint64) (? []@"".Inst, ? error); Open(@"".file string, @"".start uint64) (? @"".ObjFile, ? error); SetConfig(@"".config string) } 129 func @"".NoObjTool () (? @"".ObjTool) { return (@"".noObjTool{ }) } 130 type @"".UI interface { IsTerminal() (? bool); Print(? ...interface {}); PrintErr(? ...interface {}); ReadLine() (? string, ? error); SetAutoComplete(@"".complete func(? string) (? string)) } 131 func @"".StandardUI () (? @"".UI) { return (&@"".stdUI{ @"".r:@"bufio".NewReader(@"os".Stdin) }) } 132 type @"cmd/pprof/internal/profile".buffer struct { @"cmd/pprof/internal/profile".field int; @"cmd/pprof/internal/profile".typ int; @"cmd/pprof/internal/profile".u64 uint64; @"cmd/pprof/internal/profile".data []byte; @"cmd/pprof/internal/profile".tmp [16]byte } 133 type @"cmd/pprof/internal/profile".message interface { @"cmd/pprof/internal/profile".decoder() (? []@"cmd/pprof/internal/profile".decoder); @"cmd/pprof/internal/profile".encode(? *@"cmd/pprof/internal/profile".buffer) } 134 type @"cmd/pprof/internal/profile".decoder func(? *@"cmd/pprof/internal/profile".buffer, ? @"cmd/pprof/internal/profile".message) (? error) 135 type @"cmd/pprof/internal/profile".ValueType struct { Type string; Unit string; @"cmd/pprof/internal/profile".typeX int64; @"cmd/pprof/internal/profile".unitX int64 } 136 func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".ValueType "esc:0x1") @"cmd/pprof/internal/profile".decoder () (? []@"cmd/pprof/internal/profile".decoder) { return @"cmd/pprof/internal/profile".valueTypeDecoder } 137 func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".ValueType "esc:0x1") @"cmd/pprof/internal/profile".encode (@"cmd/pprof/internal/profile".b2 *@"cmd/pprof/internal/profile".buffer "esc:0x9") 138 type @"cmd/pprof/internal/profile".Mapping struct { ID uint64; Start uint64; Limit uint64; Offset uint64; File string; BuildID string; HasFunctions bool; HasFilenames bool; HasLineNumbers bool; HasInlineFrames bool; @"cmd/pprof/internal/profile".fileX int64; @"cmd/pprof/internal/profile".buildIDX int64 } 139 func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Mapping "esc:0x1") @"cmd/pprof/internal/profile".decoder () (? []@"cmd/pprof/internal/profile".decoder) { return @"cmd/pprof/internal/profile".mappingDecoder } 140 func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".Mapping "esc:0x1") @"cmd/pprof/internal/profile".encode (@"cmd/pprof/internal/profile".b2 *@"cmd/pprof/internal/profile".buffer "esc:0x9") 141 type @"cmd/pprof/internal/profile".Function struct { ID uint64; Name string; SystemName string; Filename string; StartLine int64; @"cmd/pprof/internal/profile".nameX int64; @"cmd/pprof/internal/profile".systemNameX int64; @"cmd/pprof/internal/profile".filenameX int64 } 142 func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Function "esc:0x1") @"cmd/pprof/internal/profile".decoder () (? []@"cmd/pprof/internal/profile".decoder) { return @"cmd/pprof/internal/profile".functionDecoder } 143 func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".Function "esc:0x1") @"cmd/pprof/internal/profile".encode (@"cmd/pprof/internal/profile".b2 *@"cmd/pprof/internal/profile".buffer "esc:0x9") 144 type @"cmd/pprof/internal/profile".Line struct { Function *@"cmd/pprof/internal/profile".Function; Line int64; @"cmd/pprof/internal/profile".functionIDX uint64 } 145 func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Line "esc:0x1") @"cmd/pprof/internal/profile".decoder () (? []@"cmd/pprof/internal/profile".decoder) { return @"cmd/pprof/internal/profile".lineDecoder } 146 func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".Line "esc:0x1") @"cmd/pprof/internal/profile".encode (@"cmd/pprof/internal/profile".b2 *@"cmd/pprof/internal/profile".buffer "esc:0x9") 147 type @"cmd/pprof/internal/profile".Location struct { ID uint64; Mapping *@"cmd/pprof/internal/profile".Mapping; Address uint64; Line []@"cmd/pprof/internal/profile".Line; @"cmd/pprof/internal/profile".mappingIDX uint64 } 148 func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Location "esc:0x1") @"cmd/pprof/internal/profile".decoder () (? []@"cmd/pprof/internal/profile".decoder) { return @"cmd/pprof/internal/profile".locationDecoder } 149 func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".Location "esc:0x9") @"cmd/pprof/internal/profile".encode (@"cmd/pprof/internal/profile".b2 *@"cmd/pprof/internal/profile".buffer) 150 func (@"cmd/pprof/internal/profile".loc2 *@"cmd/pprof/internal/profile".Location "esc:0x9") @"cmd/pprof/internal/profile".matchesName (@"cmd/pprof/internal/profile".re3 *@"regexp".Regexp) (? bool) 151 func (@"cmd/pprof/internal/profile".loc2 *@"cmd/pprof/internal/profile".Location "esc:0x9") @"cmd/pprof/internal/profile".unmatchedLines (@"cmd/pprof/internal/profile".re3 *@"regexp".Regexp) (? []@"cmd/pprof/internal/profile".Line) 152 type @"cmd/pprof/internal/profile".Label struct { @"cmd/pprof/internal/profile".keyX int64; @"cmd/pprof/internal/profile".strX int64; @"cmd/pprof/internal/profile".numX int64 } 153 func (@"cmd/pprof/internal/profile".p2 @"cmd/pprof/internal/profile".Label) @"cmd/pprof/internal/profile".decoder () (? []@"cmd/pprof/internal/profile".decoder) { return @"cmd/pprof/internal/profile".labelDecoder } 154 func (@"cmd/pprof/internal/profile".p1 @"cmd/pprof/internal/profile".Label) @"cmd/pprof/internal/profile".encode (@"cmd/pprof/internal/profile".b2 *@"cmd/pprof/internal/profile".buffer "esc:0x9") 155 type @"cmd/pprof/internal/profile".Sample struct { Location []*@"cmd/pprof/internal/profile".Location; Value []int64; Label map[string][]string; NumLabel map[string][]int64; @"cmd/pprof/internal/profile".locationIDX []uint64; @"cmd/pprof/internal/profile".labelX []@"cmd/pprof/internal/profile".Label } 156 func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Sample "esc:0x1") @"cmd/pprof/internal/profile".decoder () (? []@"cmd/pprof/internal/profile".decoder) { return @"cmd/pprof/internal/profile".sampleDecoder } 157 func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".Sample "esc:0x1") @"cmd/pprof/internal/profile".encode (@"cmd/pprof/internal/profile".b2 *@"cmd/pprof/internal/profile".buffer) 158 type @"cmd/pprof/internal/profile".Demangler func(@"cmd/pprof/internal/profile".name []string) (? map[string]string, ? error) 159 type @"cmd/pprof/internal/profile".TagMatch func(@"cmd/pprof/internal/profile".key string, @"cmd/pprof/internal/profile".val string, @"cmd/pprof/internal/profile".nval int64) (? bool) 160 type @"io".Reader interface { Read(@"io".p []byte) (@"io".n int, @"io".err error) } 161 type @"io".Writer interface { Write(@"io".p []byte) (@"io".n int, @"io".err error) } 162 type @"cmd/pprof/internal/profile".Profile struct { SampleType []*@"cmd/pprof/internal/profile".ValueType; Sample []*@"cmd/pprof/internal/profile".Sample; Mapping []*@"cmd/pprof/internal/profile".Mapping; Location []*@"cmd/pprof/internal/profile".Location; Function []*@"cmd/pprof/internal/profile".Function; DropFrames string; KeepFrames string; TimeNanos int64; DurationNanos int64; PeriodType *@"cmd/pprof/internal/profile".ValueType; Period int64; @"cmd/pprof/internal/profile".dropFramesX int64; @"cmd/pprof/internal/profile".keepFramesX int64; @"cmd/pprof/internal/profile".stringTable []string } 163 func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile "esc:0x9") Aggregate (@"cmd/pprof/internal/profile".inlineFrame3 bool, @"cmd/pprof/internal/profile".function4 bool, @"cmd/pprof/internal/profile".filename5 bool, @"cmd/pprof/internal/profile".linenumber6 bool, @"cmd/pprof/internal/profile".address7 bool) (? error) 164 func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile "esc:0x9") CheckValid () (? error) 165 func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile "esc:0x9") Compatible (@"cmd/pprof/internal/profile".pb3 *@"cmd/pprof/internal/profile".Profile "esc:0x9") (? error) 166 func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile) Copy () (? *@"cmd/pprof/internal/profile".Profile) 167 func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile "esc:0x9") Demangle (@"cmd/pprof/internal/profile".d3 @"cmd/pprof/internal/profile".Demangler "esc:0x1") (? error) 168 func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile "esc:0x1") Empty () (? bool) { return len(@"cmd/pprof/internal/profile".p2.Sample) == 0x0 } 169 func (@"cmd/pprof/internal/profile".p4 *@"cmd/pprof/internal/profile".Profile "esc:0x9") FilterSamplesByName (@"cmd/pprof/internal/profile".focus5 *@"regexp".Regexp, @"cmd/pprof/internal/profile".ignore6 *@"regexp".Regexp, @"cmd/pprof/internal/profile".hide7 *@"regexp".Regexp) (@"cmd/pprof/internal/profile".fm1 bool, @"cmd/pprof/internal/profile".im2 bool, @"cmd/pprof/internal/profile".hm3 bool) 170 func (@"cmd/pprof/internal/profile".p3 *@"cmd/pprof/internal/profile".Profile "esc:0x9") FilterSamplesByTag (@"cmd/pprof/internal/profile".focus4 @"cmd/pprof/internal/profile".TagMatch "esc:0x1", @"cmd/pprof/internal/profile".ignore5 @"cmd/pprof/internal/profile".TagMatch "esc:0x1") (@"cmd/pprof/internal/profile".fm1 bool, @"cmd/pprof/internal/profile".im2 bool) 171 func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile "esc:0x1") HasFileLines () (? bool) 172 func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile "esc:0x1") HasFunctions () (? bool) 173 func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile "esc:0x9") Merge (@"cmd/pprof/internal/profile".pb3 *@"cmd/pprof/internal/profile".Profile, @"cmd/pprof/internal/profile".r4 float64) (? error) 174 func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile "esc:0x9") ParseMemoryMap (@"cmd/pprof/internal/profile".rd3 @"io".Reader) (? error) 175 func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".Profile "esc:0x9") Prune (@"cmd/pprof/internal/profile".dropRx2 *@"regexp".Regexp, @"cmd/pprof/internal/profile".keepRx3 *@"regexp".Regexp) 176 func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile "esc:0x9") RemoveUninteresting () (? error) 177 func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile "esc:0x9") String () (? string) 178 func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile) Write (@"cmd/pprof/internal/profile".w3 @"io".Writer) (? error) 179 func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".Profile "esc:0x1") @"cmd/pprof/internal/profile".addLegacyFrameInfo () 180 func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile "esc:0x1") @"cmd/pprof/internal/profile".decoder () (? []@"cmd/pprof/internal/profile".decoder) { return @"cmd/pprof/internal/profile".profileDecoder } 181 func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".Profile "esc:0x9") @"cmd/pprof/internal/profile".encode (@"cmd/pprof/internal/profile".b2 *@"cmd/pprof/internal/profile".buffer) 182 func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile "esc:0x9") @"cmd/pprof/internal/profile".postDecode () (? error) 183 func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".Profile "esc:0x9") @"cmd/pprof/internal/profile".preEncode () 184 func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".Profile "esc:0x9") @"cmd/pprof/internal/profile".remapFunctionIDs () 185 func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".Profile "esc:0x9") @"cmd/pprof/internal/profile".remapLocationIDs () 186 func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".Profile "esc:0x9") @"cmd/pprof/internal/profile".remapMappingIDs () 187 func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".Profile "esc:0x9") @"cmd/pprof/internal/profile".setMain () 188 type @"time".Duration int64 189 func (@"time".d2 @"time".Duration) Hours () (? float64) { var @"time".hour3 @"time".Duration; ; @"time".hour3 = @"time".d2 / @"time".Duration(0x34630b8a000); var @"time".nsec4 @"time".Duration; ; @"time".nsec4 = @"time".d2 % @"time".Duration(0x34630b8a000); return float64(@"time".hour3) + float64(@"time".nsec4) * 8190022623310637111963488201822504381538623676021880892417778544696899264837610290203272971060556344039023584360473938041055625214280336402169897364226048p-553 } 190 func (@"time".d2 @"time".Duration) Minutes () (? float64) { var @"time".min3 @"time".Duration; ; @"time".min3 = @"time".d2 / @"time".Duration(0xdf8475800); var @"time".nsec4 @"time".Duration; ; @"time".nsec4 = @"time".d2 % @"time".Duration(0xdf8475800); return float64(@"time".min3) + float64(@"time".nsec4) * 7678146209353722106395056769533233877065564876941352542109479049699919628723768656821910653339403201031675627614471533358284117434246264392176261853609984p-547 } 191 func (@"time".d2 @"time".Duration) Nanoseconds () (? int64) { return int64(@"time".d2) } 192 func (@"time".d2 @"time".Duration) Seconds () (? float64) { var @"time".sec3 @"time".Duration; ; @"time".sec3 = @"time".d2 / @"time".Duration(0x3b9aca00); var @"time".nsec4 @"time".Duration; ; @"time".nsec4 = @"time".d2 % @"time".Duration(0x3b9aca00); return float64(@"time".sec3) + float64(@"time".nsec4) * 7198262071269114660816079141112770740375861891461678802759824945047098083990024106014198994535558872472104883612039846078596891298747423852523262413111296p-541 } 193 func (@"time".d2 @"time".Duration) String () (? string) 194 type @"".Fetcher func(@"".src string, @"".timeout @"time".Duration, @"".ui @"".UI) (? *@"cmd/pprof/internal/profile".Profile, ? error) 195 type @"".Symbolizer func(@"".mode string, @"".src string, @"".prof *@"cmd/pprof/internal/profile".Profile, @"".obj @"".ObjTool, @"".ui @"".UI) (? error) 196 func @"".init () 197 var @"regexp/syntax".instOpNames []string 198 func @"strings".HasPrefix (@"strings".s2 string "esc:0x1", @"strings".prefix3 string "esc:0x1") (? bool) { return len(@"strings".s2) >= len(@"strings".prefix3) && @"strings".s2[0x0:len(@"strings".prefix3)] == @"strings".prefix3 } 199 type @"".noObjTool struct {} 200 func (? @"".noObjTool) Demangle (@"".name3 []string "esc:0x1") (? map[string]string, ? error) { return make(map[string]string), nil } 201 func (? @"".noObjTool) Disasm (@"".file3 string "esc:0x1", @"".start4 uint64, @"".end5 uint64) (? []@"".Inst, ? error) 202 func (? @"".noObjTool) Open (@"".file3 string, @"".start4 uint64) (? @"".ObjFile, ? error) { return nil, (&@"os".PathError{ Op:"open", Path:@"".file3, Err:@"os".ErrNotExist }) } 203 func (? @"".noObjTool) SetConfig (@"".config1 string "esc:0x1") { } 204 type @"bufio".Reader struct { @"bufio".buf []byte; @"bufio".rd @"io".Reader; @"bufio".r int; @"bufio".w int; @"bufio".err error; @"bufio".lastByte int; @"bufio".lastRuneSize int } 205 func (@"bufio".b2 *@"bufio".Reader "esc:0x1") Buffered () (? int) { return @"bufio".b2.@"bufio".w - @"bufio".b2.@"bufio".r } 206 func (@"bufio".b3 *@"bufio".Reader "esc:0x10a") Discard (@"bufio".n4 int) (@"bufio".discarded1 int, @"bufio".err2 error) 207 func (@"bufio".b3 *@"bufio".Reader "esc:0x12a") Peek (@"bufio".n4 int) (? []byte, ? error) 208 func (@"bufio".b3 *@"bufio".Reader "esc:0x10a") Read (@"bufio".p4 []byte) (@"bufio".n1 int, @"bufio".err2 error) 209 func (@"bufio".b3 *@"bufio".Reader "esc:0x10a") ReadByte () (@"bufio".c1 byte, @"bufio".err2 error) 210 func (@"bufio".b3 *@"bufio".Reader "esc:0x10a") ReadBytes (@"bufio".delim4 byte) (@"bufio".line1 []byte, @"bufio".err2 error) 211 func (@"bufio".b4 *@"bufio".Reader "esc:0x82a") ReadLine () (@"bufio".line1 []byte, @"bufio".isPrefix2 bool, @"bufio".err3 error) 212 func (@"bufio".b4 *@"bufio".Reader "esc:0x80a") ReadRune () (@"bufio".r1 rune, @"bufio".size2 int, @"bufio".err3 error) 213 func (@"bufio".b3 *@"bufio".Reader "esc:0x12a") ReadSlice (@"bufio".delim4 byte) (@"bufio".line1 []byte, @"bufio".err2 error) 214 func (@"bufio".b3 *@"bufio".Reader "esc:0x10a") ReadString (@"bufio".delim4 byte) (@"bufio".line1 string, @"bufio".err2 error) 215 func (@"bufio".b1 *@"bufio".Reader "esc:0x9") Reset (@"bufio".r2 @"io".Reader) { @"bufio".b1.@"bufio".reset(@"bufio".b1.@"bufio".buf, @"bufio".r2) } 216 func (@"bufio".b2 *@"bufio".Reader "esc:0x1") UnreadByte () (? error) { if @"bufio".b2.@"bufio".lastByte < 0x0 || @"bufio".b2.@"bufio".r == 0x0 && @"bufio".b2.@"bufio".w > 0x0 { return @"bufio".ErrInvalidUnreadByte }; if @"bufio".b2.@"bufio".r > 0x0 { @"bufio".b2.@"bufio".r-- } else { @"bufio".b2.@"bufio".w = 0x1 }; @"bufio".b2.@"bufio".buf[@"bufio".b2.@"bufio".r] = byte(@"bufio".b2.@"bufio".lastByte); @"bufio".b2.@"bufio".lastByte = -0x1; @"bufio".b2.@"bufio".lastRuneSize = -0x1; return nil } 217 func (@"bufio".b2 *@"bufio".Reader "esc:0x1") UnreadRune () (? error) { if @"bufio".b2.@"bufio".lastRuneSize < 0x0 || @"bufio".b2.@"bufio".r < @"bufio".b2.@"bufio".lastRuneSize { return @"bufio".ErrInvalidUnreadRune }; @"bufio".b2.@"bufio".r -= @"bufio".b2.@"bufio".lastRuneSize; @"bufio".b2.@"bufio".lastByte = -0x1; @"bufio".b2.@"bufio".lastRuneSize = -0x1; return nil } 218 func (@"bufio".b3 *@"bufio".Reader "esc:0x10a") WriteTo (@"bufio".w4 @"io".Writer) (@"bufio".n1 int64, @"bufio".err2 error) 219 func (@"bufio".b1 *@"bufio".Reader "esc:0x9") @"bufio".fill () 220 func (@"bufio".b2 *@"bufio".Reader "esc:0x22") @"bufio".readErr () (? error) { var @"bufio".err3 error; ; @"bufio".err3 = @"bufio".b2.@"bufio".err; @"bufio".b2.@"bufio".err = nil; return @"bufio".err3 } 221 func (@"bufio".b1 *@"bufio".Reader "esc:0x1") @"bufio".reset (@"bufio".buf2 []byte, @"bufio".r3 @"io".Reader) { *@"bufio".b1 = (@"bufio".Reader{ @"bufio".buf:@"bufio".buf2, @"bufio".rd:@"bufio".r3, @"bufio".lastByte:-0x1, @"bufio".lastRuneSize:-0x1 }) } 222 func (@"bufio".b3 *@"bufio".Reader "esc:0x9") @"bufio".writeBuf (@"bufio".w4 @"io".Writer) (? int64, ? error) 223 type @"os".dirInfo struct { @"os".buf []byte; @"os".nbuf int; @"os".bufp int } 224 type @"os".file struct { @"os".fd int; @"os".name string; @"os".dirinfo *@"os".dirInfo; @"os".nepipe int32 } 225 func (@"os".file2 *@"os".file) @"os".close () (? error) 226 type @"os".FileMode uint32 227 func (@"os".m2 @"os".FileMode) IsDir () (? bool) { return @"os".m2 & @"os".FileMode(0x80000000) != @"os".FileMode(0x0) } 228 func (@"os".m2 @"os".FileMode) IsRegular () (? bool) { return @"os".m2 & @"os".FileMode(0x8f000000) == @"os".FileMode(0x0) } 229 func (@"os".m2 @"os".FileMode) Perm () (? @"os".FileMode) { return @"os".m2 & @"os".FileMode(0x1ff) } 230 func (@"os".m2 @"os".FileMode) String () (? string) 231 type @"time".zone struct { @"time".name string; @"time".offset int; @"time".isDST bool } 232 type @"time".zoneTrans struct { @"time".when int64; @"time".index uint8; @"time".isstd bool; @"time".isutc bool } 233 type @"time".Location struct { @"time".name string; @"time".zone []@"time".zone; @"time".tx []@"time".zoneTrans; @"time".cacheStart int64; @"time".cacheEnd int64; @"time".cacheZone *@"time".zone } 234 func (@"time".l2 *@"time".Location "esc:0x22") String () (? string) 235 func (@"time".l2 *@"time".Location "esc:0x1") @"time".firstZoneUsed () (? bool) 236 func (@"time".l2 *@"time".Location "esc:0x12") @"time".get () (? *@"time".Location) 237 func (@"time".l6 *@"time".Location "esc:0x32") @"time".lookup (@"time".sec7 int64) (@"time".name1 string, @"time".offset2 int, @"time".isDST3 bool, @"time".start4 int64, @"time".end5 int64) 238 func (@"time".l2 *@"time".Location "esc:0x1") @"time".lookupFirstZone () (? int) 239 func (@"time".l4 *@"time".Location "esc:0x1") @"time".lookupName (@"time".name5 string "esc:0x1", @"time".unix6 int64) (@"time".offset1 int, @"time".isDST2 bool, @"time".ok3 bool) 240 type @"time".Month int 241 func (@"time".m2 @"time".Month) String () (? string) { return @"time".months[@"time".m2 - @"time".Month(0x1)] } 242 type @"time".Weekday int 243 func (@"time".d2 @"time".Weekday) String () (? string) { return @"time".days[@"time".d2] } 244 type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location } 245 func (@"time".t2 @"time".Time "esc:0x12") Add (@"time".d3 @"time".Duration) (? @"time".Time) { @"time".t2.@"time".sec += int64(@"time".d3 / @"time".Duration(0x3b9aca00)); var @"time".nsec4 int32; ; @"time".nsec4 = int32(@"time".t2.@"time".nsec) + int32(@"time".d3 % @"time".Duration(0x3b9aca00)); if @"time".nsec4 >= 0x3b9aca00 { @"time".t2.@"time".sec++; @"time".nsec4 -= 0x3b9aca00 } else { if @"time".nsec4 < 0x0 { @"time".t2.@"time".sec--; @"time".nsec4 += 0x3b9aca00 } }; @"time".t2.@"time".nsec = @"time".nsec4; return @"time".t2 } 246 func (@"time".t2 @"time".Time "esc:0x12") AddDate (@"time".years3 int, @"time".months4 int, @"time".days5 int) (? @"time".Time) 247 func (@"time".t2 @"time".Time "esc:0x1") After (@"time".u3 @"time".Time "esc:0x1") (? bool) { return @"time".t2.@"time".sec > @"time".u3.@"time".sec || @"time".t2.@"time".sec == @"time".u3.@"time".sec && @"time".t2.@"time".nsec > @"time".u3.@"time".nsec } 248 func (@"time".t2 @"time".Time "esc:0x9") AppendFormat (@"time".b3 []byte "esc:0x1a", @"time".layout4 string "esc:0x9") (? []byte) 249 func (@"time".t2 @"time".Time "esc:0x1") Before (@"time".u3 @"time".Time "esc:0x1") (? bool) { return @"time".t2.@"time".sec < @"time".u3.@"time".sec || @"time".t2.@"time".sec == @"time".u3.@"time".sec && @"time".t2.@"time".nsec < @"time".u3.@"time".nsec } 250 func (@"time".t4 @"time".Time "esc:0x1") Clock () (@"time".hour1 int, @"time".min2 int, @"time".sec3 int) 251 func (@"time".t4 @"time".Time "esc:0x1") Date () (@"time".year1 int, @"time".month2 @"time".Month, @"time".day3 int) 252 func (@"time".t2 @"time".Time "esc:0x1") Day () (? int) 253 func (@"time".t2 @"time".Time "esc:0x1") Equal (@"time".u3 @"time".Time "esc:0x1") (? bool) { return @"time".t2.@"time".sec == @"time".u3.@"time".sec && @"time".t2.@"time".nsec == @"time".u3.@"time".nsec } 254 func (@"time".t2 @"time".Time "esc:0x9") Format (@"time".layout3 string "esc:0x9") (? string) 255 func (@"time".t2 *@"time".Time "esc:0x1") GobDecode (@"time".data3 []byte "esc:0x1") (? error) 256 func (@"time".t3 @"time".Time "esc:0x1") GobEncode () (? []byte, ? error) 257 func (@"time".t2 @"time".Time "esc:0x1") Hour () (? int) 258 func (@"time".t3 @"time".Time "esc:0x1") ISOWeek () (@"time".year1 int, @"time".week2 int) 259 func (@"time".t2 @"time".Time "esc:0x12") In (@"time".loc3 *@"time".Location "esc:0x12") (? @"time".Time) 260 func (@"time".t2 @"time".Time "esc:0x1") IsZero () (? bool) { return @"time".t2.@"time".sec == 0x0 && @"time".t2.@"time".nsec == 0x0 } 261 func (@"time".t2 @"time".Time "esc:0x12") Local () (? @"time".Time) { @"time".t2.@"time".loc = @"time".Local; return @"time".t2 } 262 func (@"time".t2 @"time".Time "esc:0x12") Location () (? *@"time".Location) { var @"time".l3 *@"time".Location; ; @"time".l3 = @"time".t2.@"time".loc; if @"time".l3 == nil { @"time".l3 = @"time".UTC }; return @"time".l3 } 263 func (@"time".t3 @"time".Time "esc:0x1") MarshalBinary () (? []byte, ? error) 264 func (@"time".t3 @"time".Time "esc:0x9") MarshalJSON () (? []byte, ? error) 265 func (@"time".t3 @"time".Time "esc:0x9") MarshalText () (? []byte, ? error) 266 func (@"time".t2 @"time".Time "esc:0x1") Minute () (? int) 267 func (@"time".t2 @"time".Time "esc:0x1") Month () (? @"time".Month) 268 func (@"time".t2 @"time".Time "esc:0x1") Nanosecond () (? int) { return int(@"time".t2.@"time".nsec) } 269 func (@"time".t2 @"time".Time "esc:0x12") Round (@"time".d3 @"time".Duration) (? @"time".Time) 270 func (@"time".t2 @"time".Time "esc:0x1") Second () (? int) 271 func (@"time".t2 @"time".Time "esc:0x9") String () (? string) 272 func (@"time".t2 @"time".Time "esc:0x1") Sub (@"time".u3 @"time".Time "esc:0x1") (? @"time".Duration) 273 func (@"time".t2 @"time".Time "esc:0x12") Truncate (@"time".d3 @"time".Duration) (? @"time".Time) 274 func (@"time".t2 @"time".Time "esc:0x12") UTC () (? @"time".Time) { @"time".t2.@"time".loc = @"time".UTC; return @"time".t2 } 275 func (@"time".t2 @"time".Time "esc:0x1") Unix () (? int64) { return @"time".t2.@"time".sec + -0xe7791f700 } 276 func (@"time".t2 @"time".Time "esc:0x1") UnixNano () (? int64) { return (@"time".t2.@"time".sec + -0xe7791f700) * 0x3b9aca00 + int64(@"time".t2.@"time".nsec) } 277 func (@"time".t2 *@"time".Time "esc:0x1") UnmarshalBinary (@"time".data3 []byte "esc:0x1") (? error) 278 func (@"time".t2 *@"time".Time "esc:0x1") UnmarshalJSON (@"time".data3 []byte "esc:0x1") (@"time".err1 error) 279 func (@"time".t2 *@"time".Time "esc:0x1") UnmarshalText (@"time".data3 []byte "esc:0x1") (@"time".err1 error) 280 func (@"time".t2 @"time".Time "esc:0x1") Weekday () (? @"time".Weekday) 281 func (@"time".t2 @"time".Time "esc:0x1") Year () (? int) 282 func (@"time".t2 @"time".Time "esc:0x1") YearDay () (? int) 283 func (@"time".t3 @"time".Time "esc:0x32") Zone () (@"time".name1 string, @"time".offset2 int) 284 func (@"time".t2 @"time".Time "esc:0x1") @"time".abs () (? uint64) 285 func (@"time".t5 @"time".Time "esc:0x1") @"time".date (@"time".full6 bool) (@"time".year1 int, @"time".month2 @"time".Month, @"time".day3 int, @"time".yday4 int) 286 func (@"time".t4 @"time".Time "esc:0x32") @"time".locabs () (@"time".name1 string, @"time".offset2 int, @"time".abs3 uint64) 287 type @"os".FileInfo interface { IsDir() (? bool); ModTime() (? @"time".Time); Mode() (? @"os".FileMode); Name() (? string); Size() (? int64); Sys() (? interface {}) } 288 type @"os".File struct { @"os".? *@"os".file } 289 func (@"os".f2 *@"os".File "esc:0x22") Chdir () (? error) 290 func (@"os".f2 *@"os".File "esc:0x22") Chmod (@"os".mode3 @"os".FileMode) (? error) 291 func (@"os".f2 *@"os".File "esc:0x22") Chown (@"os".uid3 int, @"os".gid4 int) (? error) 292 func (@"os".f2 *@"os".File "esc:0x9") Close () (? error) 293 func (@"os".f2 *@"os".File "esc:0x1") Fd () (? uintptr) { if @"os".f2 == nil { return 0xffffffffffffffff }; return uintptr(@"os".f2.@"os".file.@"os".fd) } 294 func (@"os".f2 *@"os".File "esc:0x32") Name () (? string) { return @"os".f2.@"os".file.@"os".name } 295 func (@"os".f3 *@"os".File "esc:0x102") Read (@"os".b4 []byte "esc:0x1") (@"os".n1 int, @"os".err2 error) 296 func (@"os".f3 *@"os".File "esc:0x102") ReadAt (@"os".b4 []byte "esc:0x1", @"os".off5 int64) (@"os".n1 int, @"os".err2 error) 297 func (@"os".f3 *@"os".File "esc:0x1") Readdir (@"os".n4 int) (@"os".fi1 []@"os".FileInfo, @"os".err2 error) 298 func (@"os".f3 *@"os".File "esc:0x1") Readdirnames (@"os".n4 int) (@"os".names1 []string, @"os".err2 error) 299 func (@"os".f3 *@"os".File "esc:0x102") Seek (@"os".offset4 int64, @"os".whence5 int) (@"os".ret1 int64, @"os".err2 error) 300 func (@"os".f3 *@"os".File "esc:0x10a") Stat () (? @"os".FileInfo, ? error) 301 func (@"os".f2 *@"os".File "esc:0x1") Sync () (? error) 302 func (@"os".f2 *@"os".File "esc:0x22") Truncate (@"os".size3 int64) (? error) 303 func (@"os".f3 *@"os".File "esc:0x10a") Write (@"os".b4 []byte "esc:0x1") (@"os".n1 int, @"os".err2 error) 304 func (@"os".f3 *@"os".File "esc:0x102") WriteAt (@"os".b4 []byte "esc:0x1", @"os".off5 int64) (@"os".n1 int, @"os".err2 error) 305 func (@"os".f3 *@"os".File "esc:0x10a") WriteString (@"os".s4 string "esc:0x1") (@"os".n1 int, @"os".err2 error) 306 func (@"os".f3 *@"os".File "esc:0x1") @"os".pread (@"os".b4 []byte "esc:0x1", @"os".off5 int64) (@"os".n1 int, @"os".err2 error) 307 func (@"os".f3 *@"os".File "esc:0x1") @"os".pwrite (@"os".b4 []byte "esc:0x1", @"os".off5 int64) (@"os".n1 int, @"os".err2 error) 308 func (@"os".f3 *@"os".File "esc:0x1") @"os".read (@"os".b4 []byte "esc:0x1") (@"os".n1 int, @"os".err2 error) 309 func (@"os".f3 *@"os".File "esc:0x1") @"os".readdir (@"os".n4 int) (@"os".fi1 []@"os".FileInfo, @"os".err2 error) 310 func (@"os".f3 *@"os".File "esc:0x1") @"os".readdirnames (@"os".n4 int) (@"os".names1 []string, @"os".err2 error) 311 func (@"os".f3 *@"os".File "esc:0x1") @"os".seek (@"os".offset4 int64, @"os".whence5 int) (@"os".ret1 int64, @"os".err2 error) 312 func (@"os".f3 *@"os".File "esc:0x1") @"os".write (@"os".b4 []byte "esc:0x1") (@"os".n1 int, @"os".err2 error) 313 type @"".stdUI struct { @"".r *@"bufio".Reader } 314 func (@"".ui2 *@"".stdUI "esc:0x1") IsTerminal () (? bool) { return false } 315 func (@"".ui1 *@"".stdUI "esc:0x1") Print (@"".args2 ...interface {} "esc:0x9") 316 func (@"".ui1 *@"".stdUI "esc:0x1") PrintErr (@"".args2 ...interface {} "esc:0x9") 317 func (@"".ui3 *@"".stdUI "esc:0x18a") ReadLine () (? string, ? error) 318 func (@"".ui1 *@"".stdUI "esc:0x1") SetAutoComplete (? func(? string) (? string)) { } 319 func (@"".ui1 *@"".stdUI "esc:0x1") @"".fprint (@"".f2 *@"os".File "esc:0x9", @"".args3 []interface {} "esc:0x9") 320 func @"bufio".NewReader (@"bufio".rd2 @"io".Reader) (? *@"bufio".Reader) { return @"bufio".NewReaderSize(@"bufio".rd2, 0x1000) } 321 var @"os".Stdin *@"os".File 322 var @"cmd/pprof/internal/profile".valueTypeDecoder []@"cmd/pprof/internal/profile".decoder 323 var @"cmd/pprof/internal/profile".mappingDecoder []@"cmd/pprof/internal/profile".decoder 324 var @"cmd/pprof/internal/profile".functionDecoder []@"cmd/pprof/internal/profile".decoder 325 var @"cmd/pprof/internal/profile".lineDecoder []@"cmd/pprof/internal/profile".decoder 326 var @"cmd/pprof/internal/profile".locationDecoder []@"cmd/pprof/internal/profile".decoder 327 var @"cmd/pprof/internal/profile".labelDecoder []@"cmd/pprof/internal/profile".decoder 328 var @"cmd/pprof/internal/profile".sampleDecoder []@"cmd/pprof/internal/profile".decoder 329 var @"cmd/pprof/internal/profile".profileDecoder []@"cmd/pprof/internal/profile".decoder 330 type @"os".PathError struct { Op string; Path string; Err error } 331 func (@"os".e2 *@"os".PathError "esc:0x9") Error () (? string) 332 var @"os".ErrNotExist error 333 var @"bufio".ErrInvalidUnreadByte error 334 var @"bufio".ErrInvalidUnreadRune error 335 var @"time".months [12]string 336 var @"time".days [7]string 337 var @"time".Local *@"time".Location 338 var @"time".UTC *@"time".Location 339 func @"bufio".NewReaderSize (@"bufio".rd2 @"io".Reader, @"bufio".size3 int) (? *@"bufio".Reader) { var @"bufio".b4 *@"bufio".Reader; ; var @"bufio".ok5 bool; ; @"bufio".b4, @"bufio".ok5 = @"bufio".rd2.(*@"bufio".Reader); if @"bufio".ok5 && len(@"bufio".b4.@"bufio".buf) >= @"bufio".size3 { return @"bufio".b4 }; if @"bufio".size3 < 0x10 { @"bufio".size3 = 0x10 }; var @"bufio".r6 *@"bufio".Reader; ; @"bufio".r6 = new(@"bufio".Reader); @"bufio".r6.@"bufio".reset(make([]byte, @"bufio".size3), @"bufio".rd2); return @"bufio".r6 } 340 341 $$ 342 _go_.o 0 0 0 644 102425 ` 343 go object darwin amd64 go1.5.1 X:none 344 345 ! 346 go13ldbufio.a 347 fmt.aos.aregexp.astrings.atime.a8cmd/pprof/internal/profile.a"".NoObjTooleH%H;avfH81H\$@H\$H1HH$HH\$HH\$H\$8H\$HD$ H\$(H\$@H\$0H\$HH8 351 H"type."".noObjTool^type."".ObjToolv>go.itab."".noObjTool."".ObjTool 352 runtime.convT2I 353 0runtime.morestack_noctxt p"".autotmp_0000"type."".noObjTool"".~r0type."".ObjToolpaopV 357 W)Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/plugin.go""".noObjTool.OpeneH%H;aH(1H\$HH\$P1H\$XH\$`HH$HD$H-H(H@HD$ Hl$8HhHl$0=HhH-Hh H-=ufHh(HD$ H1H9t 1H\$HH\$PH\$ H\$`HD$XH(HH$HH\$HH\$HD$L@(L$Hl$HD$ L@L$Hl$HD$ J 359 d"type.os.PathErrorv 360 "runtime.newobject go.string."open"6runtime.writeBarrierEnabledos.ErrNotExistos.ErrNotExist6runtime.writeBarrierEnabled6go.itab.*os.PathError.error$type.*os.PathErrortype.error6go.itab.*os.PathError.error 361 runtime.typ2Itab 362 .runtime.writebarrierptr 363 .runtime.writebarrierptr 364 0runtime.morestack_noctxtpP"".autotmp_0002$type.*os.PathError"".autotmp_0001$type.*os.PathError"".~r3Ptype.error"".~r20type."".ObjFile"".start type.uint64"".filetype.stringPOPt/:QTgclocalsb767a85ad52475ddbcff98293d22a77dTgclocals0c8aa8e80191a30eac23f1a218103f16~prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/plugin.go*"".noObjTool.DemangleeH%H;avVH(1H\$PH\$XHH$HD$HD$HD$H\$ H\$H1H\$PH\$XH( 369 D,type.map[string]string 370 runtime.makemap 371 0runtime.morestack_noctxt`P"".~r2@type.error"".~r10,type.map[string]string"".nametype.[]stringPQOPpF 376 E+Tgclocals6432f8c6a0d23fa7bee6c5d96f21a92aTgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/plugin.go&"".noObjTool.DisasmeH%H;av{H81H\$`H\$hH\$p1H\$xH$HH$HD$1H\$H\$H\$ HL$(HD$01H\$`H\$hH\$pHL$xH$H8l 378 lJgo.string."disassembly not supported" 379 fmt.Errorf 380 0runtime.morestack_noctxtp 381 "".~r4ptype.error"".~r3@type.[]"".Inst"".end0type.uint64"".start type.uint64"".filetype.stringpvop3W 385 XHTgclocals4d8bed7e4976e3d095a9230e496231afTgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/plugin.go,"".noObjTool.SetConfig "".configtype.stringTgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/plugin.go"".StandardUIeH%H$xH;AH1H$H$H1H9OHH$HH$HD$hHT$pHH$HH\$x1H9tH[H-H9HHXH9HD$8HH$HD$HD$PHHl$8=ubH(HD$PH1H9tH\$PH$H$HHH$HH\$HH\$HD$H$Hl$HD$PtHT$0H} HD$0HH$HL$0HD$HD$@HD$HHH$HL$HL$LD$Ht$ Hl$(HT$xH$H$1HL$L$H$H$H$H$HT$XH$HL$`H$H$H$H\$HHt,H$H\$Hl$H-H,$HD$@111HH$HH\$HH\$HD$/2 389 n4go.itab.*os.File.io.Readeros.Stdin$type.*bufio.Readertype."".stdUI 390 "runtime.newobject6runtime.writeBarrierEnabled.go.itab.*"".stdUI."".UItype.*"".stdUItype."".UI.go.itab.*"".stdUI."".UI 391 runtime.typ2Itab 392 .runtime.writebarrierptr"type.bufio.Reader 393 "runtime.newobjecttype.[]uint8 394 "runtime.makeslice 395 runtime.duffzero "type.bufio.Reader 396 (runtime.typedmemmove 397 type.*os.File 398 type.io.Reader 399 4go.itab.*os.File.io.Reader 400 401 runtime.typ2Itab 403 0runtime.morestack_noctxt "".autotmp_0016type.*uint8"".autotmp_0015type.*"".stdUI"".autotmp_0014$type.*bufio.Reader"".autotmp_0012type.io.Reader"".autotmp_0011type.*"".stdUI"".autotmp_0010"type.bufio.Readerbufio.r3type.io.Readerbufio.buf2type.[]uint8bufio.b1$type.*bufio.Readerbufio.r6$type.*bufio.Readerbufio.size3type.intbufio.rd2type.io.Reader"".~r0$type.*bufio.Readerbufio.rd2type.io.Reader"".~r0type."".UI"4" 406 }G.?(Tgclocals0ff332170910c5e93471971e9f7c38ceTgclocals05c207f7fc688fa364060a4cb61d85a2~prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/plugin.go("".(*stdUI).ReadLineeH%H;aH01H\$@H\$H1H\$PH\$XHH$HH\$HD$H\$8H+H,$D$ 408 Hl$HT$HL$ HD$(Hl$@HT$HHL$PHD$XH0_ 410 dos.Stdoutz(go.string."(pprof) " 411 ,os.(*File).WriteString 412 4bufio.(*Reader).ReadString 413 0runtime.morestack_noctxtP`"".~r10type.error"".~r0type.string 416 "".uitype.*"".stdUI`_`/%C 417 OaTgclocals89fe65749ce0afc971c0982226501ff0Tgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/plugin.go""".(*stdUI).PrinteH%H;avAH(H\$0H$HH\$H\$8H\$H\$@H\$H\$HH\$ H( 419 >os.Stderr 420 $"".(*stdUI).fprint 421 0runtime.morestack_noctxt@P"".args&type.[]interface {} 422 "".uitype.*"".stdUIP<OP`8 423 FTgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/plugin.go("".(*stdUI).PrintErreH%H;avAH(H\$0H$HH\$H\$8H\$H\$@H\$H\$HH\$ H( 425 >os.Stderr 426 $"".(*stdUI).fprint 427 0runtime.morestack_noctxt@P"".args&type.[]interface {} 428 "".uitype.*"".stdUIP<OP`8 429 FTgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/plugin.go,"".(*stdUI).IsTerminal D$ "".~r0type.bool 432 "".uitype.*"".stdUITgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/plugin.go6"".(*stdUI).SetAutoComplete 433 "".uitype.*"".stdUITgclocals2a1dd1e1e59d0a384c26951e316cd7e6Tgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/plugin.go$"".(*stdUI).fprinteH%H;aJHxH$H$H$H\$H$H\$H|$Ht$ H|$8H|$HHt$@L LL$XHHt$PHD$`H9HH)HH9H)IHtMH9LD$hL$Hl$pHl$LL$HD$H|$8Ht$@\$ H<u@H$H|$hH|$Ht$pHt$HH\$HD$ H|$(Ht$0H$H$H|$8H|$Ht$@Ht$Hx11 437 | 438 fmt.Sprintgo.string."\n" 439 runtime.eqstringgo.string."\n" 440 *runtime.concatstring2 441 ,os.(*File).WriteString 442 $runtime.panicslice 443 0runtime.morestack_noctxtP"".autotmp_0027type.string"".autotmp_0026type.string"strings.suffix3?type.stringstrings.s2_type.string"".texttype.string"".args &type.[]interface {}"".ftype.*os.File 444 "".uitype.*"".stdUI"&5@%=L[Tgclocals956175074b3249e0865444212394b303Tgclocals5e29cf4e275ff1db65cfee262b3b8d1f~prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/plugin.go"".initeH%H;avRtu 447 $"".initdone<"".initdoneR 448 "runtime.throwinitb"".initdonen 449 bufio.initx 450 fmt.init 451 os.init 452 regexp.init 453 strings.init 454 time.init 455 >cmd/pprof/internal/profile.init"".initdone 456 0runtime.morestack_noctxtppp 457 (HTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/plugin.go("".(*noObjTool).OpeneH%H;aH`HY Ht H|$hH9;uH#1H$H$1H$H$H\$h1H9uEHH$HD$HH\$HD$ HH\$ HD$(HH$HD$H|$hSHD$8Hl$xHhHl$p= H(H$1H\$PH\$X1H\$@H\$HHH$HD$H-H(H@H\$8HD$0L@LD$H\$HH$H\$0H-Hk H-=uwHk(H\$0H\$0H1H9t,HL$01H$H$H$H$H`HH$HH\$HH\$HD$LC(L$Hl$vH$Hl$%0 461 $go.string."plugin"*go.string."noObjTool" go.string."Open" 462 "runtime.panicwraptype.string 463 "runtime.newobject6runtime.writeBarrierEnabled"type.os.PathError 464 "runtime.newobject go.string."open"type.string 465 (runtime.typedmemmoveos.ErrNotExistos.ErrNotExist6runtime.writeBarrierEnabled6go.itab.*os.PathError.error$type.*os.PathErrortype.error6go.itab.*os.PathError.error 466 runtime.typ2Itab 467 .runtime.writebarrierptr 468 .runtime.writebarrierptr 469 0runtime.morestack_noctxt"".autotmp_0031_$type.*os.PathError"".autotmp_0030$type.*os.PathError"".~r3?type.error"".~r2type."".ObjFile"".&fileOtype.*string"".~r3`type.error"".~r2@type."".ObjFile"".start0type.uint64"".filetype.string""..this$type.*"".noObjToolsv?$Tgclocals775bfabe490fa0159036a13eb64f9bedTgclocals80ab1919b0a6321b99c198bcf27982ed<autogenerated>0"".(*noObjTool).DemangleeH%H;a 475 HXHY Ht H|$`H9;uH#1H$H$H\$`1H9uEHH$HD$HH\$HD$ HH\$ HD$(H|$`tyH\$hH\$@H\$pH\$HH\$xH\$P1H\$0H\$8HH$HD$HD$HD$HT$ 1H$H$H$HX%{ 478 $go.string."plugin"*go.string."noObjTool"(go.string."Demangle" 479 "runtime.panicwrap,type.map[string]string 480 runtime.makemap 481 0runtime.morestack_noctxtp"".~r2Otype.error"".name/type.[]string"".~r2Ptype.error"".~r1@,type.map[string]string"".nametype.[]string""..this$type.*"".noObjToolTgclocalsb60dc0a6046c556b02baa766a3fd5a27Tgclocals12fc1489b12fcdedb8fc818b7369b5d9<autogenerated>,"".(*noObjTool).DisasmeH%H;aHHHY Ht H|$PH9;uH#1H\$xH$H$1H$H$H\$P1H9uEHH$HD$HH\$HD$ HH\$ HD$(H\$PHtoH\$XH$H\$`H\$H\$hH\$H\$pH\$Ht$ Hl$(HT$0HL$8HD$@Ht$xH$H$H$H$HH 489 $go.string."plugin"*go.string."noObjTool"$go.string."Disasm" 490 "runtime.panicwrap 491 &"".noObjTool.Disasm 492 0runtime.morestack_noctxt"".~r4type.error"".~r3Ptype.[]"".Inst"".end@type.uint64"".start0type.uint64"".filetype.string""..this$type.*"".noObjToolTgclocals1602f442725c17689874e8f6adba3258Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>2"".(*noObjTool).SetConfigeH%H;aH0HY Ht H|$8H9;uH#H\$81H9uEHH$HD$HH\$HD$ HH\$ HD$( H|$8tH\$@H\$HH0%X 501 x$go.string."plugin"*go.string."noObjTool"*go.string."SetConfig" 502 "runtime.panicwrap 503 0runtime.morestack_noctxt0`"".configtype.string""..this$type.*"".noObjTool`}_` 504 505 w9Tgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>(type..hash.[8]stringeH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([ 507 508 runtime.strhash 509 0runtime.morestack_noctxt0P 510 "".autotmp_0039type.int"".autotmp_0038type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[8]stringPOP 512 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/plugin.go$type..eq.[8]stringeH%H;aHX1HD$(Hl$(H9HD$0H\$`HHHHH3HKH\$hHtvHHHHHCH9uVHt$HH4$HL$PHL$HT$8HT$HD$@HD$\$ t HD$0HHl$(H9nD$pHXD$pHXc 514 515 runtime.eqstring 516 0runtime.morestack_noctxt0"".autotmp_0043?type.string"".autotmp_0042type.string"".autotmp_0041_type.int"".autotmp_0040Otype.int"".~r2 type.bool"".qtype.*[8]string"".ptype.*[8]string& STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440~prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/plugin.go$type..hash."".InsteH%H;aH H\$(H$H<$H\$0H\$HD$HD$H\$(H$H<$H$HD$0HD$HD$H\$(H$H<$t^H$HD$0HD$HD$H\$(H$H<$t,H$(HD$0HD$HD$H\$H\$8H %%%d%' 521 ~ 522 runtime.memhash 523 runtime.strhash 524 runtime.strhash 525 runtime.memhash 526 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".ptype.*"".Inst@?@6>Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/plugin.go type..eq."".InsteH%H;a%HHHL$PHD$XHH(H9t 530 D$`HHHqHIHPH@H9Ht$8H4$HL$@HL$HT$(HT$HD$0HD$\$ H\$PHHSHC H\$XHtxHsHK H9uaHT$(H$HD$0HD$Ht$8Ht$HL$@HL$\$ t+Hl$PH](LD$XIh(H9t 531 D$`HHD$`HHD$`HHjD$`HH 532 533 runtime.eqstring 534 runtime.eqstring 535 0runtime.morestack_noctxt0"".autotmp_0047type.string"".autotmp_0046type.string"".autotmp_0045?type.string"".autotmp_0044type.string"".~r2 type.bool"".qtype.*"".Inst"".ptype.*"".InstJ vTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440~prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/plugin.go"".ObjFile.BaseeH%H;av=HHY Ht H|$H9;uH#H\$ H$H\$H[ H\$H\$(H 540 v 541 0runtime.morestack_noctxt0 "".~r0 type.uint64""..thistype."".ObjFile 8 `` 544 ;%Tgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>$"".ObjFile.BuildIDeH%H;avSHHY Ht H|$ H9;uH#1H\$0H\$8H\$(H$H\$ H[(HL$HD$HL$0HD$8H 547 548 0runtime.morestack_noctxt@0"".~r0 type.string""..thistype."".ObjFile0N/0pp 550 G)Tgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated> "".ObjFile.CloseeH%H;avSHHY Ht H|$ H9;uH#1H\$0H\$8H\$(H$H\$ H[0HL$HD$HL$0HD$8H 553 554 0runtime.morestack_noctxt@0"".~r0 type.error""..thistype."".ObjFile0N/0pp 556 G)Tgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>"".ObjFile.NameeH%H;avSHHY Ht H|$ H9;uH#1H\$0H\$8H\$(H$H\$ H[8HL$HD$HL$0HD$8H 559 560 0runtime.morestack_noctxt@0"".~r0 type.string""..thistype."".ObjFile0N/0pp 562 G)Tgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>*"".ObjFile.SourceLineeH%H;aH8HY Ht H|$@H9;uH#1H\$XH\$`H\$h1H\$pH\$xH\$PH\$H\$HH$H\$@H[@Ht$Hl$HT$ HL$(HD$0Ht$XHl$`HT$hHL$pHD$xH8W 565 566 0runtime.morestack_noctxtp"".~r2`type.error"".~r10type.[]"".Frame"".addr type.uint64""..thistype."".ObjFilepop 569 fJTgclocals6d46c0650eba7dbebc0db316e0e0cf3bTgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>$"".ObjFile.SymbolseH%H;aH@HY Ht H|$HH9;uH#1H\$hH\$pH\$x1H$H$H\$XH\$H\$`H\$H\$PH$H\$HH[HHt$Hl$ HT$(HL$0HD$8Ht$hHl$pHT$xH$H$H@A 572 573 0runtime.morestack_noctxt 574 "".~r3ptype.error"".~r2@type.[]*"".Sym"".addr0type.uint64"".r &type.*regexp.Regexp""..thistype."".ObjFile 578 vJTgclocalsba29f4ffec7cbdbccac9263d9ab0fecfTgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>&type..hash."".FrameeH%H;aH H\$(H$H<$H\$0H\$HD$H\$(H$H<$t^H$HD$0HD$HD$H\$(H$H<$t,H$ HD$0HD$HD$H\$H\$8H %%%i4 580 581 l 582 runtime.strhash 583 runtime.strhash 584 runtime.memhash 585 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".ptype.*"".Frame@?@,5Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/plugin.go"type..eq."".FrameeH%H;a0HHH\$PHH3HKH\$XHHHCH9Ht$8H4$HL$@HL$HT$(HT$HD$0HD$\$ H\$PHHSHCH\$XHtxHsHKH9uaHT$(H$HD$0HD$Ht$8Ht$HL$@HL$\$ t+Hl$PH] LD$XIh H9t 589 D$`HHD$`HHD$`HHjD$`HH 590 591 runtime.eqstring 592 runtime.eqstring 593 0runtime.morestack_noctxt0"".autotmp_0059type.string"".autotmp_0058type.string"".autotmp_0057?type.string"".autotmp_0056type.string"".~r2 type.bool"".qtype.*"".Frame"".ptype.*"".Frame> sTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440~prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/plugin.go&"".ObjTool.DemangleeH%H;av{H8HY Ht H|$@H9;uH#1H\$pH\$xH\$PH\$H\$XH\$H\$`H\$H\$HH$H\$@H[ HT$ HL$(HD$0HT$hHL$pHD$xH8l 598 599 0runtime.morestack_noctxtp"".~r2`type.error"".~r1P,type.map[string]string"".names type.[]string""..thistype."".ObjToolpvop 602 e;Tgclocalsdacebcad73eed5073009fd67170948d0Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>""".ObjTool.DisasmeH%H;aHPHY Ht H|$XH9;uH#1H$H$H$1H$H$H\$hH\$H\$pH\$H\$xH\$H$H\$ H\$`H$H\$XH[(Ht$(Hl$0HT$8HL$@HD$HH$H$H$H$H$HP 605 606 0runtime.morestack_noctxt"".~r4type.error"".~r3`type.[]"".Inst"".endPtype.uint64"".start@type.uint64"".file type.string""..thistype."".ObjToolZTgclocals367ecdb853c4078732fb255f2658ce3fTgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>"".ObjTool.OpeneH%H;aH@HY Ht H|$HH9;uH#1H\$pH\$x1H$H$H\$XH\$H\$`H\$H\$hH\$H\$PH$H\$HH[0Hl$ HT$(HL$0HD$8Hl$pHT$xH$H$H@F 614 615 0runtime.morestack_noctxt 616 "".~r3ptype.error"".~r2Ptype."".ObjFile"".start@type.uint64"".file type.string""..thistype."".ObjTool 619 {ETgclocalsba29f4ffec7cbdbccac9263d9ab0fecfTgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>("".ObjTool.SetConfigeH%H;avGHHY Ht H|$ H9;uH#H\$0H\$H\$8H\$H\$(H$H\$ H[8H 622 623 0runtime.morestack_noctxt@0"".config type.string""..thistype."".ObjTool0B/0 624 `` 625 OTgclocalse5d5edcf53e2c122038779d75a487a60Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated> "".UI.IsTerminaleH%H;av<HHY Ht H|$H9;uH#H\$ H$H\$H[ \$\$(H 628 v 629 0runtime.morestack_noctxt0 "".~r0 type.bool""..thistype."".UI 7 ` ` 631 ;%Tgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>"".UI.PrinteH%H;avQH HY Ht H|$(H9;uH#H\$8H\$H\$@H\$H\$HH\$H\$0H$H\$(H[(H 634 635 0runtime.morestack_noctxtP@""..anon0 &type.[]interface {}""..thistype."".UI@L?@p"p 636 YTgclocals13bdb4aeeaf63de3cc223d640262ea59Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>"".UI.PrintErreH%H;avQH HY Ht H|$(H9;uH#H\$8H\$H\$@H\$H\$HH\$H\$0H$H\$(H[0H 639 640 0runtime.morestack_noctxtP@""..anon0 &type.[]interface {}""..thistype."".UI@L?@p$p 641 YTgclocals13bdb4aeeaf63de3cc223d640262ea59Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>"".UI.ReadLineeH%H;avsH(HY Ht H|$0H9;uH#1H\$@H\$H1H\$PH\$XH\$8H$H\$0H[8Hl$HT$HL$HD$ Hl$@HT$HHL$PHD$XH(t 644 645 0runtime.morestack_noctxt`P"".~r1@type.error"".~r0 type.string""..thistype."".UIPnOP& 648 S=Tgclocalsd98f60bd8519d0c68364b2a1d83af357Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>*"".UI.SetAutoCompleteeH%H;av=HHY Ht H|$H9;uH#H\$(H\$H\$ H$H\$H[@H 651 652 0runtime.morestack_noctxt0 "".complete 0type.func(string) string""..thistype."".UI 8 `(` 653 ETgclocals5c5a9f3dff47a8940bdc317b9324ac2aTgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>"".FlagSet.BooleH%H;avnH8HY Ht H|$@H9;uH#H\$PH\$H\$XH\$\$`\$H\$hH\$ H\$pH\$(H\$HH$H\$@H[ H\$0H\$xH8y 656 657 0runtime.morestack_noctxtp 658 "".~r3ptype.*bool"".usagePtype.string"".def@type.bool"".name type.string""..thistype."".FlagSetpiop* 661 l$Tgclocals12a99cdea97db20a8b75adc6f96ba536Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>*"".FlagSet.ExtraUsageeH%H;avSHHY Ht H|$ H9;uH#1H\$0H\$8H\$(H$H\$ H[(HL$HD$HL$0HD$8H 664 665 0runtime.morestack_noctxt@0"".~r0 type.string""..thistype."".FlagSet0N/0p,p 667 G)Tgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>$"".FlagSet.Float64eH%H;avqH8HY Ht H|$@H9;uH#H\$PH\$H\$XH\$D$`D$H\$hH\$ H\$pH\$(H\$HH$H\$@H[0H\$0H\$xH8v 670 671 0runtime.morestack_noctxtp 672 "".~r3ptype.*float64"".usagePtype.string"".def@type.float64"".name type.string""..thistype."".FlagSetplop. 675 o!Tgclocals12a99cdea97db20a8b75adc6f96ba536Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>"".FlagSet.InteH%H;avoH8HY Ht H|$@H9;uH#H\$PH\$H\$XH\$H\$`H\$H\$hH\$ H\$pH\$(H\$HH$H\$@H[8H\$0H\$xH8x 678 679 0runtime.morestack_noctxtp 680 "".~r3ptype.*int"".usagePtype.string"".def@type.int"".name type.string""..thistype."".FlagSetpjop0 683 m#Tgclocals12a99cdea97db20a8b75adc6f96ba536Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated> "".FlagSet.ParseeH%H;avlH(HY Ht H|$0H9;uH#1H\$HH\$PH\$XH\$@H\$H\$8H$H\$0H[@HT$HL$HD$ HT$HHL$PHD$XH({ 686 687 0runtime.morestack_noctxt`P"".~r10type.[]string"".usage type.func()""..thistype."".FlagSetPgOP2 689 V:Tgclocals13a990b4a341857296a1c12de153dcaaTgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>""".FlagSet.StringeH%H;avH@HY Ht H|$HH9;uH#H\$XH\$H\$`H\$H\$hH\$H\$pH\$ H\$xH\$(H$H\$0H\$PH$H\$HH[HH\$8H$H@h 692 693 0runtime.morestack_noctxt 694 "".~r3type.*string"".usage`type.string"".def@type.string"".name type.string""..thistype."".FlagSetz4 697 z&Tgclocals72494b7a18bb1900ec3de1c3f3f8fc78Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>0>go.itab."".noObjTool."".ObjToolTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals23e8278e2b69a3a75fa59b23c49ed6ad06go.itab.*os.PathError.error(go.string.hdr."open" go.string."open" go.string."open" 698 openTgclocals0c8aa8e80191a30eac23f1a218103f16 Tgclocalsb767a85ad52475ddbcff98293d22a77d Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals6432f8c6a0d23fa7bee6c5d96f21a92aRgo.string.hdr."disassembly not supported" Jgo.string."disassembly not supported"Jgo.string."disassembly not supported"@4disassembly not supportedTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals4d8bed7e4976e3d095a9230e496231af Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3f5c1f818fa7055d0400cecd3405716204go.itab.*os.File.io.Reader0.go.itab.*"".stdUI."".UITgclocals05c207f7fc688fa364060a4cb61d85a2@@Tgclocals0ff332170910c5e93471971e9f7c38ce@@0go.string.hdr."(pprof) " (go.string."(pprof) "(go.string."(pprof) " (pprof) Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals89fe65749ce0afc971c0982226501ff0Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals2a1dd1e1e59d0a384c26951e316cd7e6$go.string.hdr."\n" go.string."\n"go.string."\n" 699 Tgclocals5e29cf4e275ff1db65cfee262b3b8d1f Tgclocals956175074b3249e0865444212394b303 Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cb0"".initdonetype.uint8"".NoObjToolf"".NoObjTool("".noObjTool.Openf""".noObjTool.Open0"".noObjTool.Demanglef*"".noObjTool.Demangle,"".noObjTool.Disasmf&"".noObjTool.Disasm2"".noObjTool.SetConfigf,"".noObjTool.SetConfig "".StandardUIf"".StandardUI."".(*stdUI).ReadLinef("".(*stdUI).ReadLine("".(*stdUI).Printf""".(*stdUI).Print."".(*stdUI).PrintErrf("".(*stdUI).PrintErr2"".(*stdUI).IsTerminalf,"".(*stdUI).IsTerminal<"".(*stdUI).SetAutoCompletef6"".(*stdUI).SetAutoComplete*"".(*stdUI).fprintf$"".(*stdUI).fprint"".initf"".init"runtime.gcbits.01Bgo.string.hdr."*plugin.noObjTool" :go.string."*plugin.noObjTool":go.string."*plugin.noObjTool"0$*plugin.noObjTool,go.string.hdr."plugin" $go.string."plugin"$go.string."plugin"plugin2go.string.hdr."noObjTool" *go.string."noObjTool"*go.string."noObjTool" noObjTool(go.string.hdr."Open" go.string."Open" go.string."Open" 700 OpenTgclocals80ab1919b0a6321b99c198bcf27982ed((Tgclocals775bfabe490fa0159036a13eb64f9bed((0go.string.hdr."Demangle" (go.string."Demangle"(go.string."Demangle" DemangleTgclocals12fc1489b12fcdedb8fc818b7369b5d9Tgclocalsb60dc0a6046c556b02baa766a3fd5a27,go.string.hdr."Disasm" $go.string."Disasm"$go.string."Disasm"DisasmTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals1602f442725c17689874e8f6adba3258 701 2go.string.hdr."SetConfig" *go.string."SetConfig"*go.string."SetConfig" SetConfigTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3bb21ca8fe1d99a3e492463bd711418a0go.string.hdr."[]string" (go.string."[]string"(go.string."[]string" []stringtype.[]string 702 0 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."[]string"p,go.weak.type.*[]string"runtime.zerovaluetype.string:go.typelink.[]string []stringtype.[]string.go.string.hdr."[]uint8" &go.string."[]uint8"&go.string."[]uint8"[]uint8type.[]uint8~.80 runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[]uint8"p*go.weak.type.*[]uint8"runtime.zerovaluetype.uint86go.typelink.[]uint8 []uint8type.[]uint8runtime.gcbits.0go.string.hdr."[8]uint8" (go.string."[8]uint8"(go.string."[8]uint8" [8]uint8type.[8]uint8>00 runtime.algarray@runtime.gcbits.P0go.string.hdr."[8]uint8"p,go.weak.type.*[8]uint8"runtime.zerovaluetype.uint8type.[]uint8:go.typelink.[8]uint8 [8]uint8type.[8]uint8Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a0type..hashfunc.[8]string(type..hash.[8]string,type..eqfunc.[8]string$type..eq.[8]string&type..alg.[8]string 0type..hashfunc.[8]string,type..eqfunc.[8]string&runtime.gcbits.5555UU2go.string.hdr."[8]string" *go.string."[8]string"*go.string."[8]string" [8]stringtype.[8]stringxUS>0&type..alg.[8]string@&runtime.gcbits.5555P2go.string.hdr."[8]string"p.go.weak.type.*[8]string"runtime.zerovaluetype.stringtype.[]string>go.typelink.[8]string [8]stringtype.[8]stringRgo.string.hdr."*map.bucket[string]string" Jgo.string."*map.bucket[string]string"Jgo.string."*map.bucket[string]string"@4*map.bucket[string]string<type.*map.bucket[string]stringte60 runtime.algarray@"runtime.gcbits.01PRgo.string.hdr."*map.bucket[string]string"pNgo.weak.type.**map.bucket[string]string"runtime.zerovalue:type.map.bucket[string]string2runtime.gcbits.aaaaaaaa02 706 707 Pgo.string.hdr."map.bucket[string]string" Hgo.string."map.bucket[string]string"Hgo.string."map.bucket[string]string"@2map.bucket[string]string.go.string.hdr."topbits" &go.string."topbits"&go.string."topbits"topbits(go.string.hdr."keys" go.string."keys" go.string."keys" 708 keys,go.string.hdr."values" $go.string."values"$go.string."values"values0go.string.hdr."overflow" (go.string."overflow"(go.string."overflow" overflow:type.map.bucket[string]string>0 runtime.algarray@2runtime.gcbits.aaaaaaaa02PPgo.string.hdr."map.bucket[string]string"pLgo.weak.type.*map.bucket[string]string"runtime.zerovalue:type.map.bucket[string]string.go.string.hdr."topbits"type.[8]uint8(go.string.hdr."keys"type.[8]string,go.string.hdr."values"type.[8]string0go.string.hdr."overflow"<type.*map.bucket[string]string"runtime.gcbits.2c,Jgo.string.hdr."map.hdr[string]string" Bgo.string."map.hdr[string]string"Bgo.string."map.hdr[string]string"0,map.hdr[string]string*go.string.hdr."count" "go.string."count""go.string."count"count*go.string.hdr."flags" "go.string."flags""go.string."flags"flags"go.string.hdr."B" go.string."B"go.string."B"B*go.string.hdr."hash0" "go.string."hash0""go.string."hash0"hash0.go.string.hdr."buckets" &go.string."buckets"&go.string."buckets"buckets4go.string.hdr."oldbuckets" 712 ,go.string."oldbuckets",go.string."oldbuckets" oldbuckets2go.string.hdr."nevacuate" *go.string."nevacuate"*go.string."nevacuate" nevacuate4type.map.hdr[string]string00mlh (,0 runtime.algarray@"runtime.gcbits.2cPJgo.string.hdr."map.hdr[string]string"pFgo.weak.type.*map.hdr[string]string"runtime.zerovalue4type.map.hdr[string]string*go.string.hdr."count"type.int*go.string.hdr."flags"type.uint8"go.string.hdr."B"type.uint8*go.string.hdr."hash0"type.uint32.go.string.hdr."buckets"<type.*map.bucket[string]string4go.string.hdr."oldbuckets"<type.*map.bucket[string]string2go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.PointerBgo.string.hdr."map[string]string" :go.string."map[string]string":go.string."map[string]string"0$map[string]string,type.map[string]stringY)50 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."map[string]string"p>go.weak.type.*map[string]string"runtime.zerovaluetype.stringtype.string:type.map.bucket[string]string4type.map.hdr[string]string^go.typelink.map[string]string map[string]string,type.map[string]stringgo.string.hdr."func(*plugin.noObjTool, []string) (map[string]string, error)" <go.string."func(*plugin.noObjTool, []string) (map[string]string, error)"go.string."func(*plugin.noObjTool, []string) (map[string]string, error)"zfunc(*plugin.noObjTool, []string) (map[string]string, error)ztype.func(*"".noObjTool, []string) (map[string]string, error)R\30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*plugin.noObjTool, []string) (map[string]string, error)"pgo.weak.type.*func(*"".noObjTool, []string) (map[string]string, error)"runtime.zerovalueztype.func(*"".noObjTool, []string) (map[string]string, error)ztype.func(*"".noObjTool, []string) (map[string]string, error)$type.*"".noObjTooltype.[]string,type.map[string]stringtype.errorgo.typelink.func(*plugin.noObjTool, []string) (map[string]string, error) func(*"".noObjTool, []string) (map[string]string, error)ztype.func(*"".noObjTool, []string) (map[string]string, error)Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a,type..hashfunc."".Inst$type..hash."".Inst(type..eqfunc."".Inst type..eq."".Inst"type..alg."".Inst ,type..hashfunc."".Inst(type..eqfunc."".Inst8go.string.hdr."*plugin.Inst" 0go.string."*plugin.Inst"0go.string."*plugin.Inst" *plugin.Insttype.*"".InstC60 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."*plugin.Inst"p,go.weak.type.**"".Inst"runtime.zerovaluetype."".Inst"runtime.gcbits.0a 716 6go.string.hdr."plugin.Inst" .go.string."plugin.Inst".go.string."plugin.Inst" plugin.Inst(go.string.hdr."Addr" go.string."Addr" go.string."Addr" 718 Addr(go.string.hdr."Text" go.string."Text" go.string."Text" 719 Text(go.string.hdr."File" go.string."File" go.string."File" 720 File(go.string.hdr."Line" go.string."Line" go.string."Line" 721 Line(go.string.hdr."Inst" go.string."Inst" go.string."Inst" 722 InstRgo.string.hdr."cmd/pprof/internal/plugin" Jgo.string."cmd/pprof/internal/plugin"Jgo.string."cmd/pprof/internal/plugin"@4cmd/pprof/internal/plugin"go.importpath."". Jgo.string."cmd/pprof/internal/plugin"type."".Inst0 2($0"type..alg."".Inst@"runtime.gcbits.0aP6go.string.hdr."plugin.Inst"ptype.*"".Inst"runtime.zerovaluetype."".Inst(go.string.hdr."Addr"type.uint64(go.string.hdr."Text"type.string(go.string.hdr."File"type.string(go.string.hdr."Line"type.int`type."".Inst(go.string.hdr."Inst""go.importpath."".type."".Inst:go.string.hdr."[]plugin.Inst" 2go.string."[]plugin.Inst"2go.string."[]plugin.Inst" []plugin.Insttype.[]"".Inst0 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."[]plugin.Inst"p.go.weak.type.*[]"".Inst"runtime.zerovaluetype."".InstFgo.typelink.[]plugin.Inst []"".Insttype.[]"".Instgo.string.hdr."func(*plugin.noObjTool, string, uint64, uint64) ([]plugin.Inst, error)" Fgo.string."func(*plugin.noObjTool, string, uint64, uint64) ([]plugin.Inst, error)"go.string."func(*plugin.noObjTool, string, uint64, uint64) ([]plugin.Inst, error)"func(*plugin.noObjTool, string, uint64, uint64) ([]plugin.Inst, error)type.func(*"".noObjTool, string, uint64, uint64) ([]"".Inst, error)N30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*plugin.noObjTool, string, uint64, uint64) ([]plugin.Inst, error)"pgo.weak.type.*func(*"".noObjTool, string, uint64, uint64) ([]"".Inst, error)"runtime.zerovaluetype.func(*"".noObjTool, string, uint64, uint64) ([]"".Inst, error)type.func(*"".noObjTool, string, uint64, uint64) ([]"".Inst, error)$type.*"".noObjTooltype.stringtype.uint64type.uint64type.[]"".Insttype.errorgo.typelink.func(*plugin.noObjTool, string, uint64, uint64) ([]plugin.Inst, error) func(*"".noObjTool, string, uint64, uint64) ([]"".Inst, error)type.func(*"".noObjTool, string, uint64, uint64) ([]"".Inst, error)Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals6d46c0650eba7dbebc0db316e0e0cf3bTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsba29f4ffec7cbdbccac9263d9ab0fecf :go.string.hdr."func() uint64" 2go.string."func() uint64"2go.string."func() uint64" func() uint64$type.func() uint64$30 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."func() uint64"p6go.weak.type.*func() uint64"runtime.zerovalue$type.func() uint64$type.func() uint64type.uint64Ngo.typelink.func() uint64 func() uint64$type.func() uint64:go.string.hdr."func() string" 2go.string."func() string"2go.string."func() string" func() string$type.func() stringm30 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."func() string"p6go.weak.type.*func() string"runtime.zerovalue$type.func() string$type.func() stringtype.stringNgo.typelink.func() string func() string$type.func() string8go.string.hdr."func() error" 0go.string."func() error"0go.string."func() error" func() error"type.func() error30 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."func() error"p4go.weak.type.*func() error"runtime.zerovalue"type.func() error"type.func() errortype.errorJgo.typelink.func() error func() error"type.func() errorTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a.type..hashfunc."".Frame&type..hash."".Frame*type..eqfunc."".Frame"type..eq."".Frame$type..alg."".Frame .type..hashfunc."".Frame*type..eqfunc."".Frame:go.string.hdr."*plugin.Frame" 2go.string."*plugin.Frame"2go.string."*plugin.Frame" *plugin.Frametype.*"".Framev/j60 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."*plugin.Frame"p.go.weak.type.**"".Frame"runtime.zerovaluetype."".Frame"runtime.gcbits.058go.string.hdr."plugin.Frame" 0go.string."plugin.Frame"0go.string."plugin.Frame" plugin.Frame(go.string.hdr."Func" go.string."Func" go.string."Func" 732 Func*go.string.hdr."Frame" "go.string."Frame""go.string."Frame"Frametype."".Frame( 0$type..alg."".Frame@"runtime.gcbits.05P8go.string.hdr."plugin.Frame"ptype.*"".Frame"runtime.zerovaluetype."".Frame(go.string.hdr."Func"type.string(go.string.hdr."File"type.string(go.string.hdr."Line"type.int`type."".Frame*go.string.hdr."Frame""go.importpath."".type."".Frame<go.string.hdr."[]plugin.Frame" 4go.string."[]plugin.Frame"4go.string."[]plugin.Frame" []plugin.Frametype.[]"".Frame0 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."[]plugin.Frame"p0go.weak.type.*[]"".Frame"runtime.zerovaluetype."".FrameJgo.typelink.[]plugin.Frame []"".Frametype.[]"".Framehgo.string.hdr."func(uint64) ([]plugin.Frame, error)" $`go.string."func(uint64) ([]plugin.Frame, error)"`go.string."func(uint64) ([]plugin.Frame, error)"PJfunc(uint64) ([]plugin.Frame, error)Jtype.func(uint64) ([]"".Frame, error)dpY30 runtime.algarray@"runtime.gcbits.01Phgo.string.hdr."func(uint64) ([]plugin.Frame, error)"p\go.weak.type.*func(uint64) ([]"".Frame, error)"runtime.zerovalueJtype.func(uint64) ([]"".Frame, error)Jtype.func(uint64) ([]"".Frame, error)type.uint64type.[]"".Frametype.errorgo.typelink.func(uint64) ([]plugin.Frame, error) func(uint64) ([]"".Frame, error)Jtype.func(uint64) ([]"".Frame, error)"runtime.gcbits.09 4go.string.hdr."plugin.Sym" 735 ,go.string."plugin.Sym",go.string."plugin.Sym" plugin.Sym(go.string.hdr."Name" go.string."Name" go.string."Name" 736 Name*go.string.hdr."Start" "go.string."Start""go.string."Start"Start&go.string.hdr."End" go.string."End"go.string."End"End&go.string.hdr."Sym" go.string."Sym"go.string."Sym"Symtype."".Sym8 vX(0$0 runtime.algarray@"runtime.gcbits.09P4go.string.hdr."plugin.Sym"ptype.*"".Sym"runtime.zerovaluetype."".Sym(go.string.hdr."Name"type.[]string(go.string.hdr."File"type.string*go.string.hdr."Start"type.uint64&go.string.hdr."End"type.uint64`type."".Sym&go.string.hdr."Sym""go.importpath."".type."".Sym6go.string.hdr."*plugin.Sym" .go.string."*plugin.Sym".go.string."*plugin.Sym" *plugin.Symtype.*"".Sym*u60 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."*plugin.Sym"p*go.weak.type.**"".Sym"runtime.zerovaluetype."".Sym:go.string.hdr."[]*plugin.Sym" 2go.string."[]*plugin.Sym"2go.string."[]*plugin.Sym" []*plugin.Symtype.[]*"".SymkJ0 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."[]*plugin.Sym"p.go.weak.type.*[]*"".Sym"runtime.zerovaluetype.*"".SymFgo.typelink.[]*plugin.Sym []*"".Symtype.[]*"".Symgo.string.hdr."func(*regexp.Regexp, uint64) ([]*plugin.Sym, error)" 3~go.string."func(*regexp.Regexp, uint64) ([]*plugin.Sym, error)"~go.string."func(*regexp.Regexp, uint64) ([]*plugin.Sym, error)"phfunc(*regexp.Regexp, uint64) ([]*plugin.Sym, error)htype.func(*regexp.Regexp, uint64) ([]*"".Sym, error)kJ30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*regexp.Regexp, uint64) ([]*plugin.Sym, error)"pzgo.weak.type.*func(*regexp.Regexp, uint64) ([]*"".Sym, error)"runtime.zerovaluehtype.func(*regexp.Regexp, uint64) ([]*"".Sym, error)htype.func(*regexp.Regexp, uint64) ([]*"".Sym, error)&type.*regexp.Regexptype.uint64type.[]*"".Symtype.errorgo.typelink.func(*regexp.Regexp, uint64) ([]*plugin.Sym, error) func(*regexp.Regexp, uint64) ([]*"".Sym, error)htype.func(*regexp.Regexp, uint64) ([]*"".Sym, error)>go.string.hdr."*plugin.ObjFile" 6go.string."*plugin.ObjFile"6go.string."*plugin.ObjFile" *plugin.ObjFile type.*"".ObjFilePQ60 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."*plugin.ObjFile"p2go.weak.type.**"".ObjFile"runtime.zerovaluetype."".ObjFile"runtime.gcbits.03<go.string.hdr."plugin.ObjFile" 4go.string."plugin.ObjFile"4go.string."plugin.ObjFile" plugin.ObjFile(go.string.hdr."Base" go.string."Base" go.string."Base" 743 Base.go.string.hdr."BuildID" &go.string."BuildID"&go.string."BuildID"BuildID*go.string.hdr."Close" "go.string."Close""go.string."Close"Close4go.string.hdr."SourceLine" 745 ,go.string."SourceLine",go.string."SourceLine" SourceLine.go.string.hdr."Symbols" &go.string."Symbols"&go.string."Symbols"Symbols.go.string.hdr."ObjFile" &go.string."ObjFile"&go.string."ObjFile"ObjFiletype."".ObjFile"q,0 runtime.algarray@"runtime.gcbits.03P<go.string.hdr."plugin.ObjFile"p type.*"".ObjFile"runtime.zerovaluetype."".ObjFile(go.string.hdr."Base"$type.func() uint64.go.string.hdr."BuildID"$type.func() string*go.string.hdr."Close""type.func() error(go.string.hdr."Name"$type.func() string4go.string.hdr."SourceLine"Jtype.func(uint64) ([]"".Frame, error).go.string.hdr."Symbols"htype.func(*regexp.Regexp, uint64) ([]*"".Sym, error)`type."".ObjFile.go.string.hdr."ObjFile""go.importpath."".type."".ObjFilego.string.hdr."func(*plugin.noObjTool, string, uint64) (plugin.ObjFile, error)" ?go.string."func(*plugin.noObjTool, string, uint64) (plugin.ObjFile, error)"go.string."func(*plugin.noObjTool, string, uint64) (plugin.ObjFile, error)"func(*plugin.noObjTool, string, uint64) (plugin.ObjFile, error)xtype.func(*"".noObjTool, string, uint64) ("".ObjFile, error)$o30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*plugin.noObjTool, string, uint64) (plugin.ObjFile, error)"pgo.weak.type.*func(*"".noObjTool, string, uint64) ("".ObjFile, error)"runtime.zerovaluextype.func(*"".noObjTool, string, uint64) ("".ObjFile, error)xtype.func(*"".noObjTool, string, uint64) ("".ObjFile, error)$type.*"".noObjTooltype.stringtype.uint64type."".ObjFiletype.errorgo.typelink.func(*plugin.noObjTool, string, uint64) (plugin.ObjFile, error) func(*"".noObjTool, string, uint64) ("".ObjFile, error)xtype.func(*"".noObjTool, string, uint64) ("".ObjFile, error)^go.string.hdr."func(*plugin.noObjTool, string)" Vgo.string."func(*plugin.noObjTool, string)"Vgo.string."func(*plugin.noObjTool, string)"@@func(*plugin.noObjTool, string)@type.func(*"".noObjTool, string)30 runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func(*plugin.noObjTool, string)"pRgo.weak.type.*func(*"".noObjTool, string)"runtime.zerovalue@type.func(*"".noObjTool, string)@type.func(*"".noObjTool, string)$type.*"".noObjTooltype.stringgo.typelink.func(*plugin.noObjTool, string) func(*"".noObjTool, string)@type.func(*"".noObjTool, string)rgo.string.hdr."func([]string) (map[string]string, error)" )jgo.string."func([]string) (map[string]string, error)"jgo.string."func([]string) (map[string]string, error)"`Tfunc([]string) (map[string]string, error)\type.func([]string) (map[string]string, error)OLk30 runtime.algarray@"runtime.gcbits.01Prgo.string.hdr."func([]string) (map[string]string, error)"pngo.weak.type.*func([]string) (map[string]string, error)"runtime.zerovalue\type.func([]string) (map[string]string, error)\type.func([]string) (map[string]string, error)type.[]string,type.map[string]stringtype.errorgo.typelink.func([]string) (map[string]string, error) func([]string) (map[string]string, error)\type.func([]string) (map[string]string, error)go.string.hdr."func(string, uint64, uint64) ([]plugin.Inst, error)" 3~go.string."func(string, uint64, uint64) ([]plugin.Inst, error)"~go.string."func(string, uint64, uint64) ([]plugin.Inst, error)"phfunc(string, uint64, uint64) ([]plugin.Inst, error)htype.func(string, uint64, uint64) ([]"".Inst, error)30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(string, uint64, uint64) ([]plugin.Inst, error)"pzgo.weak.type.*func(string, uint64, uint64) ([]"".Inst, error)"runtime.zerovaluehtype.func(string, uint64, uint64) ([]"".Inst, error)htype.func(string, uint64, uint64) ([]"".Inst, error)type.stringtype.uint64type.uint64type.[]"".Insttype.errorgo.typelink.func(string, uint64, uint64) ([]plugin.Inst, error) func(string, uint64, uint64) ([]"".Inst, error)htype.func(string, uint64, uint64) ([]"".Inst, error)xgo.string.hdr."func(string, uint64) (plugin.ObjFile, error)" ,pgo.string."func(string, uint64) (plugin.ObjFile, error)"pgo.string."func(string, uint64) (plugin.ObjFile, error)"`Zfunc(string, uint64) (plugin.ObjFile, error)Ztype.func(string, uint64) ("".ObjFile, error) 30 runtime.algarray@"runtime.gcbits.01Pxgo.string.hdr."func(string, uint64) (plugin.ObjFile, error)"plgo.weak.type.*func(string, uint64) ("".ObjFile, error)"runtime.zerovalueZtype.func(string, uint64) ("".ObjFile, error)Ztype.func(string, uint64) ("".ObjFile, error)type.stringtype.uint64type."".ObjFiletype.errorgo.typelink.func(string, uint64) (plugin.ObjFile, error) func(string, uint64) ("".ObjFile, error)Ztype.func(string, uint64) ("".ObjFile, error)8go.string.hdr."func(string)" 0go.string."func(string)"0go.string."func(string)" func(string)"type.func(string)30 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."func(string)"p4go.weak.type.*func(string)"runtime.zerovalue"type.func(string)"type.func(string)type.stringJgo.typelink.func(string) func(string)"type.func(string)$type.*"".noObjToolX680 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."*plugin.noObjTool"p6go.weak.type.**"".noObjTool"runtime.zerovalue"type."".noObjTool`$type.*"".noObjTool$type.*"".noObjTool0go.string.hdr."Demangle"\type.func([]string) (map[string]string, error)ztype.func(*"".noObjTool, []string) (map[string]string, error)0"".(*noObjTool).Demangle0"".(*noObjTool).Demangle,go.string.hdr."Disasm"htype.func(string, uint64, uint64) ([]"".Inst, error)type.func(*"".noObjTool, string, uint64, uint64) ([]"".Inst, error),"".(*noObjTool).Disasm,"".(*noObjTool).Disasm(go.string.hdr."Open"Ztype.func(string, uint64) ("".ObjFile, error)xtype.func(*"".noObjTool, string, uint64) ("".ObjFile, error)("".(*noObjTool).Open("".(*noObjTool).Open2go.string.hdr."SetConfig""type.func(string)@type.func(*"".noObjTool, string)2"".(*noObjTool).SetConfig2"".(*noObjTool).SetConfig@go.string.hdr."plugin.noObjTool" 8go.string."plugin.noObjTool"8go.string."plugin.noObjTool"0"plugin.noObjToolgo.string.hdr."func(plugin.noObjTool, []string) (map[string]string, error)" ;go.string."func(plugin.noObjTool, []string) (map[string]string, error)"go.string."func(plugin.noObjTool, []string) (map[string]string, error)"xfunc(plugin.noObjTool, []string) (map[string]string, error)xtype.func("".noObjTool, []string) (map[string]string, error)a30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(plugin.noObjTool, []string) (map[string]string, error)"pgo.weak.type.*func("".noObjTool, []string) (map[string]string, error)"runtime.zerovaluextype.func("".noObjTool, []string) (map[string]string, error)xtype.func("".noObjTool, []string) (map[string]string, error)"type."".noObjTooltype.[]string,type.map[string]stringtype.errorgo.typelink.func(plugin.noObjTool, []string) (map[string]string, error) func("".noObjTool, []string) (map[string]string, error)xtype.func("".noObjTool, []string) (map[string]string, error)go.string.hdr."func(plugin.noObjTool, string, uint64, uint64) ([]plugin.Inst, error)" Ego.string."func(plugin.noObjTool, string, uint64, uint64) ([]plugin.Inst, error)"go.string."func(plugin.noObjTool, string, uint64, uint64) ([]plugin.Inst, error)"func(plugin.noObjTool, string, uint64, uint64) ([]plugin.Inst, error)type.func("".noObjTool, string, uint64, uint64) ([]"".Inst, error)nf30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(plugin.noObjTool, string, uint64, uint64) ([]plugin.Inst, error)"pgo.weak.type.*func("".noObjTool, string, uint64, uint64) ([]"".Inst, error)"runtime.zerovaluetype.func("".noObjTool, string, uint64, uint64) ([]"".Inst, error)type.func("".noObjTool, string, uint64, uint64) ([]"".Inst, error)"type."".noObjTooltype.stringtype.uint64type.uint64type.[]"".Insttype.errorgo.typelink.func(plugin.noObjTool, string, uint64, uint64) ([]plugin.Inst, error) func("".noObjTool, string, uint64, uint64) ([]"".Inst, error)type.func("".noObjTool, string, uint64, uint64) ([]"".Inst, error)go.string.hdr."func(plugin.noObjTool, string, uint64) (plugin.ObjFile, error)" >go.string."func(plugin.noObjTool, string, uint64) (plugin.ObjFile, error)"go.string."func(plugin.noObjTool, string, uint64) (plugin.ObjFile, error)"~func(plugin.noObjTool, string, uint64) (plugin.ObjFile, error)vtype.func("".noObjTool, string, uint64) ("".ObjFile, error) 430 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(plugin.noObjTool, string, uint64) (plugin.ObjFile, error)"pgo.weak.type.*func("".noObjTool, string, uint64) ("".ObjFile, error)"runtime.zerovaluevtype.func("".noObjTool, string, uint64) ("".ObjFile, error)vtype.func("".noObjTool, string, uint64) ("".ObjFile, error)"type."".noObjTooltype.stringtype.uint64type."".ObjFiletype.errorgo.typelink.func(plugin.noObjTool, string, uint64) (plugin.ObjFile, error) func("".noObjTool, string, uint64) ("".ObjFile, error)vtype.func("".noObjTool, string, uint64) ("".ObjFile, error)\go.string.hdr."func(plugin.noObjTool, string)" Tgo.string."func(plugin.noObjTool, string)"Tgo.string."func(plugin.noObjTool, string)"@>func(plugin.noObjTool, string)>type.func("".noObjTool, string)r7630 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."func(plugin.noObjTool, string)"pPgo.weak.type.*func("".noObjTool, string)"runtime.zerovalue>type.func("".noObjTool, string)>type.func("".noObjTool, string)"type."".noObjTooltype.stringgo.typelink.func(plugin.noObjTool, string) func("".noObjTool, string)>type.func("".noObjTool, string)"type."".noObjToolKj<0 runtime.algarray@runtime.gcbits.P@go.string.hdr."plugin.noObjTool"p$type.*"".noObjTool"runtime.zerovalue"type."".noObjTool`"type."".noObjTool2go.string.hdr."noObjTool""go.importpath.""."type."".noObjTool0go.string.hdr."Demangle"\type.func([]string) (map[string]string, error)xtype.func("".noObjTool, []string) (map[string]string, error)0"".(*noObjTool).Demangle*"".noObjTool.Demangle,go.string.hdr."Disasm"htype.func(string, uint64, uint64) ([]"".Inst, error)type.func("".noObjTool, string, uint64, uint64) ([]"".Inst, error),"".(*noObjTool).Disasm&"".noObjTool.Disasm(go.string.hdr."Open"Ztype.func(string, uint64) ("".ObjFile, error)vtype.func("".noObjTool, string, uint64) ("".ObjFile, error)("".(*noObjTool).Open""".noObjTool.Open2go.string.hdr."SetConfig""type.func(string)>type.func("".noObjTool, string)2"".(*noObjTool).SetConfig,"".noObjTool.SetConfigTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsdacebcad73eed5073009fd67170948d0Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals367ecdb853c4078732fb255f2658ce3fTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsba29f4ffec7cbdbccac9263d9ab0fecf Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalse5d5edcf53e2c122038779d75a487a60>go.string.hdr."*plugin.ObjTool" 6go.string."*plugin.ObjTool"6go.string."*plugin.ObjTool" *plugin.ObjTool type.*"".ObjTools:60 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."*plugin.ObjTool"p2go.weak.type.**"".ObjTool"runtime.zerovaluetype."".ObjTool<go.string.hdr."plugin.ObjTool" 4go.string."plugin.ObjTool"4go.string."plugin.ObjTool" plugin.ObjTool.go.string.hdr."ObjTool" &go.string."ObjTool"&go.string."ObjTool"ObjTooltype."".ObjTool#$0 runtime.algarray@"runtime.gcbits.03P<go.string.hdr."plugin.ObjTool"p type.*"".ObjTool"runtime.zerovaluetype."".ObjTool0go.string.hdr."Demangle"\type.func([]string) (map[string]string, error),go.string.hdr."Disasm"htype.func(string, uint64, uint64) ([]"".Inst, error)(go.string.hdr."Open"Ztype.func(string, uint64) ("".ObjFile, error)2go.string.hdr."SetConfig""type.func(string)`type."".ObjTool.go.string.hdr."ObjTool""go.importpath."".type."".ObjTool:go.string.hdr."*plugin.stdUI" 2go.string."*plugin.stdUI"2go.string."*plugin.stdUI" *plugin.stdUIPgo.string.hdr."func(*plugin.stdUI) bool" Hgo.string."func(*plugin.stdUI) bool"Hgo.string."func(*plugin.stdUI) bool"@2func(*plugin.stdUI) bool2type.func(*"".stdUI) boolq30 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."func(*plugin.stdUI) bool"pDgo.weak.type.*func(*"".stdUI) bool"runtime.zerovalue2type.func(*"".stdUI) bool2type.func(*"".stdUI) booltype.*"".stdUItype.boolrgo.typelink.func(*plugin.stdUI) bool func(*"".stdUI) bool2type.func(*"".stdUI) bool8go.string.hdr."interface {}" 0go.string."interface {}"0go.string."interface {}" interface {}"type.interface {}W0 runtime.algarray@"runtime.gcbits.03P8go.string.hdr."interface {}"p4go.weak.type.*interface {}"runtime.zerovalue"type.interface {}<go.string.hdr."[]interface {}" 4go.string."[]interface {}"4go.string."[]interface {}" []interface {}&type.[]interface {}p/0 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."[]interface {}"p8go.weak.type.*[]interface {}"runtime.zerovalue"type.interface {}Rgo.typelink.[]interface {} []interface {}&type.[]interface {}hgo.string.hdr."func(*plugin.stdUI, ...interface {})" $`go.string."func(*plugin.stdUI, ...interface {})"`go.string."func(*plugin.stdUI, ...interface {})"PJfunc(*plugin.stdUI, ...interface {})Jtype.func(*"".stdUI, ...interface {})30 runtime.algarray@"runtime.gcbits.01Phgo.string.hdr."func(*plugin.stdUI, ...interface {})"p\go.weak.type.*func(*"".stdUI, ...interface {})"runtime.zerovalueJtype.func(*"".stdUI, ...interface {})Jtype.func(*"".stdUI, ...interface {})type.*"".stdUI&type.[]interface {}go.typelink.func(*plugin.stdUI, ...interface {}) func(*"".stdUI, ...interface {})Jtype.func(*"".stdUI, ...interface {})fgo.string.hdr."func(*plugin.stdUI) (string, error)" #^go.string."func(*plugin.stdUI) (string, error)"^go.string."func(*plugin.stdUI) (string, error)"PHfunc(*plugin.stdUI) (string, error)Htype.func(*"".stdUI) (string, error)wB.30 runtime.algarray@"runtime.gcbits.01Pfgo.string.hdr."func(*plugin.stdUI) (string, error)"pZgo.weak.type.*func(*"".stdUI) (string, error)"runtime.zerovalueHtype.func(*"".stdUI) (string, error)Htype.func(*"".stdUI) (string, error)type.*"".stdUItype.stringtype.errorgo.typelink.func(*plugin.stdUI) (string, error) func(*"".stdUI) (string, error)Htype.func(*"".stdUI) (string, error)Fgo.string.hdr."func(string) string" >go.string."func(string) string">go.string."func(string) string"0(func(string) string0type.func(string) stringM30 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."func(string) string"pBgo.weak.type.*func(string) string"runtime.zerovalue0type.func(string) string0type.func(string) stringtype.stringtype.stringfgo.typelink.func(string) string func(string) string0type.func(string) stringpgo.string.hdr."func(*plugin.stdUI, func(string) string)" (hgo.string."func(*plugin.stdUI, func(string) string)"hgo.string."func(*plugin.stdUI, func(string) string)"`Rfunc(*plugin.stdUI, func(string) string)Rtype.func(*"".stdUI, func(string) string)T30 runtime.algarray@"runtime.gcbits.01Ppgo.string.hdr."func(*plugin.stdUI, func(string) string)"pdgo.weak.type.*func(*"".stdUI, func(string) string)"runtime.zerovalueRtype.func(*"".stdUI, func(string) string)Rtype.func(*"".stdUI, func(string) string)type.*"".stdUI0type.func(string) stringgo.typelink.func(*plugin.stdUI, func(string) string) func(*"".stdUI, func(string) string)Rtype.func(*"".stdUI, func(string) string)zgo.string.hdr."func(*plugin.stdUI, *os.File, []interface {})" -rgo.string."func(*plugin.stdUI, *os.File, []interface {})"rgo.string."func(*plugin.stdUI, *os.File, []interface {})"`\func(*plugin.stdUI, *os.File, []interface {})\type.func(*"".stdUI, *os.File, []interface {})c30 runtime.algarray@"runtime.gcbits.01Pzgo.string.hdr."func(*plugin.stdUI, *os.File, []interface {})"pngo.weak.type.*func(*"".stdUI, *os.File, []interface {})"runtime.zerovalue\type.func(*"".stdUI, *os.File, []interface {})\type.func(*"".stdUI, *os.File, []interface {})type.*"".stdUItype.*os.File&type.[]interface {}go.typelink.func(*plugin.stdUI, *os.File, []interface {}) func(*"".stdUI, *os.File, []interface {})\type.func(*"".stdUI, *os.File, []interface {})4go.string.hdr."IsTerminal" 755 ,go.string."IsTerminal",go.string."IsTerminal" IsTerminal6go.string.hdr."func() bool" .go.string."func() bool".go.string."func() bool" func() bool type.func() boolTx30 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."func() bool"p2go.weak.type.*func() bool"runtime.zerovalue type.func() bool type.func() booltype.boolFgo.typelink.func() bool func() bool type.func() bool*go.string.hdr."Print" "go.string."Print""go.string."Print"PrintJgo.string.hdr."func(...interface {})" Bgo.string."func(...interface {})"Bgo.string."func(...interface {})"0,func(...interface {})4type.func(...interface {})30 runtime.algarray@"runtime.gcbits.01PJgo.string.hdr."func(...interface {})"pFgo.weak.type.*func(...interface {})"runtime.zerovalue4type.func(...interface {})4type.func(...interface {})&type.[]interface {}ngo.typelink.func(...interface {}) func(...interface {})4type.func(...interface {})0go.string.hdr."PrintErr" (go.string."PrintErr"(go.string."PrintErr" PrintErr0go.string.hdr."ReadLine" (go.string."ReadLine"(go.string."ReadLine" ReadLineLgo.string.hdr."func() (string, error)" Dgo.string."func() (string, error)"Dgo.string."func() (string, error)"0.func() (string, error)6type.func() (string, error)u30 runtime.algarray@"runtime.gcbits.01PLgo.string.hdr."func() (string, error)"pHgo.weak.type.*func() (string, error)"runtime.zerovalue6type.func() (string, error)6type.func() (string, error)type.stringtype.errorrgo.typelink.func() (string, error) func() (string, error)6type.func() (string, error)>go.string.hdr."SetAutoComplete" 6go.string."SetAutoComplete"6go.string."SetAutoComplete" SetAutoCompleteRgo.string.hdr."func(func(string) string)" Jgo.string."func(func(string) string)"Jgo.string."func(func(string) string)"@4func(func(string) string)<type.func(func(string) string)o5rc30 runtime.algarray@"runtime.gcbits.01PRgo.string.hdr."func(func(string) string)"pNgo.weak.type.*func(func(string) string)"runtime.zerovalue<type.func(func(string) string)<type.func(func(string) string)0type.func(string) string~go.typelink.func(func(string) string) func(func(string) string)<type.func(func(string) string),go.string.hdr."fprint" $go.string."fprint"$go.string."fprint"fprint\go.string.hdr."func(*os.File, []interface {})" Tgo.string."func(*os.File, []interface {})"Tgo.string."func(*os.File, []interface {})"@>func(*os.File, []interface {})Ftype.func(*os.File, []interface {})Z30 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."func(*os.File, []interface {})"pXgo.weak.type.*func(*os.File, []interface {})"runtime.zerovalueFtype.func(*os.File, []interface {})Ftype.func(*os.File, []interface {})type.*os.File&type.[]interface {}go.typelink.func(*os.File, []interface {}) func(*os.File, []interface {})Ftype.func(*os.File, []interface {})type.*"".stdUI$D6N0 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."*plugin.stdUI"p.go.weak.type.**"".stdUI"runtime.zerovaluetype."".stdUI`type.*"".stdUItype.*"".stdUI4go.string.hdr."IsTerminal" type.func() bool2type.func(*"".stdUI) bool,"".(*stdUI).IsTerminal,"".(*stdUI).IsTerminal*go.string.hdr."Print"4type.func(...interface {})Jtype.func(*"".stdUI, ...interface {})""".(*stdUI).Print""".(*stdUI).Print0go.string.hdr."PrintErr"4type.func(...interface {})Jtype.func(*"".stdUI, ...interface {})("".(*stdUI).PrintErr("".(*stdUI).PrintErr0go.string.hdr."ReadLine"6type.func() (string, error)Htype.func(*"".stdUI) (string, error)("".(*stdUI).ReadLine("".(*stdUI).ReadLine>go.string.hdr."SetAutoComplete"<type.func(func(string) string)Rtype.func(*"".stdUI, func(string) string)6"".(*stdUI).SetAutoComplete6"".(*stdUI).SetAutoComplete,go.string.hdr."fprint""go.importpath."".Ftype.func(*os.File, []interface {})\type.func(*"".stdUI, *os.File, []interface {})$"".(*stdUI).fprint$"".(*stdUI).fprint8go.string.hdr."plugin.stdUI" 0go.string."plugin.stdUI"0go.string."plugin.stdUI" plugin.stdUI"go.string.hdr."r" go.string."r"go.string."r"r*go.string.hdr."stdUI" "go.string."stdUI""go.string."stdUI"stdUItype."".stdUIo90 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."plugin.stdUI"ptype.*"".stdUI"runtime.zerovaluetype."".stdUI"go.string.hdr."r""go.importpath."".$type.*bufio.Reader`type."".stdUI*go.string.hdr."stdUI""go.importpath."".type."".stdUITgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals13bdb4aeeaf63de3cc223d640262ea59Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals13bdb4aeeaf63de3cc223d640262ea59Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsd98f60bd8519d0c68364b2a1d83af357Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals5c5a9f3dff47a8940bdc317b9324ac2a4go.string.hdr."*plugin.UI" 760 ,go.string."*plugin.UI",go.string."*plugin.UI" *plugin.UItype.*"".UI60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*plugin.UI"p(go.weak.type.**"".UI"runtime.zerovaluetype."".UI2go.string.hdr."plugin.UI" *go.string."plugin.UI"*go.string."plugin.UI" plugin.UI$go.string.hdr."UI" go.string."UI"go.string."UI"UItype."".UI8(0 runtime.algarray@"runtime.gcbits.03P2go.string.hdr."plugin.UI"ptype.*"".UI"runtime.zerovaluetype."".UI4go.string.hdr."IsTerminal" type.func() bool*go.string.hdr."Print"4type.func(...interface {})0go.string.hdr."PrintErr"4type.func(...interface {})0go.string.hdr."ReadLine"6type.func() (string, error)>go.string.hdr."SetAutoComplete"<type.func(func(string) string)`type."".UI$go.string.hdr."UI""go.importpath."".type."".UITgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals12a99cdea97db20a8b75adc6f96ba536'Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals12a99cdea97db20a8b75adc6f96ba536'Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals12a99cdea97db20a8b75adc6f96ba536'Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals13a990b4a341857296a1c12de153dcaaTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals72494b7a18bb1900ec3de1c3f3f8fc78 W`go.string.hdr."func(string, bool, string) *bool" Xgo.string."func(string, bool, string) *bool"Xgo.string."func(string, bool, string) *bool"PBfunc(string, bool, string) *boolJtype.func(string, bool, string) *booldS30 runtime.algarray@"runtime.gcbits.01P`go.string.hdr."func(string, bool, string) *bool"p\go.weak.type.*func(string, bool, string) *bool"runtime.zerovalueJtype.func(string, bool, string) *boolJtype.func(string, bool, string) *booltype.stringtype.booltype.stringtype.*boolgo.typelink.func(string, bool, string) *bool func(string, bool, string) *boolJtype.func(string, bool, string) *boollgo.string.hdr."func(string, float64, string) *float64" &dgo.string."func(string, float64, string) *float64"dgo.string."func(string, float64, string) *float64"PNfunc(string, float64, string) *float64Vtype.func(string, float64, string) *float64Ah30 runtime.algarray@"runtime.gcbits.01Plgo.string.hdr."func(string, float64, string) *float64"phgo.weak.type.*func(string, float64, string) *float64"runtime.zerovalueVtype.func(string, float64, string) *float64Vtype.func(string, float64, string) *float64type.stringtype.float64type.stringtype.*float64go.typelink.func(string, float64, string) *float64 func(string, float64, string) *float64Vtype.func(string, float64, string) *float64\go.string.hdr."func(string, int, string) *int" Tgo.string."func(string, int, string) *int"Tgo.string."func(string, int, string) *int"@>func(string, int, string) *intFtype.func(string, int, string) *intX30 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."func(string, int, string) *int"pXgo.weak.type.*func(string, int, string) *int"runtime.zerovalueFtype.func(string, int, string) *intFtype.func(string, int, string) *inttype.stringtype.inttype.stringtype.*intgo.typelink.func(string, int, string) *int func(string, int, string) *intFtype.func(string, int, string) *int,go.string.hdr."func()" $go.string."func()"$go.string."func()"func()type.func()30 runtime.algarray@"runtime.gcbits.01P,go.string.hdr."func()"p(go.weak.type.*func()"runtime.zerovaluetype.func()type.func()2go.typelink.func() func()type.func()Jgo.string.hdr."func(func()) []string" Bgo.string."func(func()) []string"Bgo.string."func(func()) []string"0,func(func()) []string4type.func(func()) []string.30 runtime.algarray@"runtime.gcbits.01PJgo.string.hdr."func(func()) []string"pFgo.weak.type.*func(func()) []string"runtime.zerovalue4type.func(func()) []string4type.func(func()) []stringtype.func()type.[]stringngo.typelink.func(func()) []string func(func()) []string4type.func(func()) []stringhgo.string.hdr."func(string, string, string) *string" $`go.string."func(string, string, string) *string"`go.string."func(string, string, string) *string"PJfunc(string, string, string) *stringRtype.func(string, string, string) *string z30 runtime.algarray@"runtime.gcbits.01Phgo.string.hdr."func(string, string, string) *string"pdgo.weak.type.*func(string, string, string) *string"runtime.zerovalueRtype.func(string, string, string) *stringRtype.func(string, string, string) *stringtype.stringtype.stringtype.stringtype.*stringgo.typelink.func(string, string, string) *string func(string, string, string) *stringRtype.func(string, string, string) *string>go.string.hdr."*plugin.FlagSet" 6go.string."*plugin.FlagSet"6go.string."*plugin.FlagSet" *plugin.FlagSet type.*"".FlagSetc60 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."*plugin.FlagSet"p2go.weak.type.**"".FlagSet"runtime.zerovaluetype."".FlagSet<go.string.hdr."plugin.FlagSet" 4go.string."plugin.FlagSet"4go.string."plugin.FlagSet" plugin.FlagSet(go.string.hdr."Bool" go.string."Bool" go.string."Bool" 763 Bool4go.string.hdr."ExtraUsage" 764 ,go.string."ExtraUsage",go.string."ExtraUsage" ExtraUsage.go.string.hdr."Float64" &go.string."Float64"&go.string."Float64"Float64&go.string.hdr."Int" go.string."Int"go.string."Int"Int*go.string.hdr."Parse" "go.string."Parse""go.string."Parse"Parse,go.string.hdr."String" $go.string."String"$go.string."String"String.go.string.hdr."FlagSet" &go.string."FlagSet"&go.string."FlagSet"FlagSettype."".FlagSet*H,0 runtime.algarray@"runtime.gcbits.03P<go.string.hdr."plugin.FlagSet"p type.*"".FlagSet"runtime.zerovaluetype."".FlagSet(go.string.hdr."Bool"Jtype.func(string, bool, string) *bool4go.string.hdr."ExtraUsage"$type.func() string.go.string.hdr."Float64"Vtype.func(string, float64, string) *float64&go.string.hdr."Int"Ftype.func(string, int, string) *int*go.string.hdr."Parse"4type.func(func()) []string,go.string.hdr."String"Rtype.func(string, string, string) *string`type."".FlagSet.go.string.hdr."FlagSet""go.importpath."".type."".FlagSet>go.string.hdr."*plugin.Fetcher" 6go.string."*plugin.Fetcher"6go.string."*plugin.Fetcher" *plugin.Fetcher type.*"".Fetcher%/j60 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."*plugin.Fetcher"p2go.weak.type.**"".Fetcher"runtime.zerovaluetype."".Fetcher<go.string.hdr."plugin.Fetcher" 4go.string."plugin.Fetcher"4go.string."plugin.Fetcher" plugin.Fetcher.go.string.hdr."Fetcher" &go.string."Fetcher"&go.string."Fetcher"Fetchertype."".FetcherP:S3 0 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."plugin.Fetcher"p type.*"".Fetcher"runtime.zerovaluetype."".Fetchertype."".Fetchertype.string$type.time.Durationtype."".UIPtype.*cmd/pprof/internal/profile.Profiletype.error`type."".Fetcher.go.string.hdr."Fetcher""go.importpath."".type."".FetcherDgo.string.hdr."*plugin.Symbolizer" <go.string."*plugin.Symbolizer"<go.string."*plugin.Symbolizer"0&*plugin.Symbolizer&type.*"".Symbolizerv60 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."*plugin.Symbolizer"p8go.weak.type.**"".Symbolizer"runtime.zerovalue$type."".SymbolizerBgo.string.hdr."plugin.Symbolizer" :go.string."plugin.Symbolizer":go.string."plugin.Symbolizer"0$plugin.Symbolizer4go.string.hdr."Symbolizer" 768 ,go.string."Symbolizer",go.string."Symbolizer" Symbolizer$type."".SymbolizernT3"0 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."plugin.Symbolizer"p&type.*"".Symbolizer"runtime.zerovalue$type."".Symbolizer$type."".Symbolizertype.stringtype.stringPtype.*cmd/pprof/internal/profile.Profiletype."".ObjTooltype."".UItype.error`$type."".Symbolizer4go.string.hdr."Symbolizer""go.importpath."".$type."".Symbolizer4go.string.hdr."*[8]string" 770 ,go.string."*[8]string",go.string."*[8]string" *[8]stringtype.*[8]stringo60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[8]string"p0go.weak.type.**[8]string"runtime.zerovaluetype.[8]string.go.string.hdr."runtime" &go.string."runtime"&go.string."runtime"runtime,go.importpath.runtime. &go.string."runtime"*go.string.hdr."bufio" "go.string."bufio""go.string."bufio"bufio(go.importpath.bufio. "go.string."bufio"&go.string.hdr."fmt" go.string."fmt"go.string."fmt"fmt$go.importpath.fmt. go.string."fmt"$go.string.hdr."os" go.string."os"go.string."os"os"go.importpath.os. go.string."os"(go.string.hdr."time" go.string."time" go.string."time" 773 time&go.importpath.time. go.string."time",go.string.hdr."regexp" $go.string."regexp"$go.string."regexp"regexp*go.importpath.regexp. $go.string."regexp".go.string.hdr."strings" &go.string."strings"&go.string."strings"strings,go.importpath.strings. &go.string."strings"Tgo.string.hdr."cmd/pprof/internal/profile" Lgo.string."cmd/pprof/internal/profile"Lgo.string."cmd/pprof/internal/profile"@6cmd/pprof/internal/profileRgo.importpath.cmd/pprof/internal/profile. Lgo.string."cmd/pprof/internal/profile"."".(*noObjTool).Openf("".(*noObjTool).Open6"".(*noObjTool).Demanglef0"".(*noObjTool).Demangle2"".(*noObjTool).Disasmf,"".(*noObjTool).Disasm8"".(*noObjTool).SetConfigf2"".(*noObjTool).SetConfig.type..hash.[8]stringf(type..hash.[8]string*type..eq.[8]stringf$type..eq.[8]string*type..hash."".Instf$type..hash."".Inst&type..eq."".Instf type..eq."".Inst$"".ObjFile.Basef"".ObjFile.Base*"".ObjFile.BuildIDf$"".ObjFile.BuildID&"".ObjFile.Closef "".ObjFile.Close$"".ObjFile.Namef"".ObjFile.Name0"".ObjFile.SourceLinef*"".ObjFile.SourceLine*"".ObjFile.Symbolsf$"".ObjFile.Symbols,type..hash."".Framef&type..hash."".Frame(type..eq."".Framef"type..eq."".Frame,"".ObjTool.Demanglef&"".ObjTool.Demangle("".ObjTool.Disasmf""".ObjTool.Disasm$"".ObjTool.Openf"".ObjTool.Open."".ObjTool.SetConfigf("".ObjTool.SetConfig&"".UI.IsTerminalf "".UI.IsTerminal"".UI.Printf"".UI.Print""".UI.PrintErrf"".UI.PrintErr""".UI.ReadLinef"".UI.ReadLine0"".UI.SetAutoCompletef*"".UI.SetAutoComplete$"".FlagSet.Boolf"".FlagSet.Bool0"".FlagSet.ExtraUsagef*"".FlagSet.ExtraUsage*"".FlagSet.Float64f$"".FlagSet.Float64""".FlagSet.Intf"".FlagSet.Int&"".FlagSet.Parsef "".FlagSet.Parse("".FlagSet.Stringf""".FlagSet.String"runtime.zerovaluego13ld