Home | History | Annotate | Download | only in internal
      1 !<arch>
      2 __.PKGDEF       0           0     0     644     38065     `
      3 go object darwin amd64 go1.5.1 X:none
      4 build id "365084500b072f36f4e079e2549f1090813407f7"
      5 
      6 $$
      7 package driver
      8 	import runtime "runtime"
      9 	import bytes "bytes"
     10 	import io "io"
     11 	import fmt "fmt"
     12 	import strconv "strconv"
     13 	import sync "sync"
     14 	import os "os"
     15 	import url "net/url"
     16 	import sort "sort"
     17 	import strings "strings"
     18 	import time "time"
     19 	import filepath "path/filepath"
     20 	import regexp "regexp"
     21 	import commands "cmd/pprof/internal/commands"
     22 	import plugin "cmd/pprof/internal/plugin"
     23 	import report "cmd/pprof/internal/report"
     24 	import tempfile "cmd/pprof/internal/tempfile"
     25 	import profile "cmd/pprof/internal/profile"
     26 	type @"cmd/pprof/internal/plugin".FlagSet interface { Bool(@"cmd/pprof/internal/plugin".name string, @"cmd/pprof/internal/plugin".def bool, @"cmd/pprof/internal/plugin".usage string) (? *bool); ExtraUsage() (? string); Float64(@"cmd/pprof/internal/plugin".name string, @"cmd/pprof/internal/plugin".def float64, @"cmd/pprof/internal/plugin".usage string) (? *float64); Int(@"cmd/pprof/internal/plugin".name string, @"cmd/pprof/internal/plugin".def int, @"cmd/pprof/internal/plugin".usage string) (? *int); Parse(@"cmd/pprof/internal/plugin".usage func()) (? []string); String(@"cmd/pprof/internal/plugin".name string, @"cmd/pprof/internal/plugin".def string, @"cmd/pprof/internal/plugin".usage string) (? *string) }
     27 	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 }
     28 	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) }
     29 	type @"cmd/pprof/internal/profile".decoder func(? *@"cmd/pprof/internal/profile".buffer, ? @"cmd/pprof/internal/profile".message) (? error)
     30 	type @"cmd/pprof/internal/profile".ValueType struct { Type string; Unit string; @"cmd/pprof/internal/profile".typeX int64; @"cmd/pprof/internal/profile".unitX int64 }
     31 	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 }
     32 	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")
     33 	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 }
     34 	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 }
     35 	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")
     36 	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 }
     37 	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 }
     38 	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")
     39 	type @"cmd/pprof/internal/profile".Line struct { Function *@"cmd/pprof/internal/profile".Function; Line int64; @"cmd/pprof/internal/profile".functionIDX uint64 }
     40 	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 }
     41 	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")
     42 	import syntax "regexp/syntax" // indirect
     43 	type @"regexp/syntax".InstOp uint8
     44 	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] }
     45 	type @"regexp/syntax".Inst struct { Op @"regexp/syntax".InstOp; Out uint32; Arg uint32; Rune []rune }
     46 	func (@"regexp/syntax".i2 *@"regexp/syntax".Inst "esc:0x1") MatchEmptyWidth (@"regexp/syntax".before3 rune, @"regexp/syntax".after4 rune) (? bool)
     47 	func (@"regexp/syntax".i2 *@"regexp/syntax".Inst "esc:0x1") MatchRune (@"regexp/syntax".r3 rune) (? bool)
     48 	func (@"regexp/syntax".i2 *@"regexp/syntax".Inst "esc:0x1") MatchRunePos (@"regexp/syntax".r3 rune) (? int)
     49 	func (@"regexp/syntax".i2 *@"regexp/syntax".Inst "esc:0x1") String () (? string)
     50 	func (@"regexp/syntax".i2 *@"regexp/syntax".Inst "esc:0x1") @"regexp/syntax".op () (? @"regexp/syntax".InstOp)
     51 	type @"regexp/syntax".EmptyOp uint8
     52 	type @"regexp/syntax".Prog struct { Inst []@"regexp/syntax".Inst; Start int; NumCap int }
     53 	func (@"regexp/syntax".p3 *@"regexp/syntax".Prog "esc:0x1") Prefix () (@"regexp/syntax".prefix1 string, @"regexp/syntax".complete2 bool)
     54 	func (@"regexp/syntax".p2 *@"regexp/syntax".Prog "esc:0x1") StartCond () (? @"regexp/syntax".EmptyOp)
     55 	func (@"regexp/syntax".p2 *@"regexp/syntax".Prog "esc:0x1") String () (? string)
     56 	func (@"regexp/syntax".p3 *@"regexp/syntax".Prog "esc:0x22") @"regexp/syntax".skipNop (@"regexp/syntax".pc4 uint32) (? *@"regexp/syntax".Inst, ? uint32)
     57 	type @"regexp".onePassInst struct { ? @"regexp/syntax".Inst; Next []uint32 }
     58 	type @"regexp".onePassProg struct { Inst []@"regexp".onePassInst; Start int; NumCap int }
     59 	type @"sync".Mutex struct { @"sync".state int32; @"sync".sema uint32 }
     60 	func (@"sync".m1 *@"sync".Mutex) Lock ()
     61 	func (@"sync".m1 *@"sync".Mutex) Unlock ()
     62 	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) }
     63 	type @"regexp".job struct { @"regexp".pc uint32; @"regexp".arg int; @"regexp".pos int }
     64 	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 }
     65 	func (@"regexp".b1 *@"regexp".bitState "esc:0x9") @"regexp".push (@"regexp".pc2 uint32, @"regexp".pos3 int, @"regexp".arg4 int)
     66 	func (@"regexp".b1 *@"regexp".bitState "esc:0x1") @"regexp".reset (@"regexp".end2 int, @"regexp".ncap3 int)
     67 	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 }
     68 	type @"regexp".thread struct { @"regexp".inst *@"regexp/syntax".Inst; @"regexp".cap []int }
     69 	type @"regexp".entry struct { @"regexp".pc uint32; @"regexp".t *@"regexp".thread }
     70 	type @"regexp".queue struct { @"regexp".sparse []uint32; @"regexp".dense []@"regexp".entry }
     71 	type @"regexp".inputBytes struct { @"regexp".str []byte }
     72 	func (@"regexp".i2 *@"regexp".inputBytes "esc:0x1") @"regexp".canCheckPrefix () (? bool) { return true }
     73 	func (@"regexp".i2 *@"regexp".inputBytes "esc:0x1") @"regexp".context (@"regexp".pos3 int) (? @"regexp/syntax".EmptyOp)
     74 	func (@"regexp".i2 *@"regexp".inputBytes "esc:0x1") @"regexp".hasPrefix (@"regexp".re3 *@"regexp".Regexp "esc:0x1") (? bool)
     75 	func (@"regexp".i2 *@"regexp".inputBytes "esc:0x1") @"regexp".index (@"regexp".re3 *@"regexp".Regexp "esc:0x1", @"regexp".pos4 int) (? int)
     76 	func (@"regexp".i3 *@"regexp".inputBytes "esc:0x1") @"regexp".step (@"regexp".pos4 int) (? rune, ? int)
     77 	type @"regexp".inputString struct { @"regexp".str string }
     78 	func (@"regexp".i2 *@"regexp".inputString "esc:0x1") @"regexp".canCheckPrefix () (? bool) { return true }
     79 	func (@"regexp".i2 *@"regexp".inputString "esc:0x1") @"regexp".context (@"regexp".pos3 int) (? @"regexp/syntax".EmptyOp)
     80 	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) }
     81 	func (@"regexp".i2 *@"regexp".inputString "esc:0x9") @"regexp".index (@"regexp".re3 *@"regexp".Regexp "esc:0x1", @"regexp".pos4 int) (? int)
     82 	func (@"regexp".i3 *@"regexp".inputString "esc:0x1") @"regexp".step (@"regexp".pos4 int) (? rune, ? int)
     83 	type @"io".RuneReader interface { ReadRune() (@"io".r rune, @"io".size int, @"io".err error) }
     84 	type @"regexp".inputReader struct { @"regexp".r @"io".RuneReader; @"regexp".atEOT bool; @"regexp".pos int }
     85 	func (@"regexp".i2 *@"regexp".inputReader "esc:0x1") @"regexp".canCheckPrefix () (? bool) { return false }
     86 	func (@"regexp".i2 *@"regexp".inputReader "esc:0x1") @"regexp".context (@"regexp".pos3 int) (? @"regexp/syntax".EmptyOp) { return @"regexp/syntax".EmptyOp(0x0) }
     87 	func (@"regexp".i2 *@"regexp".inputReader "esc:0x1") @"regexp".hasPrefix (@"regexp".re3 *@"regexp".Regexp "esc:0x1") (? bool) { return false }
     88 	func (@"regexp".i2 *@"regexp".inputReader "esc:0x1") @"regexp".index (@"regexp".re3 *@"regexp".Regexp "esc:0x1", @"regexp".pos4 int) (? int) { return -0x1 }
     89 	func (@"regexp".i3 *@"regexp".inputReader "esc:0x9") @"regexp".step (@"regexp".pos4 int) (? rune, ? int)
     90 	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 }
     91 	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)
     92 	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 }
     93 	func (@"regexp".m2 *@"regexp".machine "esc:0x9") @"regexp".backtrack (@"regexp".i3 @"regexp".input, @"regexp".pos4 int, @"regexp".end5 int, @"regexp".ncap6 int) (? bool)
     94 	func (@"regexp".m1 *@"regexp".machine "esc:0x9") @"regexp".clear (@"regexp".q2 *@"regexp".queue "esc:0x9")
     95 	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) }
     96 	func (@"regexp".m1 *@"regexp".machine "esc:0x1") @"regexp".init (@"regexp".ncap2 int)
     97 	func (@"regexp".m2 *@"regexp".machine "esc:0x9") @"regexp".match (@"regexp".i3 @"regexp".input, @"regexp".pos4 int) (? bool)
     98 	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 }
     99 	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 }
    100 	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 }
    101 	func (@"regexp".m2 *@"regexp".machine "esc:0x9") @"regexp".onepass (@"regexp".i3 @"regexp".input, @"regexp".pos4 int) (? bool)
    102 	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)
    103 	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)
    104 	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 }
    105 	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)
    106 	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)
    107 	func (@"regexp".re2 *@"regexp".Regexp) Find (@"regexp".b3 []byte) (? []byte)
    108 	func (@"regexp".re2 *@"regexp".Regexp) FindAll (@"regexp".b3 []byte, @"regexp".n4 int) (? [][]byte)
    109 	func (@"regexp".re2 *@"regexp".Regexp) FindAllIndex (@"regexp".b3 []byte, @"regexp".n4 int) (? [][]int)
    110 	func (@"regexp".re2 *@"regexp".Regexp) FindAllString (@"regexp".s3 string, @"regexp".n4 int) (? []string)
    111 	func (@"regexp".re2 *@"regexp".Regexp) FindAllStringIndex (@"regexp".s3 string, @"regexp".n4 int) (? [][]int)
    112 	func (@"regexp".re2 *@"regexp".Regexp) FindAllStringSubmatch (@"regexp".s3 string, @"regexp".n4 int) (? [][]string)
    113 	func (@"regexp".re2 *@"regexp".Regexp) FindAllStringSubmatchIndex (@"regexp".s3 string, @"regexp".n4 int) (? [][]int)
    114 	func (@"regexp".re2 *@"regexp".Regexp) FindAllSubmatch (@"regexp".b3 []byte, @"regexp".n4 int) (? [][][]byte)
    115 	func (@"regexp".re2 *@"regexp".Regexp) FindAllSubmatchIndex (@"regexp".b3 []byte, @"regexp".n4 int) (? [][]int)
    116 	func (@"regexp".re2 *@"regexp".Regexp) FindIndex (@"regexp".b3 []byte) (@"regexp".loc1 []int)
    117 	func (@"regexp".re2 *@"regexp".Regexp) FindReaderIndex (@"regexp".r3 @"io".RuneReader) (@"regexp".loc1 []int)
    118 	func (@"regexp".re2 *@"regexp".Regexp) FindReaderSubmatchIndex (@"regexp".r3 @"io".RuneReader) (? []int)
    119 	func (@"regexp".re2 *@"regexp".Regexp) FindString (@"regexp".s3 string) (? string)
    120 	func (@"regexp".re2 *@"regexp".Regexp) FindStringIndex (@"regexp".s3 string) (@"regexp".loc1 []int)
    121 	func (@"regexp".re2 *@"regexp".Regexp) FindStringSubmatch (@"regexp".s3 string) (? []string)
    122 	func (@"regexp".re2 *@"regexp".Regexp) FindStringSubmatchIndex (@"regexp".s3 string) (? []int)
    123 	func (@"regexp".re2 *@"regexp".Regexp) FindSubmatch (@"regexp".b3 []byte) (? [][]byte)
    124 	func (@"regexp".re2 *@"regexp".Regexp) FindSubmatchIndex (@"regexp".b3 []byte) (? []int)
    125 	func (@"regexp".re3 *@"regexp".Regexp "esc:0x22") LiteralPrefix () (@"regexp".prefix1 string, @"regexp".complete2 bool) { return @"regexp".re3.@"regexp".prefix, @"regexp".re3.@"regexp".prefixComplete }
    126 	func (@"regexp".re1 *@"regexp".Regexp "esc:0x1") Longest () { @"regexp".re1.@"regexp".longest = true }
    127 	func (@"regexp".re2 *@"regexp".Regexp) Match (@"regexp".b3 []byte) (? bool)
    128 	func (@"regexp".re2 *@"regexp".Regexp) MatchReader (@"regexp".r3 @"io".RuneReader) (? bool)
    129 	func (@"regexp".re2 *@"regexp".Regexp) MatchString (@"regexp".s3 string) (? bool)
    130 	func (@"regexp".re2 *@"regexp".Regexp "esc:0x1") NumSubexp () (? int) { return @"regexp".re2.@"regexp".numSubexp }
    131 	func (@"regexp".re2 *@"regexp".Regexp) ReplaceAll (@"regexp".src3 []byte, @"regexp".repl4 []byte "esc:0x1") (? []byte)
    132 	func (@"regexp".re2 *@"regexp".Regexp) ReplaceAllFunc (@"regexp".src3 []byte, @"regexp".repl4 func(? []byte) (? []byte) "esc:0x1") (? []byte)
    133 	func (@"regexp".re2 *@"regexp".Regexp) ReplaceAllLiteral (@"regexp".src3 []byte, @"regexp".repl4 []byte "esc:0x9") (? []byte)
    134 	func (@"regexp".re2 *@"regexp".Regexp) ReplaceAllLiteralString (@"regexp".src3 string, @"regexp".repl4 string "esc:0x9") (? string)
    135 	func (@"regexp".re2 *@"regexp".Regexp) ReplaceAllString (@"regexp".src3 string, @"regexp".repl4 string) (? string)
    136 	func (@"regexp".re2 *@"regexp".Regexp) ReplaceAllStringFunc (@"regexp".src3 string, @"regexp".repl4 func(? string) (? string) "esc:0x1") (? string)
    137 	func (@"regexp".re2 *@"regexp".Regexp) Split (@"regexp".s3 string, @"regexp".n4 int) (? []string)
    138 	func (@"regexp".re2 *@"regexp".Regexp "esc:0x22") String () (? string) { return @"regexp".re2.@"regexp".expr }
    139 	func (@"regexp".re2 *@"regexp".Regexp "esc:0x22") SubexpNames () (? []string) { return @"regexp".re2.@"regexp".subexpNames }
    140 	func (@"regexp".re1 *@"regexp".Regexp) @"regexp".allMatches (@"regexp".s2 string, @"regexp".b3 []byte, @"regexp".n4 int, @"regexp".deliver5 func(? []int) "esc:0x1")
    141 	func (@"regexp".re2 *@"regexp".Regexp) @"regexp".doExecute (@"regexp".r3 @"io".RuneReader, @"regexp".b4 []byte, @"regexp".s5 string, @"regexp".pos6 int, @"regexp".ncap7 int) (? []int)
    142 	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)
    143 	func (@"regexp".re2 *@"regexp".Regexp) @"regexp".get () (? *@"regexp".machine)
    144 	func (@"regexp".re2 *@"regexp".Regexp "esc:0x1") @"regexp".pad (@"regexp".a3 []int "esc:0x1a") (? []int)
    145 	func (@"regexp".re1 *@"regexp".Regexp) @"regexp".put (@"regexp".z2 *@"regexp".machine)
    146 	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)
    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 @"cmd/pprof/internal/plugin".UI interface { IsTerminal() (? bool); Print(? ...interface {}); PrintErr(? ...interface {}); ReadLine() (? string, ? error); SetAutoComplete(@"cmd/pprof/internal/plugin".complete func(? string) (? string)) }
    195 	type @"cmd/pprof/internal/plugin".Fetcher func(@"cmd/pprof/internal/plugin".src string, @"cmd/pprof/internal/plugin".timeout @"time".Duration, @"cmd/pprof/internal/plugin".ui @"cmd/pprof/internal/plugin".UI) (? *@"cmd/pprof/internal/profile".Profile, ? error)
    196 	type @"cmd/pprof/internal/plugin".Inst struct { Addr uint64; Text string; File string; Line int }
    197 	type @"cmd/pprof/internal/plugin".Frame struct { Func string; File string; Line int }
    198 	type @"cmd/pprof/internal/plugin".Sym struct { Name []string; File string; Start uint64; End uint64 }
    199 	type @"cmd/pprof/internal/plugin".ObjFile interface { Base() (? uint64); BuildID() (? string); Close() (? error); Name() (? string); SourceLine(@"cmd/pprof/internal/plugin".addr uint64) (? []@"cmd/pprof/internal/plugin".Frame, ? error); Symbols(@"cmd/pprof/internal/plugin".r *@"regexp".Regexp, @"cmd/pprof/internal/plugin".addr uint64) (? []*@"cmd/pprof/internal/plugin".Sym, ? error) }
    200 	type @"cmd/pprof/internal/plugin".ObjTool interface { Demangle(@"cmd/pprof/internal/plugin".names []string) (? map[string]string, ? error); Disasm(@"cmd/pprof/internal/plugin".file string, @"cmd/pprof/internal/plugin".start uint64, @"cmd/pprof/internal/plugin".end uint64) (? []@"cmd/pprof/internal/plugin".Inst, ? error); Open(@"cmd/pprof/internal/plugin".file string, @"cmd/pprof/internal/plugin".start uint64) (? @"cmd/pprof/internal/plugin".ObjFile, ? error); SetConfig(@"cmd/pprof/internal/plugin".config string) }
    201 	type @"cmd/pprof/internal/plugin".Symbolizer func(@"cmd/pprof/internal/plugin".mode string, @"cmd/pprof/internal/plugin".src string, @"cmd/pprof/internal/plugin".prof *@"cmd/pprof/internal/profile".Profile, @"cmd/pprof/internal/plugin".obj @"cmd/pprof/internal/plugin".ObjTool, @"cmd/pprof/internal/plugin".ui @"cmd/pprof/internal/plugin".UI) (? error)
    202 	type @"cmd/pprof/internal/commands".Completer func(@"cmd/pprof/internal/commands".prefix string) (? string)
    203 	type @"bytes".readOp int
    204 	type @"bytes".Buffer struct { @"bytes".buf []byte; @"bytes".off int; @"bytes".runeBytes [4]byte; @"bytes".bootstrap [64]byte; @"bytes".lastRead @"bytes".readOp }
    205 	func (@"bytes".b2 *@"bytes".Buffer "esc:0x22") Bytes () (? []byte) { return @"bytes".b2.@"bytes".buf[@"bytes".b2.@"bytes".off:] }
    206 	func (@"bytes".b2 *@"bytes".Buffer "esc:0x1") Cap () (? int) { return cap(@"bytes".b2.@"bytes".buf) }
    207 	func (@"bytes".b1 *@"bytes".Buffer) Grow (@"bytes".n2 int)
    208 	func (@"bytes".b2 *@"bytes".Buffer "esc:0x1") Len () (? int) { return len(@"bytes".b2.@"bytes".buf) - @"bytes".b2.@"bytes".off }
    209 	func (@"bytes".b2 *@"bytes".Buffer "esc:0x22") Next (@"bytes".n3 int) (? []byte) { @"bytes".b2.@"bytes".lastRead = @"bytes".readOp(0x0); var @"bytes".m4 int; ; @"bytes".m4 = @"bytes".b2.Len(); if @"bytes".n3 > @"bytes".m4 { @"bytes".n3 = @"bytes".m4 }; var @"bytes".data5 []byte; ; @"bytes".data5 = @"bytes".b2.@"bytes".buf[@"bytes".b2.@"bytes".off:@"bytes".b2.@"bytes".off + @"bytes".n3]; @"bytes".b2.@"bytes".off += @"bytes".n3; if @"bytes".n3 > 0x0 { @"bytes".b2.@"bytes".lastRead = @"bytes".readOp(0x2) }; return @"bytes".data5 }
    210 	func (@"bytes".b3 *@"bytes".Buffer "esc:0x9") Read (@"bytes".p4 []byte "esc:0x1") (@"bytes".n1 int, @"bytes".err2 error)
    211 	func (@"bytes".b3 *@"bytes".Buffer "esc:0x1") ReadByte () (@"bytes".c1 byte, @"bytes".err2 error)
    212 	func (@"bytes".b3 *@"bytes".Buffer "esc:0x9") ReadBytes (@"bytes".delim4 byte) (@"bytes".line1 []byte, @"bytes".err2 error)
    213 	func (@"bytes".b3 *@"bytes".Buffer "esc:0x9") ReadFrom (@"bytes".r4 @"io".Reader) (@"bytes".n1 int64, @"bytes".err2 error)
    214 	func (@"bytes".b4 *@"bytes".Buffer "esc:0x1") ReadRune () (@"bytes".r1 rune, @"bytes".size2 int, @"bytes".err3 error)
    215 	func (@"bytes".b3 *@"bytes".Buffer "esc:0x1") ReadString (@"bytes".delim4 byte) (@"bytes".line1 string, @"bytes".err2 error)
    216 	func (@"bytes".b1 *@"bytes".Buffer "esc:0x1") Reset ()
    217 	func (@"bytes".b2 *@"bytes".Buffer "esc:0x1") String () (? string) { if @"bytes".b2 == nil { return "<nil>" }; return string(@"bytes".b2.@"bytes".buf[@"bytes".b2.@"bytes".off:]) }
    218 	func (@"bytes".b1 *@"bytes".Buffer "esc:0x1") Truncate (@"bytes".n2 int)
    219 	func (@"bytes".b2 *@"bytes".Buffer "esc:0x1") UnreadByte () (? error) { if @"bytes".b2.@"bytes".lastRead != @"bytes".readOp(0x1) && @"bytes".b2.@"bytes".lastRead != @"bytes".readOp(0x2) { return @"errors".New("bytes.Buffer: UnreadByte: previous operation was not a read") }; @"bytes".b2.@"bytes".lastRead = @"bytes".readOp(0x0); if @"bytes".b2.@"bytes".off > 0x0 { @"bytes".b2.@"bytes".off-- }; return nil }
    220 	func (@"bytes".b2 *@"bytes".Buffer "esc:0x1") UnreadRune () (? error)
    221 	func (@"bytes".b3 *@"bytes".Buffer) Write (@"bytes".p4 []byte "esc:0x9") (@"bytes".n1 int, @"bytes".err2 error)
    222 	func (@"bytes".b2 *@"bytes".Buffer) WriteByte (@"bytes".c3 byte) (? error)
    223 	func (@"bytes".b3 *@"bytes".Buffer) WriteRune (@"bytes".r4 rune) (@"bytes".n1 int, @"bytes".err2 error)
    224 	func (@"bytes".b3 *@"bytes".Buffer) WriteString (@"bytes".s4 string "esc:0x9") (@"bytes".n1 int, @"bytes".err2 error)
    225 	func (@"bytes".b3 *@"bytes".Buffer "esc:0x9") WriteTo (@"bytes".w4 @"io".Writer) (@"bytes".n1 int64, @"bytes".err2 error)
    226 	func (@"bytes".b2 *@"bytes".Buffer) @"bytes".grow (@"bytes".n3 int) (? int)
    227 	func (@"bytes".b3 *@"bytes".Buffer "esc:0x22") @"bytes".readSlice (@"bytes".delim4 byte) (@"bytes".line1 []byte, @"bytes".err2 error)
    228 	type @"cmd/pprof/internal/commands".PostProcessor func(@"cmd/pprof/internal/commands".input *@"bytes".Buffer, @"cmd/pprof/internal/commands".output @"io".Writer, @"cmd/pprof/internal/commands".ui @"cmd/pprof/internal/plugin".UI) (? error)
    229 	type @"cmd/pprof/internal/commands".Command struct { Complete @"cmd/pprof/internal/commands".Completer; Format int; PostProcess @"cmd/pprof/internal/commands".PostProcessor; HasParam bool; Usage string }
    230 	type @"cmd/pprof/internal/commands".Commands map[string]*@"cmd/pprof/internal/commands".Command
    231 	func @"".PProf (@"".flagset2 @"cmd/pprof/internal/plugin".FlagSet, @"".fetch3 @"cmd/pprof/internal/plugin".Fetcher, @"".sym4 @"cmd/pprof/internal/plugin".Symbolizer, @"".obj5 @"cmd/pprof/internal/plugin".ObjTool, @"".ui6 @"cmd/pprof/internal/plugin".UI, @"".overrides7 @"cmd/pprof/internal/commands".Commands "esc:0x9") (? error)
    232 	func @"".init ()
    233 	var @"cmd/pprof/internal/profile".valueTypeDecoder []@"cmd/pprof/internal/profile".decoder
    234 	var @"cmd/pprof/internal/profile".mappingDecoder []@"cmd/pprof/internal/profile".decoder
    235 	var @"cmd/pprof/internal/profile".functionDecoder []@"cmd/pprof/internal/profile".decoder
    236 	var @"cmd/pprof/internal/profile".lineDecoder []@"cmd/pprof/internal/profile".decoder
    237 	var @"regexp/syntax".instOpNames []string
    238 	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 }
    239 	var @"cmd/pprof/internal/profile".locationDecoder []@"cmd/pprof/internal/profile".decoder
    240 	var @"cmd/pprof/internal/profile".labelDecoder []@"cmd/pprof/internal/profile".decoder
    241 	var @"cmd/pprof/internal/profile".sampleDecoder []@"cmd/pprof/internal/profile".decoder
    242 	var @"cmd/pprof/internal/profile".profileDecoder []@"cmd/pprof/internal/profile".decoder
    243 	import errors "errors" // indirect
    244 	func @"errors".New (@"errors".text2 string) (? error) { return (&@"errors".errorString{ @"errors".s:@"errors".text2 }) }
    245 	type @"errors".errorString struct { @"errors".s string }
    246 	func (@"errors".e2 *@"errors".errorString "esc:0x22") Error () (? string) { return @"errors".e2.@"errors".s }
    247 
    248 $$
    249 _go_.o          0           0     0     644     341246    `
    250 go object darwin amd64 go1.5.1 X:none
    251 
    252 !
    253 go13ldbytes.a
    254 fmt.aio.anet/url.aos.apath/filepath.aregexp.asort.astrconv.astrings.async.atime.a:cmd/pprof/internal/commands.a6cmd/pprof/internal/plugin.a8cmd/pprof/internal/profile.a6cmd/pprof/internal/report.a:cmd/pprof/internal/tempfile.a"".PProf0/eH%H$H;AH1H$8H$@$HHD$HH$H\$H$H$H$H$H\$H$0H\$H$ H\$H$(H\$ H$H\$(H$HT$0HL$8H$`HH$h=
    261 HNH.Ht%H.H$8HnH$@HH$H H|$HHHKHOH$H$H$H[8H$HJ
    263 H(H$pH0H8H$H$xHYHH$HD$H$pH$x	H$HD$H\$HH$H$H|$HHHNHOHD$H$H$H$H[0HT$ H$HL$(H$HD$0H\$8H$HH$@HkH$HZ0H$H$H?L@LD$H\$HH$H$xH$HHHL$pHtIH$xH$L$pHH$H\$H$HH$HT$1H$$$KH$HH$HD$H$HH@H$xHH$HD$HD$H\$H$H\$ H$H\$(H$H$pH$xH$H$1H$H$H$HH$H9H$HHHiH$H$H$PH$H$XH$H$H$HD$H$H\$H$H\$H$H\$ H$H\$(H$H\$0H$H\$8H$ H\$@H$(H\$HH$H\$PH$H\$XH$H\$`H$H\$hH$H\$pH$H\$xH$H$H$H$H$H$$HHD$H$H$HHH$H9wH$H$H$H$H$t-H$H+H$8HkH$@HHH*H$H$HHHHIHtIL$H$H$H$1H$H$L$LH$H9H$H(H$H$H$Hl$D$H$HT$HL$ H$`HH$h=HNH.Ht%H.H$8HnH$@HH$H$HHH$H9=H$HH]HoH$HHH$HKHL$H$HH@H|$HHHKHOH$H^XH|$ HHHKHOH$H\$0H$H\$8H$H\$@H$H\$HH$ H\$PH$(H\$XH$H\$`HT$hHL$pHl$xH$(H$ HtH$8H$@HH$H$HT$D$HL$HT$ H$(H$ HtH$8H$@HH$H$H$ H\$H$(H\$H$H\$H$H$HL$ Hl$(H$8H$0HtH$8H$@HH]uH4$H$H$H*]tzH4$H$H\$H$H\$H$ H\$H$(H\$ HT$(HT$0HL$8H$`H$8H$hH$@H$Ht$H$H\$H$H\$H$ H\$ H$(H\$(HT$0HT$8HL$@H$`H$8H$hH$@HLFL$HL$H$DbEH$HkXH]HH$HH$HNHL$\$H$Ht{H$=uVHkXH$xH$Hr5HHL$pHtIH$xH$L$pqLCXL$Hl$MLFL$HL$H$Ht
    276 |Lcmd/pprof/internal/tempfile.Cleanupf
    277 "runtime.deferproctype.error
    278 "runtime.newobject
    279 "".getFlags6runtime.writeBarrierEnabled
    280 &runtime.deferreturntype.string
    281 "runtime.newobjecttype.string
    282 (runtime.typedmemmove	
    283 type.string
    284 
    285 (runtime.typedmemmovetype.sync.Mutex
    288 "runtime.newobjecttype.bool
    291 "runtime.newobject
&type.sync.WaitGroup
    294 "runtime.newobjectTtype.[]*cmd/pprof/internal/profile.Profile
    295 "runtime.makeslice
    296 *sync.(*WaitGroup).Add""".PProf.func1f
    297 runtime.newproc
    298 ,sync.(*WaitGroup).Wait
    299 &runtime.deferreturn*$f64.3ff0000000000000
    300 Vcmd/pprof/internal/profile.(*Profile).Merge6runtime.writeBarrierEnabled
    301 &runtime.deferreturn 
    302 "".grabProfile!
    303 &runtime.deferreturn"*$f64.bff0000000000000"
    304 Vcmd/pprof/internal/profile.(*Profile).Merge#
    305 &runtime.deferreturn$
    306 "".processFlags%
    307 &runtime.deferreturn%
    308 rcmd/pprof/internal/profile.(*Profile).RemoveUninteresting'
    309 "".interactive(
    310 &runtime.deferreturn)
    311 "".generate*
    312 &runtime.deferreturn*
    313 .runtime.writebarrierptr*
    314 $runtime.panicslice+
    315 $runtime.panicindex+
    316 $runtime.panicslice,
    317 "".isBuildID,6runtime.writeBarrierEnabled.
    318 $runtime.panicslice.
    319 .runtime.writebarrierptr.
    320 $runtime.panicindex/
    321 .runtime.writebarrierptr/
    322 &runtime.deferreturn/
    323 0runtime.morestack_noctxtL"".autotmp_0089Rtype.**cmd/pprof/internal/profile.Profile"".autotmp_0088type.int"".autotmp_0087type.int"".autotmp_0086type.string"".autotmp_0085type.*string"".autotmp_0084type.int"".autotmp_0083type.int"".autotmp_0082type.sync.Mutex"".autotmp_0081type.error"".autotmp_0080type.error"".autotmp_0079type.error"".autotmp_0078Ttype.[]*cmd/pprof/internal/profile.Profile"".autotmp_0077_Ttype.[]*cmd/pprof/internal/profile.Profile"".autotmp_0076/type.[]string"".autotmp_0075type.int"".autotmp_0073type.int"".&errtype.*error"".&errsettype.*bool"".&sourcetype.*string"".&errMu type.*sync.Mutex"".&wg(type.*sync.WaitGroup"".errtype.error"".errtype.error"".profPtype.*cmd/pprof/internal/profile.Profile"".sourcetype.string"".itype.int"".profsTtype.[]*cmd/pprof/internal/profile.Profile"".errtype.error"".fileLtype.cmd/pprof/internal/plugin.ObjFile"".sourcestype.[]string"".ftype.*"".flags"".~r6type.error"".overridesRtype.cmd/pprof/internal/commands.Commands
    329 "".ui`Btype.cmd/pprof/internal/plugin.UI"".obj@Ltype.cmd/pprof/internal/plugin.ObjTool"".sym0Rtype.cmd/pprof/internal/plugin.Symbolizer"".fetch Ltype.cmd/pprof/internal/plugin.Fetcher"".flagsetLtype.cmd/pprof/internal/plugin.FlagSet"	a~F4!	%<7N|
    333 ;JZ,I(!-c%(Dhz+
'E#F
GRhHV>w=>9D[:-5AE"^/P/"V
    341 	Tgclocalsf6ba2bd1e67610d6896f835d5a096783Tgclocalsb7a1802445a2da59b32da5643bb99fa3~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go"".isBuildIDeH%H;avIH0H\$8H$H\$@H\$HH\$HD$H\$ H\$(HD$HH0
    343 RDgo.string."0123456789abcdefABCDEF"x
    344 strings.Trim
    345 0runtime.morestack_noctxt0`"".~r1 type.bool
    347 "".idtype.string`D_``E
    348 ;%Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go"".adjustURL//eH%H$H;AH1H$H$ 11H$1H$H$1H$H$H$H$H$H\$H$H$HD$ H\$(H$H$Hu6H$H$1H$H$H$HH$HL$HD$HD$`HL$H\$ H$H$H	HX0HuaHXHtWHH$HH@H$PH	H$HD$H-Hl$HD$HD$`\$ `	HD$`HH$HHHL$HT$`HL$H$HD$H$Ht<HH$HD$H-Hl$HD$HT$`\$ tR1H*HjH$HL$HD$H$H$1H$H$H$HH$HD$HD$XHH$HH$1H\$hH\$p1H91HHL$hH$HD$pH$HH$HD$HD$
    355 HD$ H\$ H\$8HD$(H\$0H$H$HH$HwHH$hH$pH$H$XH$H$`HH$H\$HH$H$H$HH$H$hH\$HD$HL$HD$ H$H$8HH$@=$HCHH$H$XH\$HD$HL$HD$ H$HH$8HH$@=HCH$H\$H$H\$H$H\$H$H$H$H[0H\$8H$Ht$`HEH^8HH$HKHL$HL$HD$H$HH$(H$PH$0HZH\$`H-Hk8HC@	Ht$`H,H^8HH$HKHL$H$\$HHHi;H$H\$XH\$PHL$@1H$H$ H$HH$H$H$HH$H\$@H\$HD$HL$HD$ H$H$8HH$@=HCHH$HD$H$H\$H$H\$H$H\$ HL$(HD$0H-HH$H$H$H$XH$H$`HH$H\$HMH$H$H$H$H$HkH$=H+HH$H\$PH\$H$XH\$H$H\$H\$XH$HL$HD$H\$`HH$0HC`H$(=u[HKXH\$`H$HL$HD$H\$`Ht0Hs(Hk0H$H$H$H$HLCXL$HL$mH$Hl$LCL$HD$nH#H$HuAH$HD$H-Hl$HD$H$(H$0\$ _HmH$HD$H-Hl$HD$\$ <H\$`H-Hk8HC@	H\$XH\$HH
HHH\$xH$H$H$XH$H$`HH$H\$HH$H$H$H$H$HkHl$x=u<H+HH$H\$HH\$H$XH\$H$H\$7H$Hl$kLCL$HD$@LCL$HD$F1H$xH$H$HH$HD$H$HHT$H$PHL$HD$ \$(HtQH0H$xHPH$HhH$tHtHvHHF1HH$HH\$HD$H$H\$H$H\$ H\$(H|$HHHKHOH\$`H$HD$HL$ H\$(H$H$HHtRHH(Hh0H$H$H$H$H$H$H#H$H
    369 
    370 os.Stat
    371 net/url.Parse go.string."file"
    372  runtime.eqstring
    373 strings.ToLower go.string."file"
    374  runtime.eqstring
    375 *net/url.(*URL).String	
    376 (net/url.(*URL).Query	&go.string."seconds"
    378  strconv.ParseIntPgo.string."Overriding -seconds for URL "
(type.[2]interface {}
    382 "runtime.newobjecttype.string
    383 runtime.convT2E6runtime.writeBarrierEnabledtype.string
    384 runtime.convT2E6runtime.writeBarrierEnabled
    385 strings.ToLower*go.string."/profilez"
    386 "".hasDurationtype.int
    387 runtime.convT2E6runtime.writeBarrierEnabledgo.string."%d"
    388 fmt.Sprintf&go.string."seconds"type.[1]string
    389 "runtime.newobject6runtime.writeBarrierEnabled&type.net/url.Values
    390 $runtime.mapassign1
    391 *net/url.Values.Encode6runtime.writeBarrierEnabled
    392 *net/url.(*URL).String 
    393 .runtime.writebarrierptr 
    394 .runtime.writebarrierptr 
    395 .runtime.writebarrierptr!go.string."/""
    396  runtime.eqstring#&go.string."/protoz"#
    397  runtime.eqstring#*go.string."/profilez"$ go.string."type"$"go.string."proto"%type.[1]string%
    398 "runtime.newobject&6runtime.writeBarrierEnabled&&type.net/url.Values'
    399 $runtime.mapassign1'
    400 .runtime.writebarrierptr(
    401 .runtime.writebarrierptr(
    402 .runtime.writebarrierptr)&type.net/url.Values*
    403 4runtime.mapaccess2_faststr+
    404 $runtime.panicindex+&go.string."http://",
    405 *runtime.concatstring2-
    406 (net/url.(*URL).Parse/
    407 0runtime.morestack_noctxt^"".autotmp_0123type.string"".autotmp_0122type.*[1]string"".autotmp_0121"type.interface {}"".autotmp_0120(type.[1]interface {}"".autotmp_0117&type.[]interface {}"".autotmp_0115type.string"".autotmp_0114"type.interface {}"".autotmp_0113"type.interface {}"".autotmp_0111_&type.[]interface {}"".autotmp_0109type.string"".autotmp_0108type.string"".autotmp_0107type.string"".autotmp_0106type.string"".autotmp_0105type.[]string"".autotmp_0104type.string"".autotmp_0103type.string"".autotmp_0102type.int"".autotmp_0100/type.[]string"".autotmp_0099type.string"".autotmp_0098type.string"".autotmp_0097type.string"".autotmp_0096type.string"".autotmp_0094type.string"".autotmp_0093type.string net/url.value3type.stringnet/url.key2type.stringnet/url.v1&type.net/url.Values net/url.value3type.stringnet/url.key2type.stringnet/url.v1&type.net/url.Values"".~r0type.stringnet/url.vs4type.[]stringnet/url.key3type.string"".errtype.error
    410 "".ustype.int64"".urlSecondstype.string"".values&type.net/url.Values"".schemetype.string"".errtype.error"".url"type.*net/url.URL"".errtype.error"".duration$type.time.Duration"".hostptype.string"".adjustedPtype.string
    414 "".ui0Btype.cmd/pprof/internal/plugin.UI"".sec type.int"".sourcetype.stringD"hN6*}{	IcN
J>
    419 HW8
    422 G;
5y\IU2vX
XK"lUL&Tgclocalsa7c59a15eddafb70596ae501d7b1377eTgclocalsd8760b733f7e95ed14c24fdadbc01c9c~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go"".hasDurationeH%HD$H;A&HH\$xHH-H+H-HkH-HkH-HkH-Hk H-Hk(HHD$p1HT$hHT$(H\$`Hl$(H9HD$8HHHhHL$0HT$PHl$XH$H$H$H\$HT$@HT$Hl$HHl$\$ t$HHD$8HL$0HHHl$(H9p$Hh
    427 T""".statictmp_0126h""".statictmp_0126~ """.statictmp_01260""".statictmp_0126@""".statictmp_0126P""".statictmp_0126
    428  strings.Contains
    429 0runtime.morestack_noctxt0"".autotmp_0132type.string"".autotmp_0131type.*string"".autotmp_0130type.int"".autotmp_0129type.int"".autotmp_0128_type.[3]string"".autotmp_0124type.[]string"".triggertype.string"".~r1 type.bool"".pathtype.string&.&<
    431 	gTgclocals41a13ac73c712c01973b8fe23f62d694Tgclocals5322c69b0650d4c2f2fdc2280129d5f3~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go"".preprocesseH%HD$H;AHH$1H$H$HH]HfHH]HQHH]H<HH]HuIHH]Hu8H$H$HD$HL$HD$H$H$HHHH$HKHL$H$H\$H$H\$H\$ H\$`HD$(HL$0H$HD$xHtH$H$HH$HHH$HKHL$H$H\$H$H\$HD$ HL$(HT$0H$HL$xHtH$H$HH$H$H\$`H\$HD$\$H\$\$^$H$HH|$HHHKHOHH\$HD$ H$H\$(H$H\$0\$^$H$HH|$HHHKHOHH\$HD$ 	H$H\$(H$H\$0H$HHH$HKHL$HH|$HHHKHOHH|$ HHHKHOHl$0HT$8HL$@HD$HHt$PHt$pHD$hHtH$H$HH$H$Hl$HT$HL$\$ H\$!\$]\$"\$_$H$HH|$HHHKHOHH\$HD$ H$H\$(H$H\$0\$]$H$HH|$HHHKHOHH\$HD$ H$H\$(H$H\$0\$_$H$HH|$HHHKHOHH\$HD$ H$H\$(H$H\$0H$U$
    447 
    448 "".aggregate
    449 &"".compileTagFilter
    450 &"".compileTagFilter
    451 pcmd/pprof/internal/profile.(*Profile).FilterSamplesByTag(go.string."TagFocus"	
    452  "".warnNoMatches	*go.string."TagIgnore"
    453 
    454  "".warnNoMatches
    456 *"".compileFocusIgnore
    458 rcmd/pprof/internal/profile.(*Profile).FilterSamplesByName"go.string."Focus"
    459  "".warnNoMatches$go.string."Ignore"
    460  "".warnNoMatches go.string."Hide"
    461  "".warnNoMatches
    462 0runtime.morestack_noctxt`
    463 "".imStype.bool"".errtype.error"".focusOJtype.func(string, string, int64) bool
    465 "".hmQtype.bool
    466 "".imUtype.bool"".err?type.error"".~r3@type.error"".f0type.*"".flags
    469 "".uiBtype.cmd/pprof/internal/plugin.UI"".profPtype.*cmd/pprof/internal/profile.ProfileBtw	`9?"8RU1Yf3n:Y^fZTgclocals8c2f8f990ab0a90930a640c5478081b4Tgclocalsfad3647538fe088c3f63d28bb4a0e2d7~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go*"".compileFocusIgnoreeH%H;a\HpH$11H$H$H$H$H$HEH\$xH$HD$H\$H$HL$HT$ H$H$H1H\$HH\$PH\$HHHD$`HD$hH\$XH$HT$HL$HD$H\$XHL$8HHD$@=u~HCHH$HD$H\$XH\$H\$`H\$H\$hH\$ HL$(HD$0H$H$H$H$H$HpLCL$HD$oH$HPH$H$H$H\$H\$H$HL$HT$ H$H$H1H\$HH\$PH\$HHHD$`HD$hH\$XH$HT$HL$HD$H\$XHL$8HHD$@=u~HCHH$HD$H\$XH\$H\$`H\$H\$hH\$ HL$(HD$0H$H$H$H$H$HpLCL$HD$oH$HPH$H$H$H\$H\$H$HL$HT$ H$H$H1H\$HH\$PH\$HHHD$`HD$hH\$XH$HT$HL$HD$H\$XHL$8HHD$@=u~HCHH$HD$H\$XH\$H\$`H\$H\$hH\$ HL$(HD$0H$H$H$H$H$HpLCL$HD$oHp(
    480 
    481 regexp.Compile
    482 runtime.convI2E6runtime.writeBarrierEnabledHgo.string."parsing focus regexp: %v"
    483 fmt.Errorf
    484 .runtime.writebarrierptr
    485 regexp.Compile	
    486 runtime.convI2E	6runtime.writeBarrierEnabled	Jgo.string."parsing ignore regexp: %v"
    487 
    488 fmt.Errorf
    490 .runtime.writebarrierptr
    492 regexp.Compile
    493 runtime.convI2E6runtime.writeBarrierEnabledFgo.string."parsing hide regexp: %v"
    494 fmt.Errorf
    495 .runtime.writebarrierptr
    496 0runtime.morestack_noctxt("".autotmp_0151"type.interface {}"".autotmp_0150(type.[1]interface {}"".autotmp_0148*type.*[1]interface {}"".autotmp_0147&type.[]interface {}"".autotmp_0146"type.interface {}"".autotmp_0145(type.[1]interface {}"".autotmp_0143*type.*[1]interface {}"".autotmp_0142&type.[]interface {}"".autotmp_0141o"type.interface {}"".autotmp_0140O(type.[1]interface {}"".autotmp_0137/&type.[]interface {}"".autotmp_0136type.error"".autotmp_0135type.error"".errtype.error"".h&type.*regexp.Regexp"".ip&type.*regexp.Regexp"".f`&type.*regexp.Regexp"".hide@type.string"".ignore type.string"".focustype.stringB"	:W
    498 DOO#6oq`U<q`U<q`U'Tgclocals0eb29ae90ad3e4dfede17d26f518b0a1Tgclocals537ec9f1c54cca717c7404008b87820d~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go&"".compileTagFiltereH%HD$H;AHH$11H$H$Hu&H$1H$H$HH$H$HD$H$H$HD$HD$(1H9uHH\$xH$
HL$hHT$pHH\$XHD$`HH$H\$HH$H$H$HH$H\$xH\$HD$HL$HD$ H$HL$HHHD$P=HCHH$H\$hH\$HD$HL$HD$ H$HHL$HHHD$P=$HCHH$H\$XH\$HD$HL$HD$ H$H HL$HHHD$P=HCH$H\$H$H\$H$H\$H$H$H$H[0HH$HD$H-H(HD$@Hl$(=u&HhH$1H$H$HL@L$Hl$HD$@LCL$HD$7LCL$HD$LCL$HD$[H$HT$H\$H\$0HD$H\$ H$H$HtH$HHH$HD$H-H(HD$8Hl$0=u&HhH$1H$H$HL@L$Hl$HD$8">
    505 
    506 ,"".parseTagFilterRange2go.string."Interpreted '"Dgo.string."' as range, not regexp"(type.[3]interface {}
    507 "runtime.newobjecttype.string
    508 runtime.convT2E6runtime.writeBarrierEnabledtype.string
    509 runtime.convT2E6runtime.writeBarrierEnabledtype.string
    510 runtime.convT2E6runtime.writeBarrierEnabled		ztype.struct { F uintptr; numFilter func(int64, string) bool }	
    511 "runtime.newobject	2"".compileTagFilter.func1
    512 6runtime.writeBarrierEnabled
    514 .runtime.writebarrierptr
    516 .runtime.writebarrierptr
    518 .runtime.writebarrierptr
    520 .runtime.writebarrierptr
    522 regexp.Compile
Xtype.struct { F uintptr; fx *regexp.Regexp }
    525 "runtime.newobject
2"".compileTagFilter.func26runtime.writeBarrierEnabled
    527 .runtime.writebarrierptr
    528 0runtime.morestack_noctxtp "".autotmp_0163Jtype.func(string, string, int64) bool"".autotmp_0162Ztype.*struct { F uintptr; fx *regexp.Regexp }"".autotmp_0160|type.*struct { F uintptr; numFilter func(int64, string) bool }"".autotmp_0159"type.interface {}"".autotmp_0158"type.interface {}"".autotmp_0157"type.interface {}"".autotmp_0155/&type.[]interface {}"".autotmp_0154type.string"".autotmp_0153otype.string"".autotmp_0152Otype.string
    529 "".fx&type.*regexp.Regexp"".numFilter:type.func(int64, string) bool"".errPtype.error"".f@Jtype.func(string, string, int64) bool
    531 "".ui Btype.cmd/pprof/internal/plugin.UI"".filtertype.string@GW%N;&;6
    532 "	
    533 L*6
    535 "	
    536 -0xlR
ZHN
    539 ZTgclocals5364a1475e4fe122134d2b0fecaa31c6Tgclocals6ccaaa7dfb673fa6f9e13655e0e6d889~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go,"".parseTagFilterRange44eH%H$H;AHHH$H$H\$H$H\$HD$HT$ HL$(H\$0H$8HuH$HH$(HH$0mH2HBHjH$PH$@HH$H9HHH$HNHL$HD$
    545 HD$@L$(H$0HD$ HL$(H\$0H$H$H1H$pH$xH$H$H$pHH$`H$hH$XHH$HII@IhH$PH$@HH$HWHH\$HD$HL$HD$ H$XH$HH$=HCH$H$H$H\$HL$HD$H$XHH$HH$=HCHH$HD$H$XH\$H$`H\$H$hH\$ HL$(HD$0H$H$H$ HD$H\$HH$HKHL$LCL$HD$eLCL$HD$2H$H	I0I@IhH	H H|$HHHNHOHz	I0I@IhH$PH$@HH$HF	H H|$HHHNHOL$(H$0D$(D$PH\$0H$H\$8H$HlH[II@IhH$PH$@HH$H'H)H$HQH$H$H$H$H9H$HD$H$Hl$H$HT$H$\$ tHH$HD$H-H(H$H$HhH$=uHhD$P@H$HL@L$Hl$H$H\$xH$H$H\$H$HT$HH\$HD$ H$HL$(H$HD$0H$H9H$H,$HT$HL$HD$\$ tHH$HD$H-H(H$H$HhH$=uHhD$P@H$HL@L$Hl$H$H\$XH$HH\$HD$H$H\$H$H\$ H$HL$(HD$0H9H$H,$HT$H$HL$H$HD$\$ tHH$HD$H-H(H$H$HhH$=uHhD$P@H$HL@L$Hl$H$H$HH\$xH$HdIIHIhHHH|$H
    557 HHJHOHH\$HD$ LHHH3HCHkH$PH$@HH$HH|$(HHHNHOH$HL$8HD$@H9H$H,$HT$H$HL$H$HD$\$ OH$(H$01HH3HCHkH$PH$@HH$HHHH$HNHL$HD$
    560 HD$@H$(H$0HD$ HL$(H\$0H$H$H1H$pH$xH$H$H$pHH$`H$hH$XHH$HHHHHCHkH$PHH$@HH$HWHH\$HD$HL$HD$ H$XH$HH$=HCH$H$H$H\$HL$HD$H$XHH$HH$=HCHH$HD$H$XH\$H$`H\$H$hH\$ HL$(HD$0H$H$H$ HD$H\$HH$HKHL$LCL$HD$eLCL$HD$(H$HHqHH3HCHkH$PH$@HH$H9H H|$HHHNHOH$H\$H$H\$ H$D$(D$HHL$0HD$8H9H$H,$HT$H$HL$H$HD$\$ HH$HD$H-H(H$H$HhH$=u*HhD$P@D$H@ H$HL@L$Hl$H$H$HH$H
    585 J&"".tagFilterRangeRx
    586 Lregexp.(*Regexp).FindAllStringSubmatch
    587  strconv.ParseInttype.string
    588 runtime.convT2E6runtime.writeBarrierEnabled
    589 runtime.convI2E	6runtime.writeBarrierEnabled	Lgo.string."Failed to parse int %s: %v"
    590 
    591 fmt.Errorf
    593 runtime.convI2E
    595 runtime.gopanic
    597 .runtime.writebarrierptr
    599 .runtime.writebarrierptr
    601 $runtime.panicindex
    603 $runtime.panicindex
    604 Hcmd/pprof/internal/report.ScaleValue
    605  runtime.eqstringjtype.struct { F uintptr; unit string; value float64 }
    606 "runtime.newobject8"".parseTagFilterRange.func16runtime.writeBarrierEnabled
    607 .runtime.writebarrierptrgo.string.":"
    608 *runtime.concatstring2
    609  runtime.eqstringjtype.struct { F uintptr; unit string; value float64 }
    610 "runtime.newobject8"".parseTagFilterRange.func26runtime.writeBarrierEnabled
    611 .runtime.writebarrierptrgo.string.":"
    612 *runtime.concatstring2
    613  runtime.eqstringjtype.struct { F uintptr; unit string; value float64 }
    614 "runtime.newobject8"".parseTagFilterRange.func36runtime.writeBarrierEnabled
    615 .runtime.writebarrierptr
    616 $runtime.panicindex
    617 $runtime.panicindexgo.string.":" 
    618 *runtime.concatstring3!
    619  runtime.eqstring#
    620  strconv.ParseInt%type.string'
    621 runtime.convT2E'6runtime.writeBarrierEnabled(
    622 runtime.convI2E)6runtime.writeBarrierEnabled)Lgo.string."Failed to parse int %s: %v"*
    623 fmt.Errorf+
    624 runtime.convI2E+
    625 runtime.gopanic+
    626 .runtime.writebarrierptr,
    627 .runtime.writebarrierptr,
    628 $runtime.panicindex,
    629 $runtime.panicindex.
    630 Hcmd/pprof/internal/report.ScaleValue/
    631  runtime.eqstring0type.struct { F uintptr; unit string; value float64; value2 float64 }0
    632 "runtime.newobject08"".parseTagFilterRange.func406runtime.writeBarrierEnabled1
    633 .runtime.writebarrierptr2
    634 $runtime.panicindex2
    635 $runtime.panicindex2
    636 $runtime.panicindex2
    637 $runtime.panicindex3
    638 $runtime.panicindex3
    639 $runtime.panicindex3
    640 $runtime.panicindex3
    641 $runtime.panicindex3
    642 $runtime.panicindex3
    643 $runtime.panicindex3
    644 $runtime.panicindex4
    645 $runtime.panicindex4
    646 $runtime.panicindex4
    647 $runtime.panicindex4
    648 0runtime.morestack_noctxt0@"".autotmp_0190type.*struct { F uintptr; unit string; value float64; value2 float64 }"".autotmp_0189"type.interface {}"".autotmp_0188"type.interface {}"".autotmp_0187(type.[2]interface {}"".autotmp_0185*type.*[2]interface {}"".autotmp_0184&type.[]interface {}"".autotmp_0183type.[32]uint8"".autotmp_0182type.string"".autotmp_0181ltype.*struct { F uintptr; unit string; value float64 }"".autotmp_0180ltype.*struct { F uintptr; unit string; value float64 }"".autotmp_0179ltype.*struct { F uintptr; unit string; value float64 }"".autotmp_0178type.[32]uint8"".autotmp_0177type.string"".autotmp_0176type.[32]uint8"".autotmp_0175type.string"".autotmp_0174type.string"".autotmp_0173"type.interface {}"".autotmp_0172"type.interface {}"".autotmp_0171?(type.[2]interface {}"".autotmp_0168o&type.[]interface {}"".autotmp_0167type.error"".autotmp_0166type.int"".autotmp_0165type.error"".unit2type.string"".value2type.float64"".matchtype.string"".unittype.string"".valuetype.float64"".errtype.error"".rangestype.[][]string"".~r1 :type.func(int64, string) bool"".filtertype.stringt"c	/
    651 //R"J
    652 ^KSSS
    653 !&G^)	PTzV
    655 "eGeeGK#
TzV
    658 #Tgclocalsedf71cd6c7cb72d0ea02f8e710ada939Tgclocalscbb0d859398c35d61a98e019a57d540e~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go "".warnNoMatcheseH%H;aHH$$uIHtCHuEH$H,$HD$H-Hl$HD$H$\$ tHH$H$H\$H$H\$HH\$HD$  H$H\$(HD$0H\$8H\$XH\$@H\$`HH$H\$HHD$pHD$xH\$hHH$H\$XH\$HD$HL$HD$ H\$hHL$HHHD$P=uAHCH\$hH\$H\$pH\$H\$xH\$H$H$H$H[0LCL$HD$E=
    661 go.string."."
    662  runtime.eqstringXgo.string." expression matched no samples: "
    663 *runtime.concatstring3(type.[1]interface {}
    664 "runtime.newobjecttype.string
    665 runtime.convT2E6runtime.writeBarrierEnabled
    666 .runtime.writebarrierptr
    667 0runtime.morestack_noctxtp"".autotmp_0204o"type.interface {}"".autotmp_0202/&type.[]interface {}"".autotmp_0201Otype.string
    668 "".uiPBtype.cmd/pprof/internal/plugin.UI"".option0type.string
    669 "".rxtype.string"".matchtype.boolb""S^Id%Tgclocalsa6d342b3a114469b8f6c6538cd88bcecTgclocalsf6c556ae56484d716ed483c7caba2407~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go"".grabProfileYXeH%H$H;AHp1H$H$H$xH$H$H\$H$HH]H\$H$H\$H$H\$ HT$(H$xHL$0H$H\$8H$HD$@H\$HH\$`H$H<D$_HH$H$H$H$HH$H\$H
H$H$H$HH$H$H\$HD$HL$HD$ H$H$hHH$p=~HCHH$H$H\$HD$HL$HD$ H$HH$hHH$p=HCH$H\$H$H\$H$H\$H$H$H$H[(HD$`HZH$HL$HD$H$HH\$HD$H$xHL$H$HD$ HH\$(HD$0H\$8H$H\$@H$HH$H\$HH$H$H$HH$H$H\$HD$HL$HD$ H$H$hHH$p=HCH$H\$H$H\$H$H\$H$H$H$H[(Hl$`H$H$\$$H\$H$H$xH$H$H\$HH?HH)HHHH\$H$H\$H$H\$ H$HHt$`HD$(HL$0HT$8H$@H$8Ht$H$H$H$Hp|$_tyHHuRH$$H$H$HH$H	nHHi;Hc$HHHtHHuHH$H
H$H
H$H^PHH$HKHL$H$xH\$H$H\$H$HD$ H$H\$(H$H\$0H$H\$8H$H\$@H$HHD$HHL$PH$ H$Ht$H$H$H$Hp|$_kH$H
HH$H$HH$H$HjHl$H$xHL$H$HD$H\$ H1H9(H<HH$H$H$Hk8H2H$HHC0HK8Hk@H$H$HH$dH(H](HH$H:HC0HK8Hk@H$H$HH$HH
    685 Hk HMH$HMHL$HL$HD$H$H$H\$H$H\$H$xHL$H$HD$ HH\$(HD$0H\$8H$H\$@H$H$H$H$H\$D$/H$H$\$
    687 H$Ht$HT$H$H\$H$H\$ HH\$(HD$0Ht$8H$HT$@H$H$H	H;HCHkH$01H$(HD$pH$ HHl$pH9H$H(HL$xH$Ht$HT$H|$HMHHMHOHH\$(HD$0Ht$8H$HT$@H$H$HL$xHHHl$pH9tHH$HD$HL$HD$H$HH$H$PHD$H$H\$H$H\$HH\$ HD$(HL$0HD$8H\$@H$H$HH$H$H1H9H$H$H$H$XHD$H$`HL$HD$H\$ H$H$HHH$H$H$1H(HVHMHEH$H$H$H$HH$H\$HH$H$H$HH$H$H\$HD$HL$HD$ H$H$hHH$p=yHCHH$H$H\$HD$HL$HD$ H$HH$hHH$p=HCH$H\$H$H\$H$H\$H$H$H$H[0H$HOHH$H$HH$H\$HjH$H$H$HH$H$H\$HD$HL$HD$ H$H$hHH$p=HCH$H$H$H\$HL$HD$H$HH$hHH$p=lHCH$H\$H$H\$H$H\$H$H$H$H[0H$HH$H-H(H$HhH$HhH$H$HD$HD$H\$H$H$HOHH$H$HH$H\$HiH$H$H$HH$H$H\$HD$HL$HD$ H$H$hHH$p=HCH$H$H$H\$HL$HD$H$HH$hHH$p=kHCH$H\$H$H\$H$H\$H$H$H$H[0H$H$HD$H\$H$0H$(HH$xH$H$H$1H$PH$XH$`H$hH$PHlH$H$H$HH$H$H\$HD$HL$HD$ H$H$hHH$p=HCH$(H$H$0H\$HL$HD$H$HH$hHH$p=urHCHH$HD$H$H\$H$H\$H$H\$ HL$(HD$0H$H$H$HpLCL$HD${LCL$HD$H$H$1H$H$HpLCL$HD$LCL$HD$LCL$HD$LCL$HD$LCL$HD$LCL$HD$tEHH$HH\$HH\$HD$^G`H$H$HH$H$HkHl$H$xHL$H$HD$H\$ H1H9tHXH1H$Hh8HOHH$H|$HH1HHH$H$HHKHHCPHkXH$H1H$@HD$hH$8Hl$hH9}DH$HHT$pHOH$=HkHHHl$hH9|HH$H$HL$HH$H$H$H$={H)H$Hh8H$Hh@=4HH0H$Ht`HHH0HP8Hh@H$H$HH$H)H$H](H$=H] H$HrHtyHH0HP8Hh@H$H$HH$vHH)H$H]8H$=u	H]0LE0L$H\$H$LE L$H\$H$LL@0L$HL$H$H$Hl$H$H$e&LCL$Hl$HT$pH$T!LCL$HD$mLCL$HD$LCL$HD$o
    704 
    705 "".adjustURLDgo.string."Fetching profile from "(type.[2]interface {}
    706 "runtime.newobjecttype.string
    707 runtime.convT2E6runtime.writeBarrierEnabledtype.string
    708 runtime.convT2E6runtime.writeBarrierEnabled	
    709 (time.Duration.String	8go.string."Please wait... ("
    710 go.string.")"
    711 
    712 *runtime.concatstring3(type.[1]interface {}
    715 "runtime.newobjecttype.string
    718 runtime.convT2E
6runtime.writeBarrierEnabled
    720 time.Now"go.string."proto"*type.map[string]*bool
    721 4runtime.mapaccess1_faststr$go.string."pprof."
    722 $path/filepath.Basego.string."."
    723 *runtime.concatstring3
    724 (strings.ContainsRune!go.string."."!
    725 *runtime.concatstring3$go.string."."$
    726 *runtime.concatstring3%0go.string."PPROF_TMPDIR"%
    727 os.Getenv&$go.string.".pb.gz"'
    728 >cmd/pprof/internal/tempfile.New(4go.itab.*os.File.io.Writer(
    729 Vcmd/pprof/internal/profile.(*Profile).Write):go.string."Saved profile in "+(type.[2]interface {}+
    730 "runtime.newobject,type.string,
    731 runtime.convT2E-6runtime.writeBarrierEnabled-type.string-
    732 runtime.convT2E.6runtime.writeBarrierEnabled/0Hgo.string."Could not save profile: "0(type.[2]interface {}0
    733 "runtime.newobject1type.string2
    734 runtime.convT2E26runtime.writeBarrierEnabled3
    735 runtime.convI2E46runtime.writeBarrierEnabled55^cmd/pprof/internal/plugin.(ObjTool).Demangle-fm6
    736 \cmd/pprof/internal/profile.(*Profile).Demangle7Pgo.string."Failed to demangle profile: "7(type.[2]interface {}7
    737 "runtime.newobject8type.string9
    738 runtime.convT2E96runtime.writeBarrierEnabled:
    739 runtime.convI2E;6runtime.writeBarrierEnabled<<
    740 `cmd/pprof/internal/profile.(*Profile).CheckValid?type.string?
    741 runtime.convT2E@6runtime.writeBarrierEnabledA
    742 runtime.convI2EA6runtime.writeBarrierEnabledA.go.string."Grab %s: %v"B
    743 fmt.ErrorfC
    744 .runtime.writebarrierptrD
    745 .runtime.writebarrierptrE
    746 .runtime.writebarrierptrE
    747 .runtime.writebarrierptrF
    748 .runtime.writebarrierptrF
    749 .runtime.writebarrierptrG
    750 .runtime.writebarrierptrG
    751 .runtime.writebarrierptrGtype.*os.FileHtype.io.WriterH4go.itab.*os.File.io.WriterH
    752  runtime.typ2ItabH
    753 $runtime.panicindexI
    754 $runtime.panicindexI.type.map[string]*stringJ
    755 4runtime.mapaccess1_faststrKNtype.cmd/pprof/internal/profile.MappingK
    756 "runtime.newobjectL
    757  runtime.duffzeroN6runtime.writeBarrierEnabledNVtype.[1]*cmd/pprof/internal/profile.MappingN
    758 "runtime.newobjectO6runtime.writeBarrierEnabledP6runtime.writeBarrierEnabledR6runtime.writeBarrierEnabledS6runtime.writeBarrierEnabledT
    759 .runtime.writebarrierptrT
    760 $runtime.panicindexT
    761 .runtime.writebarrierptrU
    762 $runtime.panicindexU
    763 .runtime.writebarrierptrV
    764 .runtime.writebarrierptrV
    765 .runtime.writebarrierptrW
    766 .runtime.writebarrierptrX
    767 .runtime.writebarrierptrX
    768 .runtime.writebarrierptrX
    769 0runtime.morestack_noctxt	"".autotmp_0266"type.interface {}"".autotmp_0265"type.interface {}"".autotmp_0264?(type.[2]interface {}"".autotmp_0262*type.*[2]interface {}"".autotmp_0261&type.[]interface {}"".autotmp_0260"type.interface {}"".autotmp_0259"type.interface {}"".autotmp_0258*type.*[2]interface {}"".autotmp_0257&type.[]interface {}"".autotmp_0255"type.interface {}"".autotmp_0254"type.interface {}"".autotmp_0253*type.*[2]interface {}"".autotmp_0252&type.[]interface {}"".autotmp_0251"type.interface {}"".autotmp_0250"type.interface {}"".autotmp_0249*type.*[2]interface {}"".autotmp_0248&type.[]interface {}"".autotmp_0245Vtype.**cmd/pprof/internal/profile.ValueType"".autotmp_0244type.int"".autotmp_0243type.int"".autotmp_0240Ttype.[]*cmd/pprof/internal/profile.Mapping"".autotmp_0238Ttype.**cmd/pprof/internal/profile.Location"".autotmp_0237type.int"".autotmp_0236type.int"".autotmp_0233"type.interface {}"".autotmp_0231&type.[]interface {}"".autotmp_0230"type.interface {}"".autotmp_0229"type.interface {}"".autotmp_0227&type.[]interface {}"".autotmp_0225type.string"".autotmp_0224type.string"".autotmp_0223|type.struct { F uintptr; R cmd/pprof/internal/plugin.ObjTool }"".autotmp_0222type.string"".autotmp_0221type.string"".autotmp_0220type.string"".autotmp_0219type.*os.File"".autotmp_0218Xtype.[]*cmd/pprof/internal/profile.ValueType"".autotmp_0217type.bool"".autotmp_0216type.string"".autotmp_0215type.int"".autotmp_0213type.string"".autotmp_0211type.string"".autotmp_0210oVtype.[]*cmd/pprof/internal/profile.Location"".autotmp_0209type.int"".autotmp_0208type.string"".autotmp_0207type.string"".autotmp_0206type.string"".autotmp_0205type.string"".~r0type.string"".formattype.string"".ftype.*"".flagstime.t2type.time.Time"".errtype.error"".errtype.error"".errtype.error"".tempFiletype.*os.File"".dirtype.string"".prefixtype.string"".errtype.error"".mPtype.*cmd/pprof/internal/profile.Mapping"".errtype.error"".pPtype.*cmd/pprof/internal/profile.Profile"".nowtype.time.Time"".remotetype.bool"".duration$type.time.Duration"".hosttype.string"".~r9type.error"".~r8Ptype.*cmd/pprof/internal/profile.Profile"".ftype.*"".flags
    780 "".uiBtype.cmd/pprof/internal/plugin.UI"".objLtype.cmd/pprof/internal/plugin.ObjTool"".sympRtype.cmd/pprof/internal/plugin.Symbolizer"".fetch`Ltype.cmd/pprof/internal/plugin.Fetcher"".buildid@type.string"".exec type.string"".sourcetype.stringD"							^			,4
    784 .w$
    785 
R$($
    788 gD`]Z"#dy
    789 v5*
55=2
	q14W#`T*;5	
UUz`	@
    795 dUW~U:UT~OOUT~Tv@H	%S"b

.95Tgclocalsfaf807aaa6a32437466abf5f072fab16Tgclocals394537219aa015666b7dfd15c6204443~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go("".(*flags).isFormateH%H;aH8HL$HHD$PHH$H\$@HkHl$HL$(HL$HD$0HD$H\$ H1H9t
(@l$XH8HL$HHD$PHH$H\$@HkHl$HL$(HL$HD$0HD$H\$ H1H9tHXHD$XH8D$XH8 
    801 H*type.map[string]*bool
    802 4runtime.mapaccess1_faststr.type.map[string]*string
    803 4runtime.mapaccess1_faststr
    804 0runtime.morestack_noctxt@p
    805 "".autotmp_0275type.string"".autotmp_0273type.string"".~r10type.bool"".formattype.string"".ftype.*"".flags"pWop\op	op
    807  K
K
    809 
    810 NTgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals23e8278e2b69a3a75fa59b23c49ed6ad~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go$"".(*flags).StringBAeH%H$H;APHh1H$1H$H$1HL$HHHL$PH$pHHUHH$H$HH$H$HT$8HT$@1H$H$H$H$H$H$H$H|H$H$H$HH$H$H\$HD$HL$HD$ H$HL$hHHD$p=HCHH$H\$@H\$HD$HL$HD$ H$HHL$hHHD$p=HCHH$H$xH]HHCHkH$H$Hl$8H$H9%HH+Hl$H|$HD$HL$HD$ H$H HL$hHHD$p=
HCHH$HD$H$H\$H$H\$H$H\$ HL$(HD$0H$H$H\$H$H\$HL$xHL$H$HD$ HL$(HL$HHD$0HD$PH$pH]H$H$HH$HD$HL$HD$H$H$H\$H$H\$HL$xHL$H$HD$ HL$(HL$HHD$0HD$PH$pHHJHuHUHH$H4$H$HT$H-Hl$HD$HL$HHD$P\$ AH$pH+]H$H$HH$HD$HL$HD$H$H$H\$H$H\$HL$xHL$H$HD$ H\$(H\$HH\$0H\$PH$pHkH$1HH$Hl$H$H\$HT$HHL$PH$1H9H$HH$H&
    823 H;H|$XHkHl$`tzH$H$H<$Hl$HL$HD$H$H$H\$H$H\$HL$xHL$H$HD$ H\$(H\$HH\$0H\$PH$H$HT$HHL$PH$1H9"H$pHk ]t{H$H$HH$HD$HL$HD$H$H$H\$H$H\$HL$xHL$H$HD$ HT$(HL$0H$pHk(]HT$HH$HL$PH$HH$HD$	HL$HD$H$H$H\$H$H\$HL$xHL$H$HD$ HT$(HL$0H$pHk0]5HT$HH$HL$PH$HH$HD$	HL$HD$H$H$H\$H$H\$HL$xHL$H$HD$ HT$(HL$0H$pHk`H]HHT$HH$HL$PH$HH$HD$	H$pHk`H]H\$HL$HD$ H$H$H\$H$H\$HL$xHL$H$HD$ HT$(HL$0HT$HH$HL$PH$HH$HD$H$pHkhED$HL$HD$ H$H$H\$H$H\$HL$xHL$H$HD$ HL$(HD$0HL$HH$HD$PH$HH$HD$H$pHkpED$HL$HD$ H$H$H\$H$H\$HL$xHL$H$HD$ H$pHL$(HD$0HH]HHL$HH$HD$PH$HH$HD$HH|$HHHKHOHL$ HD$(H$H$H\$H$H\$HL$xHL$H$HD$ H$pHL$(HD$0HH]HHL$HH$HD$PH$HH$HD$HH|$HHHKHOHL$ HD$(H$H$H\$H$H\$HL$xHL$H$HD$ H$pHL$(HD$0HH]HHL$HH$HD$PH$HH$HD$HH|$HHHKHOHL$ HD$(H$H$H\$H$H\$HL$xHL$H$HD$ H$pHL$(HD$0HH]HHL$HH$HD$PH$HH$HD$HH|$HHHKHOHL$ HD$(H$H$H\$H$H\$HL$xHL$H$HD$ H$pHL$(HD$0HH]HHL$HH$HD$PH$HH$HD$	HH|$HHHKHOHL$ HD$(H$H$H\$H$H\$HL$xHL$H$HD$ HL$(HD$0H$H$HhH$pHk8]HT$HH$HL$PH$HH$HD$HL$HD$H$H$H\$H$H\$HL$xHL$H$HD$ HT$(HL$0H$pHk@]HT$HH$HL$PH$HH$HD$HL$HD$H$H$H\$H$H\$HL$xHL$H$HD$ HT$(HL$0
    831 H$pHkH]HT$HH$HL$PH$HH$HD$	HL$HD$H$H$H\$H$H\$HL$xHL$H$HD$ HT$(HL$0gH$H$HH$HD$H$pHH|$HHHKHOHL$ HD$(H$H$H\$H$H\$HL$xHL$H$HD$ HL$(HL$HHD$0HD$PELCL$HD$A%LCL$HD$hLCL$HD$}
    834 Z
    835 	 runtime.duffzero0go.string."sample_index"type.string
    836 runtime.convT2E6runtime.writeBarrierEnabledtype.int
    837 runtime.convT2E6runtime.writeBarrierEnabledtype.string
    838 runtime.convT2E	6runtime.writeBarrierEnabled	>go.string."  %-25s : %d (%s)\n"
    839 
    840 fmt.Sprintf
    842 *runtime.concatstring2 go.string."mean"
    845 """.boolFlagString
    846 *runtime.concatstring2&go.string."minimum"
    847  runtime.eqstring.go.string."interactive"
    848 """.boolFlagString
    849 *runtime.concatstring2
    850  runtime.duffzero*type.map[string]*bool
    851 &runtime.mapiterinit
    852 """.boolFlagString
    853 *runtime.concatstring2
    854 &runtime.mapiternextgo.string."cum"
    855 """.boolFlagString
    856 *runtime.concatstring2*go.string."call_tree"
    857 """.boolFlagString
    858 *runtime.concatstring2*go.string."addresses"
    859 """.boolFlagString
    860 *runtime.concatstring2*go.string."nodecount" 
    861  "".intFlagString!
    862 *runtime.concatstring2"0go.string."nodefraction""
    863 $"".floatFlagString#
    864 *runtime.concatstring2$0go.string."edgefraction"%
    865 $"".floatFlagString&
    866 *runtime.concatstring2'"go.string."focus"(
    867 &"".stringFlagString)
    868 *runtime.concatstring2*$go.string."ignore"*
    869 &"".stringFlagString,
    870 *runtime.concatstring2- go.string."hide"-
    871 &"".stringFlagString/
    872 *runtime.concatstring20(go.string."tagfocus"0
    873 &"".stringFlagString1
    874 *runtime.concatstring23*go.string."tagignore"3
    875 &"".stringFlagString4
    876 *runtime.concatstring26"go.string."lines"6
    877 """.boolFlagString7
    878 *runtime.concatstring28"go.string."files"9
    879 """.boolFlagString:
    880 *runtime.concatstring2;*go.string."functions";
    881 """.boolFlagString<
    882 *runtime.concatstring2= go.string."unit">
    883 &"".stringFlagString?
    884 *runtime.concatstring2@
    885 .runtime.writebarrierptr@
    886 $runtime.panicindexA
    887 .runtime.writebarrierptrA
    888 .runtime.writebarrierptrA
    889 0runtime.morestack_noctxt@j"".autotmp_0326type.string"".autotmp_0325"type.interface {}"".autotmp_0324"type.interface {}"".autotmp_0323"type.interface {}"".autotmp_0322(type.[3]interface {}"".autotmp_0319&type.[]interface {}"".autotmp_0318type.string"".autotmp_0317type.string"".autotmp_0316type.string"".autotmp_0315type.string"".autotmp_0314type.string"".autotmp_0313type.string"".autotmp_0312type.string"".autotmp_0311type.string"".autotmp_0310type.string"".autotmp_0309type.string"".autotmp_0308type.string"".autotmp_0307type.string"".autotmp_0306type.string"".autotmp_0305type.string"".autotmp_0304type.string"".autotmp_0303type.string"".autotmp_0302type.string"".autotmp_0301type.string"".autotmp_0300type.string"".autotmp_0299type.string"".autotmp_0298type.string"".autotmp_0297type.string"".autotmp_0296type.string"".autotmp_0295type.string"".autotmp_0294type.string"".autotmp_0293type.string"".autotmp_0292type.string"".autotmp_0291type.string"".autotmp_0290type.string"".autotmp_0289type.string"".autotmp_02884type.map.iter[string]*bool"".autotmp_0286type.string"".autotmp_0285type.string"".autotmp_0284type.string"".autotmp_0283type.string"".autotmp_0282type.string"".autotmp_0281type.string"".autotmp_0280type.string"".autotmp_0279type.int"".autotmp_0278type.string"".autotmp_0277type.string"".nametype.string
    890 "".ixtype.int"".rettype.string"".~r1 type.string"".pPtype.*cmd/pprof/internal/profile.Profile"".ftype.*"".flags"!Cv
    893 z.{?
    896 /
		fHYHrYHQqH%[HVHVHlHTHTHtHtHtHtHtHnH[H[HaH3=Tgclocals00f2140af7ce94aab280d8c16316165fTgclocals4bc598176a7a38b4484c53b21fb519d9~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go""".boolFlagStringeH%H;a%H1H$H$H$H\$XH$H\$`1H\$HH\$PH\$HHHD$pHD$xH\$hHH$H\$XH\$HD$HL$HD$ H\$hHL$8HHD$@=u]HCHH$HD$H\$hH\$H\$pH\$H\$xH\$ HL$(HD$0H$H$HLCL$HD$)
    900 type.string
    901 runtime.convT2E6runtime.writeBarrierEnabled8go.string."  %-25s : true\n"
    902 fmt.Sprintf
    903 .runtime.writebarrierptr
    904 0runtime.morestack_noctxt@"".autotmp_0335"type.interface {}"".autotmp_0334o(type.[1]interface {}"".autotmp_0331/&type.[]interface {}"".autotmp_0329Otype.string"".~r1 type.string"".labeltype.string3,`4&Tgclocals55cc6ee7528f0b48e5a6d9bfba36524aTgclocalse686e33109a1bc2792301626c7b401c5~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go&"".stringFlagStringeH%HD$H;AH1H$H$H$H\$XH$H\$`H$H\$HH$H\$P1H$H$H$H$H$H;HD$pHD$xH\$hHH$H\$XH\$HD$HL$HD$ H\$hHL$8HHD$@=HCHH$H\$HH\$HD$HL$HD$ H\$hHHL$8HHD$@=u]HCHH$HD$
H\$hH\$H\$pH\$H\$xH\$ HL$(HD$0H$H$HLCL$HD$LCL$HD$,
    911 type.string
    912 runtime.convT2E6runtime.writeBarrierEnabledtype.string
    913 runtime.convT2E6runtime.writeBarrierEnabled4go.string."  %-25s : %s\n"
    914 fmt.Sprintf
    915 .runtime.writebarrierptr
    916 .runtime.writebarrierptr
    917 0runtime.morestack_noctxt`"".autotmp_0344"type.interface {}"".autotmp_0343"type.interface {}"".autotmp_0342?(type.[2]interface {}"".autotmp_0339o&type.[]interface {}"".autotmp_0337type.string"".autotmp_0336type.string"".~r2@type.string"".value type.string"".labeltype.stringG14:Tgclocals01222aa938402b47e50e7b0eb35d9e3bTgclocals24dad5c01c8a1c135720cc7d2d411117~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go "".intFlagStringeH%HD$H;AH1H$H$H$H\$PH$H\$XH$H\$81H\$xH$H$H$H\$xH;HD$hHD$pH\$`HH$H\$PH\$HD$HL$HD$ H\$`HL$@HHD$H=HCHH$H\$8H\$HD$HL$HD$ H\$`HHL$@HHD$H=u]HCHH$HD$
H\$`H\$H\$hH\$H\$pH\$ HL$(HD$0H$H$HLCL$HD$LCL$HD$,.
    923 type.string
    924 runtime.convT2E6runtime.writeBarrierEnabledtype.int
    925 runtime.convT2E6runtime.writeBarrierEnabled4go.string."  %-25s : %d\n"
    926 fmt.Sprintf
    927 .runtime.writebarrierptr
    928 .runtime.writebarrierptr
    929 0runtime.morestack_noctxtP"".autotmp_0353"type.interface {}"".autotmp_0352"type.interface {}"".autotmp_0351?(type.[2]interface {}"".autotmp_0348o&type.[]interface {}"".autotmp_0346type.int"".autotmp_0345type.string"".~r20type.string"".value type.int"".labeltype.stringJ14=Tgclocals9d98bbb373475f3af6381201d6212574Tgclocals592a07df8472ac3df953e7160b15f816~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go$"".floatFlagStringeH%HD$H;AH1H$H$H$H\$PH$H\$X$D$81H\$xH$H$H$H\$xH;HD$hHD$pH\$`HH$H\$PH\$HD$HL$HD$ H\$`HL$@HHD$H=HCHH$H\$8H\$HD$HL$HD$ H\$`HHL$@HHD$H=u]HCHH$HD$
H\$`H\$H\$hH\$H\$pH\$ HL$(HD$0H$H$HLCL$HD$LCL$HD$,,
    935 type.string
    936 runtime.convT2E6runtime.writeBarrierEnabledtype.float64
    937 runtime.convT2E6runtime.writeBarrierEnabled4go.string."  %-25s : %f\n"
    938 fmt.Sprintf
    939 .runtime.writebarrierptr
    940 .runtime.writebarrierptr
    941 0runtime.morestack_noctxtP"".autotmp_0362"type.interface {}"".autotmp_0361"type.interface {}"".autotmp_0360?(type.[2]interface {}"".autotmp_0357o&type.[]interface {}"".autotmp_0355type.float64"".autotmp_0354type.string"".~r20type.string"".value type.float64"".labeltype.stringH14;Tgclocals9d98bbb373475f3af6381201d6212574Tgclocals592a07df8472ac3df953e7160b15f816~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go"".newBooleH%H;av+HHH$HD$l$@(HD$ H
    944 ,type.bool>
    945 "runtime.newobjectv
    946 0runtime.morestack_noctxt  "".~r1type.*bool & P	0
    948 
    949 2Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go"".newStringeH%H;avLH HH$HD$HD$Hl$(HD$Hl$H-H,$H\$H\$8H 
    952 ,type.string>
    953 "runtime.newobject~type.string
    954 (runtime.typedmemmove
    955 0runtime.morestack_noctxt0@
    956 "".&stype.*string"".~r1 type.*string@G?@p	L))Tgclocals41a13ac73c712c01973b8fe23f62d694Tgclocals0c8aa8e80191a30eac23f1a218103f16~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go"".newFloat64eH%H;av-HHH$HD$D$HD$ H
    959 ,type.float64>
    960 "runtime.newobjectz
    961 0runtime.morestack_noctxt  "".~r1type.*float64 ( P	2
    963 
    964 2Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go"".newInteH%H;av+HHH$HD$Hl$H(HD$ H
    966 ,type.int>
    967 "runtime.newobjectv
    968 0runtime.morestack_noctxt  "".~r1type.*int & P	0
    970 
    971 2Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go""".(*flags).usageeH%H$H;AHp1H$H$H$H$1H$H$H$H$xH`H$1HH$Hl$H$H\$H$1H9H$HH$H	HHCHT$hZtFH$H$HL$H$HD$HH\$HD$ HL$(HD$0H$H$H$H$1H$H$H$H$H$HSH$H$H$HH$H$H\$HD$HL$HD$ H$H$HH$=HCHH$H\$hH\$H|$HD$ HD$HL$HD$ H$HH$HH$=2HCHH$HD$H$H\$H$H\$H$H\$ H\$(H$H\$0H$H$H$H$HHH9WH$HHHkHH$HkH$=H+H$H$H$1H9kH$H$H$H\$H$H\$H$H$H$H\$H$H\$HH\$HD$ HL$(HD$0H$HH\$HH\$H$HL$H$HD$ HH\$(HD$0HH\$8HH\$@HH\$HHD$PH$xHL$XHD$`HXHtjHL$pHD$xH$H$HL$H$HD$HPH|$HHHKHOHH\$(HD$0HL$8HD$@HL$pHD$xH$H$HL$H$HD$HH\$HH\$ HL$(HD$0HL$pH$HD$xH$HH$H\$HH$H$H$HH$H$H\$HD$HL$HD$ H$H$HH$=uMHCH$H\$H$H\$H$H\$H$H$H$H[(HpLCL$HD$$H$Hl$H-H,$HL$HD$HT$H\$ HL$(HD$0HT$8HHH$H$H$[LCL$HD$%aLCL$HD$)X
    979 
    980  runtime.duffzeroRtype.cmd/pprof/internal/commands.Commands
    981 &runtime.mapiterinitgo.string."=p"
    982 *runtime.concatstring2type.string
    983 runtime.convT2E6runtime.writeBarrierEnabledtype.string
    984 runtime.convT2E	6runtime.writeBarrierEnabled	.go.string."  -%-16s %s"
    985 
    986 fmt.Sprintf6runtime.writeBarrierEnabled
    989 &runtime.mapiternext
    991 sort.Stringsgo.string."\n"
    992 strings.Join"".usageMsgHdr"".usageMsgHdrgo.string."\n""".usageMsg"".usageMsggo.string."\n"
    993 *runtime.concatstring5go.string."\n"
    994 *runtime.concatstring3"".usageMsgVars"".usageMsgVars
    995 *runtime.concatstring2(type.[1]interface {}
    996 "runtime.newobjecttype.string
    997 runtime.convT2E6runtime.writeBarrierEnabled
    998 .runtime.writebarrierptr
    999 .runtime.writebarrierptrtype.[]string
   1000 "runtime.growslice
   1001 .runtime.writebarrierptr
   1002 .runtime.writebarrierptr
   1003 0runtime.morestack_noctxt0&"".autotmp_0380"type.interface {}"".autotmp_0378&type.[]interface {}"".autotmp_0377"type.interface {}"".autotmp_0376"type.interface {}"".autotmp_0375(type.[2]interface {}"".autotmp_0372&type.[]interface {}"".autotmp_0370type.string"".autotmp_0369type.string"".autotmp_0368type.string"".autotmp_0367type.string"".autotmp_0366type.string"".autotmp_0365type.string"".autotmp_0364rtype.map.iter[string]*cmd/pprof/internal/commands.Command"".texttype.string"".cmdRtype.*cmd/pprof/internal/commands.Command"".nametype.string"".commandMsgtype.[]string
   1005 "".uiBtype.cmd/pprof/internal/plugin.UI"".ftype.*"".flags"
\	DwF	$+
jS	
   1009 	Pkz>@Uv	)D#*Tgclocalse09bed5ad9e126fafc2aca27555ce2a4Tgclocals104e5d573178be03b75b06e6353774b6~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go"".getFlagseH%H$H;A H1H$H$HH\$HD$D$HH\$ HD$(H$H$H$H[ H\$0H$HH$HD$HD$HD$H\$ H$HH$HD$HD$HD$H\$ H$HH\$HD$1H\$H\$ HH\$(HD$0'H$H$H$H[HH\$8H$HH\$HD$1H\$H\$ HH\$(HD$0&H$H$H$H[HH\$8H$xHH\$HD$
D$HH\$ HD$(H$H$H$H[ H\$0H$pHH\$HD$D$HH\$ HD$(H$H$H$H[ H\$0H$hHH\$HD$	D$HH\$ HD$($H$H$H$H[ H\$0H$`HH\$HD$	D$HH\$ HD$(H$H$H$H[ H\$0H$XHH\$HD$D$HH\$ HD$(H$H$H$H[ H\$0H$PHH\$HD$D$HH\$ HD$(H$H$H$H[ H\$0H$HHH\$HD$	D$HH\$ HD$("H$H$H$H[ H\$0H$@HH\$HD$	1H\$H\$ HH\$(HD$0!H$H$H$H[HH\$8H$8HH\$HD$1H\$H\$ HH\$(HD$0#H$H$H$H[HH\$8H$0HH\$HD$	HD$HH\$ HD$(H$H$H$H[8H\$0H$(HH\$HD$D$HH\$ HD$(H$H$H$H[0H\$0H$ HH\$HD$D$HH\$ HD$(H$H$H$H[0H\$0H$HH\$HD$D$HH\$ HD$(2H$H$H$H[ H\$0H$HH\$HD$D$HH\$ HD$(+H$H$H$H[ H\$0H$HH\$HD$1H\$H\$ HH\$(HD$07H$H$H$H[HH\$8H$HH\$HD$1H\$H\$ HH\$(HD$03H$H$H$H[HH\$8H$HH\$HD$1H\$H\$ HH\$(HD$0H$H$H$H[HH\$8H$HH\$HD$1H\$H\$ HH\$(HD$0;H$H$H$H[HH\$8H$HH\$HD$	1H\$H\$ HH\$(HD$07H$H$H$H[HH\$8H$HH\$HD$HD$HH\$ HD$(#H$H$H$H[8H\$0H$HH\$HD$D$HH\$ HD$(H$H$H$H[ H\$0H$HH\$HD$
D$HH\$ HD$(H$H$H$H[ H\$0H$HH\$HD$D$HH\$ HD$(H$H$H$H[ H\$0H$HH\$HD$
D$HH\$ HD$(H$H$H$H[ H\$0H$HH\$HD$HH\$HD$ HH\$(HD$0H$H$H$H[HH\$8H$HH\$HD$	D$HH\$ HD$(0H$H$H$H[0H\$0H$HH\$HD$HD$HH\$ HD$(H$H$H$H[8H\$0H$HH\$HD$D$HH\$ HD$(-H$H$H$H[ H\$0H$HH\$HD$D$HH\$ HD$("H$H$H$H[ H\$0H$HH\$HD$D$HH\$ HD$('H$H$H$H[ H\$0H$HH\$HD$
   1023 D$HH\$ HD$(!H$H$H$H[ H\$0H$HH$HD$HL$HD$HH\$HD$H$HL$H$HD$ HH\$(HD$0H$H$H$H[HH\$8H\$xH$H$H$H[(H\$H$H\$H$HH$HL$HH1HHL$XH$=lH)HXH$='HiHH$=HiHH$=HiHH$x=RHH:H$p=HHH$h=Hi HH$`=wHi(HbH$X=1Hi0HH$P=Hi8HH$H=Hi@HH$@=_HiHHJH$8=HiPHH$0=HiXHH$(=Hi`HxH$ =GHihH2H$=HipHH$=HixHH$=rHHZH$=&HHH$=
HH
H$=
HHv
H$=B
HH*
H$=HHH$=HHH$=^HHFH$=HHH$=HHH$=zHHbH$=.HHH$=
   1045 HH
   1046 H$=
   1047 HH~
   1048 H$=J
   1049 HH2
   1050 H$=	HH	H$=	HH	H$=f	HHN	Hl$x=	H H$HXH$=HPHL$HHHH$HL$HD$H\$HH=_H`H$H$p1HH$HL$H$pH\$H$p1H9H$xHH$pHHHkH$H$H$H$HD$pHH$H\$HH`Hl$H$H\$H\$pH\$H$pH$H$p1H9[H\$HH`H$p1HH$Hl$H$pH\$H$p1H9MH$xHH$pHHHCZH$H$H$HH\$HD$H$HL$H$HD$ HH\$(HD$0H\$8H|$(HHHKHOH$H\$H$H\$1H\$H\$ H$H$H$H[HH\$8H\$hHH$H\$HHkHl$H$H\$H\$hH\$H$pH$H$p1H9HH$HD$H-H(HD$PHl$H=tHhH$HhH$=3HhHD$H$H$H$H[@H|$HHt$H$8HL$HT$ H$HH$@HuXHH$HD$1H\$H\$H\$ HL$(HD$0H$H$H$HH0H8=LH(H]%H]HH$HD$H\$H$HD$H$HHH$HD$HL$HD$H$H$HL$H$HD$HH\$HD$ HL$(HD$0HH$HD$H$HL$H$HD$H$H$H$H\$D$HD$H\$ H$H$HH$H$H$H$1H$PH$XH$`H$hH$PHlH$(H$0H$ HH$H$H\$HD$HL$HD$ H$ H$HH$=HCH$H$H$H\$HL$HD$H$ HH$HH$=urHCHH$HD$ H$ H\$H$(H\$H$0H\$ HL$(HD$0H$H$H$HLCL$HD${LCL$HD$H\$HH$1H$H$HL(L$Ht$H|$HL@L$Hl$HD$PL@L$Hl$HD$PtH$H$H$HH\$HD$H$HL$H$HD$ HH\$(HD$0H\$8H|$ HHHKHOH$H\$H$H\$D$H$H$H$H[ H\$0H\$`HH$H\$HHkHl$H$H\$H\$`H\$ 
L`L$HD$sCLPL$Hl$HL$XL L$Hl$HL$XLL$Hl$HL$X_LL$Hl$HL$X6LL$Hl$HL$XLL$Hl$HL$X{LL$Hl$HL$XR/LL$Hl$HL$XLL$Hl$HL$XLL$Hl$HL$XnKLL$Hl$HL$X"LL$Hl$HL$XLL$Hl$HL$XgLL$Hl$HL$X>LL$Hl$HL$XLL$Hl$HL$XLL$Hl$HL$XZ7LL$Hl$HL$XLL$Hl$HL$XLL$Hl$HL$XvSLAxL$Hl$HL$X-
LApL$Hl$HL$XLAhL$Hl$HL$XLA`L$Hl$HL$X[;LAXL$Hl$HL$XLAPL$Hl$HL$XLAHL$Hl$HL$XiLA@L$Hl$HL$XC#LA8L$Hl$HL$XLA0L$Hl$HL$XLA(L$Hl$HL$XqQLA L$Hl$HL$X+LL$Hl$HL$XLL$Hl$HL$XsLAL$Hl$HL$XM-LAL$Hl$HL$XLAL$Hl$HL$XH$Hl$HL$XP
   1062 n.go.string."interactive"Tgo.string."Accepts commands interactively"*type.map[string]*bool
   1063 runtime.makemap.type.map[string]*string
   1064 runtime.makemap$go.string."output"fgo.string."Output filename for file-based outputs " go.string."base"dgo.string."Source for base profile for comparison"2go.string."drop_negative"Ngo.string."Ignore negative differences"go.string."cum"Fgo.string."Sort by cumulative data"		*go.string."call_tree"	`go.string."Create a context-sensitive call tree"
   1065 
   1066 *go.string."addresses"Fgo.string."Report at address level""go.string."lines"Ngo.string."Report at source line level"

"go.string."files"
Ngo.string."Report at source file level"*go.string."functions"\go.string."Report at function level [default]"*go.string."symbolize"Zgo.string."Options for profile symbolization"&go.string."buildid"^go.string."Override build id for first mapping"*go.string."nodecount"Ngo.string."Max number of nodes to show"0go.string."nodefraction"*$f64.3f747ae147ae147bLgo.string."Hide nodes below <f>*total"0go.string."edgefraction"*$f64.3f50624dd2f1a9fcLgo.string."Hide edges below <f>*total" go.string."trim"|go.string."Honor nodefraction/edgefraction/nodecount defaults"&go.string."runtime"ngo.string."Show runtime call frames in memory profiles""go.string."focus"go.string."Restricts to paths going through a node matching regexp"$go.string."ignore"~go.string."Skips paths going through any nodes matching regexp" go.string."hide"Ngo.string."Skips nodes matching regexp"(go.string."tagfocus"go.string."Restrict to samples with tags in range or matched by regexp" *go.string."tagignore" go.string."Discard samples with tags in range or matched by regexp"!!&go.string."seconds"!^go.string."Length of time for dynamic profiles""".go.string."inuse_space"#Lgo.string."Display in-use memory size"#$2go.string."inuse_objects"$Pgo.string."Display in-use object counts"%%.go.string."alloc_space"&Rgo.string."Display allocated memory size"&&2go.string."alloc_objects"'Vgo.string."Display allocated object counts"(( go.string."unit"(&go.string."minimum"(Pgo.string."Measurement units to display"))*go.string."divide_by"**$f64.3ff0000000000000*xgo.string."Ratio to divide all samples before visualization"++0go.string."sample_index"+Vgo.string."Index of sample value to report",, go.string."mean"-rgo.string."Average sample value over first value (count)"-..go.string."total_delay".\go.string."Display total delay at each region"//.go.string."contentions"/fgo.string."Display number of delays at each region"00,go.string."mean_delay"1Zgo.string."Display mean delay at each region"12.go.string."PPROF_TOOLS"2
   1074 os.Getenv2"go.string."tools"3Tgo.string."Path for object tool pathnames"445type."".flags5
   1075 "runtime.newobject5
   1076  runtime.duffzero66runtime.writeBarrierEnabled66runtime.writeBarrierEnabled76runtime.writeBarrierEnabled76runtime.writeBarrierEnabled86runtime.writeBarrierEnabled86runtime.writeBarrierEnabled96runtime.writeBarrierEnabled96runtime.writeBarrierEnabled:6runtime.writeBarrierEnabled;6runtime.writeBarrierEnabled;6runtime.writeBarrierEnabled<6runtime.writeBarrierEnabled<6runtime.writeBarrierEnabled=6runtime.writeBarrierEnabled=6runtime.writeBarrierEnabled>6runtime.writeBarrierEnabled>6runtime.writeBarrierEnabled?6runtime.writeBarrierEnabled?6runtime.writeBarrierEnabled@6runtime.writeBarrierEnabledA6runtime.writeBarrierEnabledA6runtime.writeBarrierEnabledB6runtime.writeBarrierEnabledB6runtime.writeBarrierEnabledC6runtime.writeBarrierEnabledD6runtime.writeBarrierEnabledD6runtime.writeBarrierEnabledE6runtime.writeBarrierEnabledE6runtime.writeBarrierEnabledF6runtime.writeBarrierEnabledG6runtime.writeBarrierEnabledG6runtime.writeBarrierEnabledH6runtime.writeBarrierEnabledH6runtime.writeBarrierEnabledI6runtime.writeBarrierEnabledJ6runtime.writeBarrierEnabledJ6runtime.writeBarrierEnabledK6runtime.writeBarrierEnabledK."".functionCompleterfL
   1077 Bcmd/pprof/internal/commands.PProfL6runtime.writeBarrierEnabledM
   1078  runtime.duffzeroMRtype.cmd/pprof/internal/commands.CommandsM
   1079 &runtime.mapiterinitORtype.cmd/pprof/internal/commands.CommandsO
   1080 $runtime.mapassign1P
   1081 &runtime.mapiternextP
   1082  runtime.duffzeroPRtype.cmd/pprof/internal/commands.CommandsQ
   1083 &runtime.mapiterinitRBgo.string."Generate a report in "SHgo.string." format, matching regexp"S
   1084 *runtime.concatstring3UU.type.map[string]*stringV
   1085 $runtime.mapassign1V
   1086 &runtime.mapiternextVtype.struct { F uintptr; f *"".flags; ui cmd/pprof/internal/plugin.UI }W
   1087 "runtime.newobjectW""".getFlags.func1W6runtime.writeBarrierEnabledX6runtime.writeBarrierEnabledXYNgo.string."no profile source specified"Z
   1088 fmt.Errorf[6runtime.writeBarrierEnabled\0go.string."PPROF_TMPDIR"\
   1089 os.Getenv] go.string."HOME"]
   1090 os.Getenv^$go.string."/pprof"^
   1091 *runtime.concatstring2^0go.string."PPROF_TMPDIR"_
   1092 os.Setenv`
   1093 os.MkdirAllbtype.stringc
   1094 runtime.convT2Ec6runtime.writeBarrierEnabledd
   1095 runtime.convI2Ee6runtime.writeBarrierEnabledeXgo.string."failed to access temp dir %s: %v"f
   1096 fmt.Errorfg
   1097 .runtime.writebarrierptrg
   1098 .runtime.writebarrierptrh\cmd/pprof/internal/profile.LegacyHeapAllocatedh
   1099 .runtime.writebarrierptri
   1100 .runtime.writebarrierptri
   1101 .runtime.writebarrierptrjBgo.string."Generate a report in "k&go.string." format"k
   1102 *runtime.concatstring3lm*type.map[string]*boolm
   1103 $runtime.mapassign1n
   1104 .runtime.writebarrierptrn
   1105 .runtime.writebarrierptro
   1106 .runtime.writebarrierptrp
   1107 .runtime.writebarrierptrp
   1108 .runtime.writebarrierptrq
   1109 .runtime.writebarrierptrq
   1110 .runtime.writebarrierptrr
   1111 .runtime.writebarrierptrs
   1112 .runtime.writebarrierptrs
   1113 .runtime.writebarrierptrt
   1114 .runtime.writebarrierptrt
   1115 .runtime.writebarrierptru
   1116 .runtime.writebarrierptrv
   1117 .runtime.writebarrierptrv
   1118 .runtime.writebarrierptrw
   1119 .runtime.writebarrierptrw
   1120 .runtime.writebarrierptrx
   1121 .runtime.writebarrierptrx
   1122 .runtime.writebarrierptry
   1123 .runtime.writebarrierptrz
   1124 .runtime.writebarrierptrz
   1125 .runtime.writebarrierptr{
   1126 .runtime.writebarrierptr{
   1127 .runtime.writebarrierptr|
   1128 .runtime.writebarrierptr|
   1129 .runtime.writebarrierptr}
   1130 .runtime.writebarrierptr}
   1131 .runtime.writebarrierptr~
   1132 .runtime.writebarrierptr
   1133 .runtime.writebarrierptr
   1134 .runtime.writebarrierptr
   1135 .runtime.writebarrierptr
   1136 .runtime.writebarrierptr
   1137 .runtime.writebarrierptr
   1138 .runtime.writebarrierptr
   1139 .runtime.writebarrierptr
   1140 .runtime.writebarrierptr
   1141 .runtime.writebarrierptr
   1142 .runtime.writebarrierptr
   1143 0runtime.morestack_noctxt"".autotmp_0448"type.interface {}"".autotmp_0447"type.interface {}"".autotmp_0446(type.[2]interface {}"".autotmp_0443&type.[]interface {}"".autotmp_0442	type.*struct { F uintptr; f *"".flags; ui cmd/pprof/internal/plugin.UI }"".autotmp_0441Rtype.*cmd/pprof/internal/commands.Command"".autotmp_0439	type.*"".flags"".autotmp_0438type.error"".autotmp_0437type.string"".autotmp_0436type.string"".autotmp_0433	type.*bool"".autotmp_0432type.string"".autotmp_0431	type.*string"".autotmp_0430type.string"".autotmp_0429rtype.map.iter[string]*cmd/pprof/internal/commands.Command"".autotmp_0428Rtype.cmd/pprof/internal/commands.Commands"".autotmp_0427	Rtype.*cmd/pprof/internal/commands.Command"".autotmp_0426type.string"".autotmp_0425rtype.map.iter[string]*cmd/pprof/internal/commands.Command"".autotmp_0424Rtype.cmd/pprof/internal/commands.Commands"".autotmp_0422type.string"".autotmp_0421	type.*string"".autotmp_0420type.string"".autotmp_0419	type.*bool"".autotmp_0418	type.*bool"".autotmp_0417type.*bool"".autotmp_0416type.*bool"".autotmp_0415type.*int"".autotmp_0414type.*float64"".autotmp_0413type.*string"".autotmp_0412type.*bool"".autotmp_0411type.*bool"".autotmp_0410type.*bool"".autotmp_0409type.*bool"".autotmp_0408type.*int"".autotmp_0407type.*string"".autotmp_0406type.*string"".autotmp_0405type.*string"".autotmp_0404type.*string"".autotmp_0403type.*string"".autotmp_0402type.*bool"".autotmp_0401type.*bool"".autotmp_0400type.*float64"".autotmp_0399type.*float64"".autotmp_0398type.*int"".autotmp_0397type.*string"".autotmp_0396type.*string"".autotmp_0395type.*bool"".autotmp_0394type.*bool"".autotmp_0393type.*bool"".autotmp_0392type.*bool"".autotmp_0391type.*bool"".autotmp_0390type.*bool"".autotmp_0389type.*bool"".autotmp_0388type.*string"".autotmp_0387type.*string"".autotmp_0386.type.map[string]*string"".autotmp_0385*type.map[string]*bool"".autotmp_0384type.*bool"".errtype.error"".profileDirtype.string"".argstype.[]string"".nametype.string"".nametype.string"".f
   1146 type.*"".flags"".~r4`type.error"".~r3Ptype.*"".flags
   1149 "".ui0Btype.cmd/pprof/internal/plugin.UI"".overrides Rtype.cmd/pprof/internal/commands.Commands"".flagLtype.cmd/pprof/internal/plugin.FlagSet6"-[B	4V88]]VVVVVVV]]Z__VV]]]]]ZVVVVf_ZVVVV=p]$t
$X"(=i3J'8!	
   1160 e{58`]VVVVVVV]]Z__VV]]]]]ZVVVVf_ZVVVV#'Na[<#Tv@TT<((&&&&&&&&&&&&&&&&&&############&&###/Tgclocals4a078e63b34f33660c75780e1bb6c3c8Tgclocalsf9133ec6432a0c8b20f5ea8ff2d35dd8~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go"".processFlags_^eH%H$H;AH1H$pH$xH$H$1H$H$H$H
HH$H$HH$H$HjHl$H$0HL$H$8HD$H\$ H1H9z(HD$oH$H
HH$H$HH$H$HjHl$H$0HL$H$8HD$H\$ H1H9(HD$mH$H
HH$H$HH$H$HjHl$H$0HL$H$8HD$H\$ H1H9(HD$lH$H
HH$H$HH$H$HjHl$H$0HL$H$8HD$H\$ H1H9(HD$n|$o|$l|$m+HH$HD$HH$H=|HC`HH$HD$H$HG=#HC0HH$HD$H$H=HC8HH$HD$H$H=qHC@HH$HD$H$H<=HCH|$n+HH$HD$HH$H=HC`HH$HD$H$H{=WHC0HH$HD$H$H"=HC8HH$HD$H$H=HC@HH$HD$H$Hp=LHCHH$Hkx]HH$HD$HH$H
=
HC`HH$HD$WH$H
=y
HChHH$HD$WH$H@
=
HCpH$HkH,$H$HkHl$H$HD$HbHH$H$HD$H1=	HHi`H]HH)]HH
HH$H$HH$H$HjHl$H$0HL$H$8HD$H\$ H1H9(H<
   1179 HH$H$HD$HHb
   1180 =6
   1181 HA`1H$H$H$H$H$H	H$`H$hH$XLA0=	LHHLA8=e	LHHLA@='	LHHLAH=LH$H$`H\$H$hH\$H$HD$H;HH$H$HD$H
   1182 =HAH1HH]H]HHHUD$kH$H$HL$H|$oHD$HT$HD$HH\$ HD$(HH\$0HD$8H$H|$@H$Ht$HHD$PHT$XHL$`H$H$H$H\$H|$HD$HD$HD$HH\$ HD$(HH\$0HD$8H$HT$@H$HL$HHD$PHT$XHL$`H$H$H$H\$H|$/HD$HD$HD$HH\$ HD$(HH\$0HD$8H$HT$@H$HL$HHD$PHT$XHL$`H$H$H$H\$H|$HD$HD$HD$HH\$ HD$(HH\$0HD$8H$HT$@H$HL$HHD$PHT$XHL$`H$H$H$H\$H|$HD$HD$HD$HH\$ HD$(
HH\$0HD$8H$HT$@H$HL$HHD$PHT$XHL$`H$H$H$H\$H|$OHD$HD$HD$HH\$ HD$(HH\$0HD$8H$HT$@H$HL$HHD$PHT$XHL$`H$H$H$H\$H|$HD$HD$HD$HH\$ HD$(
HH\$0HD$8H$HT$@H$HL$HH$HD$PHt$XH$H\$`H$HZHZHH\$pH$HtSH$H$H$H\$H$H\$H$H$H$H$HHH$HD$Hl$pH(H$HH$HD$l$k@(H$H$H$H=ubHH$HtIH$=u!H1H$H$HLL$Hl$LL$HL$wH|HjHD$pH9}HD$pH$HZHH\$x1H$pH$xH$H$H$pHWH$HH$PH$@HH$H$H\$HD$HL$HD$ H$@H$ HH$(=HCHH$H\$xH\$HD$HL$HD$ H$@HH$ HH$(=u[HCHH$HD$*H$@H\$H$HH\$H$PH\$ Ht$(H\$0H$ LCL$HD$LCL$HD$%%E%%%e%%%%HMLAHL$HD$H$HH$H$H\$H$H\$HH$HD$'1H\$H\$H\$ HL$(HD$0H$H$HH$LD$H$XH$LD$H$H$XH$LD$H$H$X{H$LD$H$H$X=LA`L$HD$H$HH$H$HD$HPHt1=u	HA`lLA`L$HD$H$MH$H$HH$H$HkHl$H$0HL$H$8HD$H\$ H1H9tHXH1H$HD$H$HH$H$H\$H$H\$HH$HD$"1H\$H\$H\$ HL$(HD$0H$H$HLCpL$HD$LChL$HD$t\LC`L$HD$LCHL$HD$LC@L$HD$H0LC8L$HD$LC0L$HD$~LC`L$HD$=%LCHL$HD$LC@L$HD$|dLC8L$HD$#LC0L$HD$LC`L$HD$qYHH$HD$HH$Hx=THC`HH$HD$H$H=HC0HH$HD$H$H=HC8HH$HD$H$Htt=uWHC@HH$HD$H$Ht)=u	HCHLCHL$HD$LC@L$HD$LC8L$HD$K3LC0L$HD$LC`L$HD$H$H$HH$H$HkHl$H$0HL$H$8HD$H\$ H1H9tHXH1H$H$HH$H$HkHl$H$0HL$H$8HD$H\$ H1H9tHXH1H$H$HH$H$HkHl$H$0HL$H$8HD$H\$ H1H9tHXH1
   1199 H$H$HH$H$HkHl$H$0HL$H$8HD$H\$ H1H9tHXH"1A
   1200 $go.string."disasm"*type.map[string]*bool
   1201 4runtime.mapaccess1_faststr go.string."peek"*type.map[string]*bool
   1202 4runtime.mapaccess1_faststr&go.string."weblist"*type.map[string]*bool
   1203 4runtime.mapaccess1_faststr go.string."list"*type.map[string]*bool
   1204 4runtime.mapaccess1_faststr	type.int	
   1205 "runtime.newobject
   1206 6runtime.writeBarrierEnabled
   1207 type.bool
   1208 
   1209 "runtime.newobject6runtime.writeBarrierEnabledtype.bool
   1213 "runtime.newobject6runtime.writeBarrierEnabledtype.bool
   1217 "runtime.newobject
6runtime.writeBarrierEnabled
type.bool
   1221 "runtime.newobject6runtime.writeBarrierEnabledtype.int
   1222 "runtime.newobject6runtime.writeBarrierEnabledtype.bool
   1223 "runtime.newobject6runtime.writeBarrierEnabledtype.bool
   1224 "runtime.newobject6runtime.writeBarrierEnabledtype.bool
   1225 "runtime.newobject6runtime.writeBarrierEnabledtype.bool
   1226 "runtime.newobject6runtime.writeBarrierEnabledtype.int
   1227 "runtime.newobject6runtime.writeBarrierEnabledtype.float64
   1228 "runtime.newobject6runtime.writeBarrierEnabledtype.float64
   1229 "runtime.newobject6runtime.writeBarrierEnabled
   1230 "".countFlagMaptype.bool
   1231 "runtime.newobject6runtime.writeBarrierEnabled go.string."text"*type.map[string]*bool
   1232 4runtime.mapaccess1_faststrtype.int
   1233 "runtime.newobject6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled
   1234 "".countFlagstype.bool
   1235 "runtime.newobject 6runtime.writeBarrierEnabled""go.string."delay""0go.string."-total_delay"#
   1236 "".sampleIndex$"go.string."delay"$.go.string."-mean_delay"%
   1237 "".sampleIndex&.go.string."contentions"'0go.string."-contentions"(
   1238 "".sampleIndex).go.string."inuse_space")0go.string."-inuse_space"*
   1239 "".sampleIndex+2go.string."inuse_objects"+4go.string."-inuse_objects",
   1240 "".sampleIndex-.go.string."alloc_space".0go.string."-alloc_space".
   1241 "".sampleIndex02go.string."alloc_objects"04go.string."-alloc_objects"1
   1242 "".sampleIndex3
   1243 """.(*flags).usage3type.int3
   1244 "runtime.newobject4type.bool4
   1245 "runtime.newobject56runtime.writeBarrierEnabled56runtime.writeBarrierEnabled6
   1246 .runtime.writebarrierptr7
   1247 .runtime.writebarrierptr9type.int:
   1248 runtime.convT2E:6runtime.writeBarrierEnabled;type.int;
   1249 runtime.convT2E<6runtime.writeBarrierEnabled<lgo.string."sample_index value %d out of range [0..%d]"=
   1250 fmt.Errorf=
   1251 .runtime.writebarrierptr>
   1252 .runtime.writebarrierptr@
   1253 .runtime.writebarrierptrA
   1254 """.(*flags).usageAfgo.string."must set at most one granularity option"A
   1255 fmt.ErrorfB
   1256 .runtime.writebarrierptrC
   1257 .runtime.writebarrierptrC
   1258 .runtime.writebarrierptrD
   1259 .runtime.writebarrierptrD
   1260 .runtime.writebarrierptrEtype.intE
   1261 "runtime.newobjectE6runtime.writeBarrierEnabledF
   1262 .runtime.writebarrierptrG.type.map[string]*stringG
   1263 4runtime.mapaccess1_faststrH
   1264 .runtime.writebarrierptrI
   1265 """.(*flags).usageI\go.string."must set at most one output format"J
   1266 fmt.ErrorfK
   1267 .runtime.writebarrierptrK
   1268 .runtime.writebarrierptrL
   1269 .runtime.writebarrierptrL
   1270 .runtime.writebarrierptrM
   1271 .runtime.writebarrierptrM
   1272 .runtime.writebarrierptrN
   1273 .runtime.writebarrierptrN
   1274 .runtime.writebarrierptrN
   1275 .runtime.writebarrierptrO
   1276 .runtime.writebarrierptrO
   1277 .runtime.writebarrierptrP
   1278 .runtime.writebarrierptrP
   1279 .runtime.writebarrierptrQtype.intQ
   1280 "runtime.newobjectQ6runtime.writeBarrierEnabledRtype.boolR
   1281 "runtime.newobjectR6runtime.writeBarrierEnabledStype.boolS
   1282 "runtime.newobjectS6runtime.writeBarrierEnabledStype.boolT
   1283 "runtime.newobjectT6runtime.writeBarrierEnabledTtype.boolT
   1284 "runtime.newobjectU6runtime.writeBarrierEnabledU
   1285 .runtime.writebarrierptrV
   1286 .runtime.writebarrierptrV
   1287 .runtime.writebarrierptrW
   1288 .runtime.writebarrierptrW
   1289 .runtime.writebarrierptrX.type.map[string]*stringX
   1290 4runtime.mapaccess1_faststrY.type.map[string]*stringZ
   1291 4runtime.mapaccess1_faststr[.type.map[string]*string\
   1292 4runtime.mapaccess1_faststr].type.map[string]*string^
   1293 4runtime.mapaccess1_faststr^
   1294 0runtime.morestack_noctxt`"".autotmp_0516type.*bool"".autotmp_0515type.*int"".autotmp_0514type.*bool"".autotmp_0513type.*int"".autotmp_0512"type.interface {}"".autotmp_0511"type.interface {}"".autotmp_0510(type.[2]interface {}"".autotmp_0507&type.[]interface {}"".autotmp_0506type.bool"".autotmp_0505type.*bool"".autotmp_0503type.[]*bool"".autotmp_0502type.*int"".autotmp_0501type.*int"".autotmp_0500type.bool"".autotmp_0499type.*bool"".autotmp_0498type.*float64"".autotmp_0496type.*int"".autotmp_0495type.*bool"".autotmp_0494type.*bool"".autotmp_0493type.*bool"".autotmp_0492type.*bool"".autotmp_0491type.*int"".autotmp_0490type.*bool"".autotmp_0489type.*bool"".autotmp_0488type.*bool"".autotmp_0487type.*bool"".autotmp_0486type.*int"".autotmp_0485type.*bool"".autotmp_0484type.*bool"".autotmp_0483type.*bool"".autotmp_0482type.*bool"".autotmp_0480type.bool"".autotmp_0479type.bool"".autotmp_0478type.bool"".autotmp_0476type.int"".autotmp_0474type.int"".autotmp_0473type.int"".autotmp_0471type.error"".autotmp_0470?type.[4]*bool"".autotmp_0469type.*string"".autotmp_0468type.string"".autotmp_0467type.*bool"".autotmp_0466type.string"".autotmp_0464type.*string"".autotmp_0463type.string"".autotmp_0462type.*bool"".autotmp_0461type.string"".autotmp_0460type.*string"".autotmp_0459type.string"".autotmp_0458type.*bool"".autotmp_0457type.string"".autotmp_0456type.*string"".autotmp_0455type.string"".autotmp_0454type.*bool"".autotmp_0453type.string"".autotmp_0451type.string"".autotmp_0450type.*bool"".autotmp_0449type.string"".~r1type.*int"".formattype.string"".ftype.*"".flags"".formattype.string"".ftype.*"".flags"".formattype.string"".ftype.*"".flags"".formattype.string"".ftype.*"".flags"".formattype.string"".ftype.*"".flags
   1296 "".smtype.bool
   1297 "".sitype.int"".errtype.error"".flagListtype.bool"".flagWebListtype.bool"".flagPeektype.bool"".flagDistype.bool"".~r3@type.error"".f0type.*"".flags
   1300 "".uiBtype.cmd/pprof/internal/plugin.UI"".pPtype.*cmd/pprof/internal/profile.ProfileF"
   1301 /V~~~~?;;;;?;;;;???=:"}?
   1305 ;1
   1307 
   1309 +("2

   1322 #L	
   1323 	7

q
   1326 #L
?;;33	qqqql~~~N1'	8%
)
   1334 	
Tgclocalsb176500f19ae5418803f2668216dca23Tgclocals404311820615115bfd825aa82d350954~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go"".sampleIndexeH%HD$H;A^HH$1H$H$HH$HHH$HD$H$H=HH$HtXHH$HD$-1H\$H\$H\$ HL$(HD$0H$H$H$HH$HkH$H9H$HHHCHkH$HL$xH$H$H9HH+HHMHL$XHEHD$`H$H9u\H$HD$H$Hl$H$Hl$\$ t*H$H$1H$H$HH$H\$hH$H\$p1H\$HH\$PH\$HHH$H$H$HH$H\$hH\$HD$HL$HD$ H$HL$8HHD$@=urHCHH$HD$$H$H\$H$H\$H$H\$ HL$(HD$0H$H$H$HLCL$HD${EMH$HD$U>H$H$H$H$H$H 
   1341 type.bool
   1342 "runtime.newobject6runtime.writeBarrierEnabledrgo.string."set at most one sample value selection option"
   1343 fmt.Errorf
   1344  runtime.eqstringtype.string	
   1345 runtime.convT2E	6runtime.writeBarrierEnabled
   1346 `go.string."option %s not valid for this profile"
   1348 fmt.Errorf
   1350 .runtime.writebarrierptr
   1352 $runtime.panicindex
   1354 .runtime.writebarrierptr
   1356 0runtime.morestack_noctxt"".autotmp_0527"type.interface {}"".autotmp_0526(type.[1]interface {}"".autotmp_0523/&type.[]interface {}"".autotmp_0522type.string"".autotmp_0520type.error"".autotmp_0519type.string"".~r8type.error"".~r7type.int"".errtype.error"".option`type.string"".sampleType@type.string""".newSampleIndex0type.int"".sampleIndex type.int"".flagtype.**bool"".pPtype.*cmd/pprof/internal/profile.ProfileB}
   1360 D9!:X*	0
   1363 el@bTgclocals92cff5bcaa713cad5801c92cb4fdaa19Tgclocals789a80316301a24f77a05a5eb1412185~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go"".countFlagsr1HD$H|$H\$1H9}H(]tHHHH9|HT$ @"".~r10type.int
   1365 "".bstype.[]*bool@@	
   1368 
Tgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go"".countFlagMapeH%HD$H;ANHHD$H$H$1HH$HL$H$H\$H$1H9tSH$H+H$H]t
H\$HH\$H$H$H$1H9uH$H|$ 1HH$HL$H\$ H\$H\$ 1H9tDH\$(H+H\$ HtFH]Ht
H\$HH\$H\$ H$H\$ 1H9uH\$H$H'
   1373 v
   1374  runtime.duffzero*type.map[string]*bool
   1375 &runtime.mapiterinit
   1376 &runtime.mapiternext
   1377  runtime.duffzero.type.map[string]*string
   1378 &runtime.mapiterinit
   1379 &runtime.mapiternext
   1380 0runtime.morestack_noctxt0"".autotmp_0540type.int"".autotmp_05398type.map.iter[string]*string"".autotmp_05364type.map.iter[string]*bool"".ctype.int"".~r2 type.int"".bmrxs.type.map[string]*string"".bms*type.map[string]*boolD
	e	
 
   1385 R
   1386 
   1388 	
   1390 \Tgclocals9c91d8a91ac42440a3d1507bc8d2e808Tgclocals669db4d6e4cb22a80ac1f6fd47bf1b4c~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go"".aggregateeH%HD$H;AH1H$H$H$H
HHL$pHD$xHH$HT$(HjHl$H$HL$H$HD$H\$ H1H9
(H<t1H$H$HH$H
HHL$PHD$XHH$HT$@HjHl$H$HL$H$HD$H\$ H1H9(H<mH$H
H	H$H$HH$HT$0HjHl$H$HL$H$HD$H$H$H\$ H1H9	(H<tDH$D$D$	D$
   1396 D$D$HL$HD$H$H$HHi8]uHi@]tDH$D$D$	D$
   1399 D$D$HL$HD$H$H$HHiH]tDH$D$D$	D$
   1402 D$D$HL$HD$H$H$HHH
HHL$`HD$hHH$HT$8HjHl$H$HL$H$HD$H\$ H1H9>(H<tLH$H$D$D$	D$
   1406 D$D$HL$HD$H$H$HH$H
HH$H$HH$HT$HHjHl$H$HL$H$HD$H\$ H1H9t(H<9H$H$HH$H\$HHkHl$H$HL$H$HD$H\$ H1H9t
HXH1HL$`HD$hHH$H\$8HkHl$H$HL$H$HD$H\$ H1H9tHXHg1`H$H$HH$H\$0HkHl$H$HL$H$HD$H$H$H\$ H1H9tHXH1HL$PHD$XHH$H\$@HkHl$H$HL$H$HD$H\$ H1H9tHXH1HL$pHD$xHH$H\$(HkHl$H$HL$H$HD$H\$ H1H9tHXH1>
   1411 x"go.string."proto"*type.map[string]*bool
   1412 4runtime.mapaccess1_faststrgo.string."raw"*type.map[string]*bool
   1413 4runtime.mapaccess1_faststr*go.string."callgrind"*type.map[string]*bool
   1414 4runtime.mapaccess1_faststr
   1415 ^cmd/pprof/internal/profile.(*Profile).Aggregate	
   1416 ^cmd/pprof/internal/profile.(*Profile).Aggregate
   1417 
   1418 ^cmd/pprof/internal/profile.(*Profile).Aggregate
   1419 &go.string."weblist"*type.map[string]*bool
   1422 4runtime.mapaccess1_faststr
   1424 ^cmd/pprof/internal/profile.(*Profile).Aggregate
$go.string."disasm"*type.map[string]*bool
   1426 4runtime.mapaccess1_faststr.type.map[string]*string
   1427 4runtime.mapaccess1_faststr.type.map[string]*string
   1428 4runtime.mapaccess1_faststr.type.map[string]*string
   1429 4runtime.mapaccess1_faststr.type.map[string]*string
   1430 4runtime.mapaccess1_faststr.type.map[string]*string
   1431 4runtime.mapaccess1_faststr
   1432 0runtime.morestack_noctxt@L"".autotmp_0571type.bool"".autotmp_0570type.bool"".autotmp_0569type.bool"".autotmp_0568type.bool"".autotmp_0566type.error"".autotmp_0565type.*string"".autotmp_0564type.string"".autotmp_0563type.*bool"".autotmp_0562type.string"".autotmp_0561type.*string"".autotmp_0560type.string"".autotmp_0559type.*bool"".autotmp_0558type.string"".autotmp_0557type.error"".autotmp_0556type.error"".autotmp_0554type.*string"".autotmp_0553type.string"".autotmp_0552type.*bool"".autotmp_0551type.string"".autotmp_0550type.*string"".autotmp_0549type.string"".autotmp_0548type.*bool"".autotmp_0547type.string"".autotmp_0545type.string"".autotmp_0543type.string"".format_type.string"".ftype.*"".flags"".formattype.string"".ftype.*"".flags"".format?type.string"".ftype.*"".flags"".formattype.string"".ftype.*"".flags"".formattype.string"".ftype.*"".flags"".~r2 type.error"".ftype.*"".flags"".profPtype.*cmd/pprof/internal/profile.ProfileP]PV1uyD

D
DpL{~0OG
   1438 j	Tgclocalsa68b09a48716afad7ca7a02fe6add474Tgclocalsa44240d2490ebcdd939975b0001b9044~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go"".parseOptionseH%H$H;AH11H$H$H$HEWf.ufzdHH$HD$1H\$H\$H\$ HL$(HD$0H$H$H$H$HHH$H$HL$HH1HLB A(@iLB(A(@i	LB0A(@i
   1441 LA(@iLA
^ILB`I(HiLBhAA LBpAA(HHqHL$HLAPLD$Hl$H-H,$H\$HH$H$HkH$81HH$Hl$H$8H\$H$81H9H$@HH$8HHHL$`HkHl$hHHH$H$H`Hl$H$HL$H$HD$H\$ HH$Ht-HhH+HhH$1H$H$HH$8H$H$81H9H$HkH$1HH$Hl$H$H\$H$1H9IH$HH$HHHT$PHkHl$XHD$8HXHHHH$H$H`Hl$H$HT$H$HD$H\$ H+Hl$@Ht$8HH$HNHL$HD$H\$H$H\$ H$H$HD= HC`H$HH\$PH$H\$XH$1H$H$H$H$H$HlH$H$H$HH$H$H\$HD$HL$HD$ H$HL$pHHD$x=HCH$H$H$H\$HL$HD$H$HHL$pHHD$x=u~HCHH$HD$H$H\$H$H\$H$H\$ HL$(HD$0H$H$H$H$HLCL$HD$oLCL$HD$
   1448 H$Ht7LD$@IhH+H\$@HkH$1H$H$HLC`L$HD$H$H$H$1H9HH$HD$1H\$H\$H\$ HL$(HD$0H$H$H$H$Hi,EH
   1449 Dgo.string."zero divisor specified"
   1450 fmt.ErrorfLtype.cmd/pprof/internal/report.Options
   1451 "runtime.newobject
   1452  runtime.duffzero*$f64.3ff0000000000000type.string
   1453 (runtime.typedmemmove
   1454  runtime.duffzero*type.map[string]*bool
   1455 &runtime.mapiterinitRtype.cmd/pprof/internal/commands.Commands	
   1456 4runtime.mapaccess1_faststr
   1458 &runtime.mapiternext
   1460  runtime.duffzero.type.map[string]*string
   1463 &runtime.mapiterinit
Rtype.cmd/pprof/internal/commands.Commands
   1465 4runtime.mapaccess1_faststr
   1466 regexp.Compile6runtime.writeBarrierEnabledtype.string
   1467 runtime.convT2E6runtime.writeBarrierEnabled
   1468 runtime.convI2E6runtime.writeBarrierEnabledDgo.string."parsing -%s regexp: %v"
   1469 fmt.Errorf
   1470 .runtime.writebarrierptr
   1471 .runtime.writebarrierptr
   1472 .runtime.writebarrierptr
   1473 &runtime.mapiternextJgo.string."no output format selected"
   1474 fmt.Errorf
   1475 0runtime.morestack_noctxtP*"".autotmp_0593"type.interface {}"".autotmp_0592"type.interface {}"".autotmp_0591(type.[2]interface {}"".autotmp_0588&type.[]interface {}"".autotmp_0584Ntype.*cmd/pprof/internal/report.Options"".autotmp_0583type.error"".autotmp_0582type.error"".autotmp_0581type.string"".autotmp_0580Rtype.*cmd/pprof/internal/commands.Command"".autotmp_0579type.string"".autotmp_05788type.map.iter[string]*string"".autotmp_0575type.string"".autotmp_05744type.map.iter[string]*bool"".pcmdRtype.*cmd/pprof/internal/commands.Command
   1476 "".rxtype.*string"".cmdtype.string"".cmdtype.string"".err0type.error"".p \type.cmd/pprof/internal/commands.PostProcessor"".oNtype.*cmd/pprof/internal/report.Options"".ftype.*"".flagsP"y'6d54
~I&$~Nn+$d
   1486 FzJ'NpLg=fTgclocalsd993c47b3d3571e93bf239c028e52447Tgclocalsf4e392c047ce3a365b693bfc5931749c~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go"".sampleFormateH%H;a
   1488 HXHL$h1H\$xH$1H$H$HHEH]
   1489 HD$8H$H\$H\$pH$HH\$HD$H\$`HHHCHkHl$PHL$@H\$8HD$HH9H4HH|$HHHKHOH\$(H\$xH\$0H$H\$`HtKHHCHkHl$8H9s/HH+HtH]H$H]H$HXE:HD$8H$Ht$8HT$`H\$H\$pHH
   1495 HBHjH9smHH+Ht[H]H\$xH]H$H
   1496 HBHjH9s/HH+HtH]H$H]H$HXEEu
   1499 
   1500  "".meanExtractor"go.string."mean_"
   1501 *runtime.concatstring2
   1502 $runtime.panicindex
   1503 $runtime.panicindex
   1504 """.valueExtractor
   1505 $runtime.panicindex
   1506 $runtime.panicindex
   1507 0runtime.morestack_noctxtp"".autotmp_0595.type."".sampleValueFunc"".valueIndex?type.int"".~r4Ptype.string"".~r30type.string"".~r2 .type."".sampleValueFunc"".ftype.*"".flags"".pPtype.*cmd/pprof/internal/profile.Profile(2 =
e}kTgclocals7606d740f44d46072ed193535f9e8c84Tgclocalsf56b2291fa344104975cb6587be42b9b~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go""".valueExtractoreH%H;av6HHH$HD$H-H(Hl$HhHD$ H
   1514 
   1515 ,Btype.struct { F uintptr; ix int }>
   1516 "runtime.newobjectV."".valueExtractor.func1
   1517 0runtime.morestack_noctxt  "".~r1.type."".sampleValueFunc
   1519 "".ixtype.int 1 P(
   1521 
   1523 2Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go "".meanExtractoreH%H;av6HHH$HD$H-H(Hl$HhHD$ H
   1525 
   1526 ,Btype.struct { F uintptr; ix int }>
   1527 "runtime.newobjectV,"".meanExtractor.func1
   1528 0runtime.morestack_noctxt  "".~r1.type."".sampleValueFunc
   1530 "".ixtype.int 1 P(
   1532 
   1533 
   1536 2Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go"".generate eH%H$H;AH1H$H$H$H$H\$H$H\$H$HL$HT$ H$H$HtH$H$H1H$H$H$HkH]HsH1H9/HH$H$H$Hk H<tbHH$HD$1H\$H\$H\$ HT$(HL$0H$PH$H$XH$HH$H$H$H\$H\$H$HL$HD$ H\$(H$H\$0H$H$H7H$HC8H$=HK0H$H$H$HH|$H$H\$pH$H\$xH$H$H$H$H$H]HtvH$H$H$H\$H$H\$H$H\$HL$ HT$(H$(H$ HtH$H$HH$1H9u}H$H$H$H\$H$H\$H$H\$H$H\$ HT$(HL$0H$PH$H$XH$HHH$HD$H$H$H1H9H$H$0H$H$8HL$H$H\$H$H\$H$H\$ HL$(HT$0H$H$HtH$H$HH$H$H$H\$H$H\$H$H\$H$H\$ H$HHT$(HL$0H$PH$H$XH$HHH$HH\$HH\$HD$#LC0L$HL$HH$HH\$HH\$HD$HH$`H$hHH$H\$HmH$xH$H$pHH$H$`H\$HD$HL$HD$ H$pH$@HH$H=HCHH$H$HkHl$H|$HD$HL$HD$ H$pHH$@HH$H=KHCH$pH\$H$xH\$H$H\$H$H$H$H[0H$H^HH$HKHL$Hl$HL$HT$ H$H$HtH$H$HH$Hl$$HHD$ujH$H$H1H9tH$H$H$HH$HH\$HH\$HD$HLCL$HD$%NLCL$HD$n
   1543 
   1544 "".parseOptions
   1545 &runtime.deferreturn4go.itab.*os.File.io.Writeros.Stdout8go.string."profile is empty"
   1546 fmt.Errorf
   1547 &runtime.deferreturn
   1548 "".sampleFormat6runtime.writeBarrierEnabled
   1549  runtime.duffcopy	
   1550 :cmd/pprof/internal/report.New
   1551 
   1552 "".preprocess
   1554 &runtime.deferreturn
   1556 Dcmd/pprof/internal/report.Generate
   1558 &runtime.deferreturn
"type.bytes.Buffer
   1561 "runtime.newobject>go.itab.*bytes.Buffer.io.Writer
   1562 Dcmd/pprof/internal/report.Generate
   1563 &runtime.deferreturn
   1564 &runtime.deferreturn$type.*bytes.Buffertype.io.Writer>go.itab.*bytes.Buffer.io.Writer
   1565  runtime.typ2Itab
   1566 .runtime.writebarrierptrtype.*os.Filetype.io.Writer4go.itab.*os.File.io.Writer
   1567  runtime.typ2ItabBgo.string."Generating report in "(type.[2]interface {}
   1568 "runtime.newobjecttype.string
   1569 runtime.convT2E6runtime.writeBarrierEnabledtype.string
   1570 runtime.convT2E6runtime.writeBarrierEnabled
   1571 os.Create
   1572 &runtime.deferreturn&os.(*File).Closef
   1573 "runtime.deferproc4go.itab.*os.File.io.Writertype.*os.Filetype.io.Writer4go.itab.*os.File.io.Writer
   1574  runtime.typ2Itab
   1575 &runtime.deferreturn
   1576 .runtime.writebarrierptr
   1577 .runtime.writebarrierptr
   1578 0runtime.morestack_noctxt:"".autotmp_0616type.*uint8"".autotmp_0614type.*uint8"".autotmp_0613"type.interface {}"".autotmp_0612"type.interface {}"".autotmp_0610/&type.[]interface {}"".autotmp_0608type.error"".autotmp_0607$type.*bytes.Buffer"".autotmp_0606type.error"".autotmp_0605otype.error"".autotmp_0603type.*os.File"".autotmp_0602Otype.string"".&dot$type.*bytes.Buffer"".errtype.error"".rptLtype.*cmd/pprof/internal/report.Report"".unittype.string"".stypetype.string"".value.type."".sampleValueFunc"".errtype.error"".outputFiletype.*os.File"".wtype.io.Writer"".errtype.error"".postProcess\type.cmd/pprof/internal/commands.PostProcessor"".oNtype.*cmd/pprof/internal/report.Options"".~r5ptype.error"".f`type.*"".flags
   1584 "".ui@Btype.cmd/pprof/internal/plugin.UI"".obj Ltype.cmd/pprof/internal/plugin.ObjTool"".profPtype.*cmd/pprof/internal/profile.Profile"".interactivetype.boolz"zW4=)bO7gX}2!28*6/	Ap@/'5]/t5Y,1#4
5U:.
   1587 hJTgclocals2e2af38e829493038e702bc40d2575bcTgclocals4b9ca51e9e9963984bc59b5bee45b1a1~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go("".functionCompletereH%HD$H;AsHH$H$1H$H$1HT$@HT$HH-HHH$1HD$xHD$(Hl$pHHl$(H9HD$8HHHhHL$0HT$`Hl$hHT$PH$Hl$XHl$H|$Ht$H$H$HT$H\$ HtH$H$HH\$PH\$@HT$XHT$HHD$8HL$0HHHl$(H9EHtH\$@H$H$HH$H$Hk
   1592 ."".profileFunctionNames."".profileFunctionNames ."".profileFunctionNames
   1593  strings.Contains
   1594 0runtime.morestack_noctxt@"".autotmp_0626Otype.string"".autotmp_0625type.*string"".autotmp_0624type.int"".autotmp_0623type.int"".autotmp_0621/type.[]string"".fNameotype.string"".foundtype.string"".~r1 type.string"".substringtype.string2U66AdE		Tgclocalsf47057354ec566066f8688a4970cff5aTgclocals5c5f8e4b2363e90fee309cffeba22cb4prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/interactive.go*"".updateAutoCompleteeH%HD$H;AH1HHHH$HHK`HChHkpH$HD$PH$HD$HHL$xHL$`H\$PHl$HH9H\$`HH0HkHl$hHkHl$pHHH
HHH9wtHHHHkHHl$pHkHl$h=u9H+H\$`HH\$`H\$PHH\$PH\$PHl$HH9`HH$Hl$H-H,$HT$HD$HL$H\$ HT$(HD$0HL$8HHD$@HHH
HT$X=uH-H-H,$HT$HT$XHD$@	i&
   1601 H."".profileFunctionNamesV."".profileFunctionNamesd ."".profileFunctionNames."".profileFunctionNames."".profileFunctionNames ."".profileFunctionNames."".profileFunctionNames6runtime.writeBarrierEnabled
   1602 .runtime.writebarrierptrtype.[]string
   1603 "runtime.growslice."".profileFunctionNames ."".profileFunctionNames6runtime.writeBarrierEnabled."".profileFunctionNames."".profileFunctionNames
   1604 .runtime.writebarrierptr
   1605 0runtime.morestack_noctxt"".autotmp_0632Otype.string"".autotmp_0630_Ttype.**cmd/pprof/internal/profile.Function"".autotmp_0629type.int"".autotmp_0628type.int"".autotmp_0627/Vtype.[]*cmd/pprof/internal/profile.Function"".pPtype.*cmd/pprof/internal/profile.Profile0Zaj.&W3Tgclocals5d2b5a2aeff4e4cf961f497a12cc05aeTgclocals723d9bafa333e7e9fdd968ae672b538aprebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/interactive.go"".splitCommandeH%HD$H;AH1H$H$H$H$H$H$H\$Ht$HD$H\$ H\$pHt$`HHD$hhHH$HNHL$HH\$HD$
   1609 H|$pHT$`HL$hHD$ HHLBL9L
   1610 I)ItMLD$HLL$@HLBL9LHHD$XHBLD$P=kLHHHQHHIHtIH$H$L$HH$HD$HH$H$H\$`H|$hH$HD$H\$HH$H$Hl$HHHkHl$@=tH+H$H$H$HH$H$HH)H~HHH$Ht$xHt$HT$H$HL$HD$ Ht$(H\$0H$HL$8HH$H$H$L$LIH$H9H9H)I)IHt$xItHkIHl$LD$LL$H$H\$ H$H\$(H$H\$0H$H$H$HH9w+HHT$xHH$H$H$HH$Hl$|H$LD$H|$pHT$`HL$hv6
   1622 
   1623 strings.Fields,go.string."0123456789"
   1624  strings.IndexAny6runtime.writeBarrierEnabledtype.[2]string
   1625 "runtime.newobjecttype.string
   1626 (runtime.typedmemmove6runtime.writeBarrierEnabled	type.[]string	
   1627 &runtime.growslice_n
   1628 type.string
   1630 ,runtime.typedslicecopy
   1632 $runtime.panicslice
   1634 $runtime.panicslice
   1635 .runtime.writebarrierptr
   1636 $runtime.panicindex
   1637 $runtime.panicslice
   1638 .runtime.writebarrierptr
   1639 $runtime.panicindex
   1640 $runtime.panicslice
   1641 $runtime.panicindex
   1642 $runtime.panicslice
   1643 $runtime.panicindex
   1644 $runtime.panicindex
   1645 0runtime.morestack_noctxtP"".autotmp_0640type.[]string"".autotmp_0638_type.[]string"".autotmp_0637/type.[]string"".autotmp_0636type.string"".inputNumbertype.string"".fieldstype.[]string"".~r1 type.[]string"".inputtype.string<n92\1B 68RRZP
   1648 
   1649 	<Tgclocalsfb63e74b6f2618e7c5d9866e2c2934f2Tgclocals18267356c17f3d553e16c77451418c3cprebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/interactive.go"".interactive++eH%H$hH;A
   1651 H1H$PH$XH$ H$HH$H$4HH$H\$HH
   1652 H$H$H$HH$H$H\$HD$HL$HD$ H$H$HH$=	HCH$H\$H$H\$H$H\$H$@H$H$8H[(H$HH`H,$H\$H\$H$@H$H$8H[@H$ H$H$8H\$H$@H\$H$HH\$H\$ H\$XHT$(HT$`HD$0HL$8HL$pHD$hHtsH-H9H$HL$H-Hl$H-Hl$HL$pHT$`HD$h\$ gHu1H$PH$XHHL$XH$H$HH"H$HT$H-Hl$HD$HT$`\$ HH$HD$1H(HhH$HH=HHH$HD$1H(HhH$HHP=)HHH$HD$1H(HhH$HH=HHH$HD$1H(HhH$HH=ufHHH$HD$1H(HhH$HHt/=uH{LL$HD$aLL$HD$sLL$HD$)LL$HD$LL$HD$_DH\$XH$HT$Ht$HD$H\$ H$HH$H$HH`Hl$H$HH$H|$HHHNHOH$H$\$(H$ H$HT$HL$H$H\$H$(H\$ H$0H\$(H$8H\$0H$@H\$8H$HH\$@HD$HHL$PH$H$HH-H9uJH$HL$H-Hl$H-Hl$\$ t1H$PH$XHHH$H\$HH$H$H$H$H$H$H\$HL$HD$H$H$HH$=uJHCH$H\$H$H\$H$H\$H$@H$H$8H[0LCL$HD$/HxH
   1657 HBH$H$H$Hu_H$H$HD$H-Hl$HD$H$H$\$ t1H$PH$XHHH$H$HD$H-Hl$HD$H$H$\$ tWH$H$H$H\$H$H\$H$8H\$H$@H\$ H$HH\$(<H$Hu1H$HD$H-Hl$HD$\$ H$ H$H\$XH\$H\$`H\$H$HH\$HL$ HD$(HT$0H$HD$xHu
H$HHH$H$H$HX H\$H$H\$H$HH$H\$HIH$H$H$HH$H$H\$HD$HL$HD$ H$H$HH$=HCHH$H$H\$HD$HL$HD$ H$HH$HH$=uJHCH$H\$H$H\$H$H\$H$@H$H$8H[0 LCL$HD$LCL$HD$3H$PH$XHLCL$HD$4(
   1666 
   1667 *"".updateAutoCompletego.string."Entering interactive mode (type \"help\" for commands)"(type.[1]interface {}
   1668 "runtime.newobjecttype.string
   1669 runtime.convT2E6runtime.writeBarrierEnabled
   1670 Pcmd/pprof/internal/commands.NewCompleter
   1671 "".readCommandio.EOFio.EOFio.EOF
   1675 runtime.ifaceeq
   1676 go.string.":"
   1677 
   1678  runtime.eqstring
   1679 type.string
   1680 
   1681 "runtime.newobject6runtime.writeBarrierEnabledtype.string
   1685 "runtime.newobject6runtime.writeBarrierEnabledtype.string
   1689 "runtime.newobject
6runtime.writeBarrierEnabled
type.string
   1692 "runtime.newobject6runtime.writeBarrierEnabledtype.string
   1693 "runtime.newobject6runtime.writeBarrierEnabled
   1694 .runtime.writebarrierptr
   1695 .runtime.writebarrierptr
   1696 .runtime.writebarrierptr
   1697 .runtime.writebarrierptr
   1698 .runtime.writebarrierptr
   1699 "".splitCommandRtype.cmd/pprof/internal/commands.Commands
   1700 4runtime.mapaccess2_faststr
   1701 """.generateReportio.EOFio.EOFio.EOF
   1705 runtime.ifaceeq(type.[1]interface {}
   1706 "runtime.newobject
   1707 runtime.convI2E6runtime.writeBarrierEnabled
   1708 .runtime.writebarrierptr go.string."exit"
   1709  runtime.eqstring go.string."help"
   1710  runtime.eqstring 
   1711 "".commandHelp! go.string."quit"!
   1712  runtime.eqstring"
   1713 "".optFlags#&go.string."Error: "#$(type.[2]interface {}$
   1714 "runtime.newobject%type.string%
   1715 runtime.convT2E&6runtime.writeBarrierEnabled&type.string'
   1716 runtime.convT2E(6runtime.writeBarrierEnabled))
   1717 .runtime.writebarrierptr)
   1718 .runtime.writebarrierptr*
   1719 $runtime.panicindex*
   1720 $runtime.panicindex*
   1721 .runtime.writebarrierptr+
   1722 0runtime.morestack_noctxt8"".autotmp_0662"type.interface {}"".autotmp_0661"type.interface {}"".autotmp_0659&type.[]interface {}"".autotmp_0658type.string"".autotmp_0657"type.interface {}"".autotmp_0656*type.*[1]interface {}"".autotmp_0655&type.[]interface {}"".autotmp_0654type.*string"".autotmp_0653type.*string"".autotmp_0652type.*string"".autotmp_0651type.*string"".autotmp_0649type.string"".autotmp_0648"type.interface {}"".autotmp_0646/&type.[]interface {}"".autotmp_0645type.string"".autotmp_0644type.string"".autotmp_0642type.string"".errtype.error"".cmdtype.string"".errtype.error"".fields_type.[]string"".errtype.error"".inputtype.string"".~r4`type.error"".fPtype.*"".flags
   1728 "".ui0Btype.cmd/pprof/internal/plugin.UI"".objLtype.cmd/pprof/internal/plugin.ObjTool"".pPtype.*cmd/pprof/internal/profile.ProfileD"04<[S
@DDD@<#$#$*o<9:
   1732 )KORGL?
   1733 TW\[\2)
|@+Uz#h	Vv
c6@W'U%3#Tgclocalsbc23e28fa58a262fe85b78a59c316089Tgclocals38e58af19b2fc3a22914a6d75c76fcbfprebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/interactive.go""".generateReporteH%H;a!Hh1H$H$H\$pH$HD$HD$PH$H\$xH\$H$H\$H$H\$H$H\$ H$H\$(H$H\$0HL$8HD$@HT$HHT$`HD$XHtH$H$Hh$H\$PH\$H$H\$H$H\$H$H\$ H$H\$(HL$0HL$8HD$@H$H$Hh
   1738 
   1739 f
   1740 Tcmd/pprof/internal/profile.(*Profile).Copy
   1741 "".cmdFlags
   1742 "".generate
   1743 0runtime.morestack_noctxt"".errtype.error"".prof/Ptype.*cmd/pprof/internal/profile.Profile"".~r5type.error"".ftype.*"".flags
   1746 "".ui`Btype.cmd/pprof/internal/plugin.UI"".obj@Ltype.cmd/pprof/internal/plugin.ObjTool"".cmdtype.[]string"".pPtype.*cmd/pprof/internal/profile.Profile&j )mk2^0Tgclocals8956d02800e8e62e04fa2a9fde35e5faTgclocals2c033e7f4f4a74cc7e9f368d1fec9f60prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/interactive.go "".validateRegexeH%H;avAH(1H\$@H\$HH\$0H$H\$8H\$HL$HD$ HL$@HD$HH(
   1753 f
   1754 regexp.Compile
   1755 0runtime.morestack_noctxt@P"".~r1 type.error"".vtype.stringP<OP`"
   1757 2.Tgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/interactive.go"".readCommandeH%H;aHH1H\$pH\$x1H$H$H\$`H$H\$XH[8HL$HD$H\$H\$8H\$ H\$@HL$(H$HD$0HD$HL$HD$HL$pHD$xH\$8H$H\$@H$HHD
   1760 
   1761 "strings.TrimSpace
   1762 0runtime.morestack_noctxt"".errtype.error"".s?type.string"".~r4`type.error"".~r3@type.string"".f0type.*"".flags
   1766 "".uiBtype.cmd/pprof/internal/plugin.UI"".pPtype.*cmd/pprof/internal/profile.Profile52KG3FTgclocalsb54e2ac1b521302f2aa24c6b045d82b8Tgclocals2c78d3ad9d760b5f66e2e47be684c787prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/interactive.go"".commandHelpeH%H$0H;AHP1H$H$H$H$1H$H$HH\$`HD$h1H$H$H$H$H`H$1HH$Hl$H$H\$H$1H94H$HH$HHHkHD$HHT$PH$Hl$XH$1H$H$H$H$H$HPH$H$H$HH$H$H\$HD$HL$HD$ H$HL$pHHD$x=HCHH$H\$HH\$H|$HD$ HD$HL$HD$ H$HHL$pHHD$x=;HCHH$HD$H$H\$H$H\$H$H\$ H\$(H$H\$0H$H$H$H$HHH9`H$HHHkHH$HkH$=H+H$H$H$1H9H$H$H$H\$H$H\$H$H$H$H\$H$H\$HH\$HD$ HL$(HD$0H$H\$`H\$H\$hH\$H$HL$H$HD$ HH\$(HD$0	HL$8HD$@HL$`H$HD$hH$HH$H\$HH$H$H$HH$H$H\$HD$HL$HD$ H$HL$pHHD$x=u_HCH$H\$H$H\$H$H\$H$xH$H$pH[(1H$H$HPLCL$HD$H$Hl$H-H,$HL$HD$HT$H\$ HL$(HD$0HT$8HHH$H$H$RLCL$HD$%^LCL$HD$&HIB
   1771 ""..gostring.1
   1772  runtime.duffzeroRtype.cmd/pprof/internal/commands.Commands
   1773 &runtime.mapiterinittype.string
   1774 runtime.convT2E6runtime.writeBarrierEnabledtype.string
   1775 runtime.convT2E6runtime.writeBarrierEnabled:go.string."         %-12s %s"	
   1776 fmt.Sprintf6runtime.writeBarrierEnabled
   1779 &runtime.mapiternext
   1781 sort.Strings
go.string."\n"
   1784 strings.Join""..gostring.2
   1785 *runtime.concatstring3(type.[1]interface {}
   1786 "runtime.newobjecttype.string
   1787 runtime.convT2E6runtime.writeBarrierEnabled
   1788 .runtime.writebarrierptr
   1789 .runtime.writebarrierptrtype.[]string
   1790 "runtime.growslice
   1791 .runtime.writebarrierptr
   1792 .runtime.writebarrierptr
   1793 0runtime.morestack_noctxt$"".autotmp_0680"type.interface {}"".autotmp_0678&type.[]interface {}"".autotmp_0677"type.interface {}"".autotmp_0676"type.interface {}"".autotmp_0675(type.[2]interface {}"".autotmp_0672&type.[]interface {}"".autotmp_0670type.string"".autotmp_0669type.string"".autotmp_0668type.string"".autotmp_0667type.string"".autotmp_0666rtype.map.iter[string]*cmd/pprof/internal/commands.Command"".cmdRtype.*cmd/pprof/internal/commands.Command"".nametype.string"".commandstype.[]string"".helptype.string"".~r3`type.error"".fPtype.*"".flags
   1796 "".ui0Btype.cmd/pprof/internal/plugin.UI"	PV|$+Let>
   1798 @Z4Up))D#+Tgclocals10f8ca3d9e65400ae373310d2d4a95f2Tgclocalsb33bb44163702866f5070f999c8becd5prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/interactive.go"".cmdFlagsIIeH%H$H;A/H1H$H$HH$HD$H$HH$HD$H\$HH$H$H$H$1H$0H$81H$ H$(HjHtH]H$H]H$Hj`H]H\$PH>H)H$`HiH$hH$HHHHIHtIH$XH$`L$P1H$XH9}YH$PHHD$HL$XL9HHHH$HkH$HSHH$XH9|H$`H$hHH$H$H`Hl$H$HD$H$HL$HL$ \$(H)Hl$XXH$H$H$H$H$H$1H$H$H$HH$pH$xH$hHH$H$H\$HD$HL$HD$ H$hH$HH$=urHCHH$HD$H$hH\$H$pH\$H$xH\$ HL$(HD$0H$H$H$HLCL$HD${HH$HD$HD$HD$HD$ H$=&
   1804 HCHH$HD$HD$HD$HD$ H$=	HCHl$X]]H$`H$H$hH$HH$HD$HD$hHH$H$HkHl$H$H\$H\$hH\$H$`H$H$hH$HH$HD$H-Hl$HD$\$ HH$HD$H$H$8HhH$0=IH(H$=HHH$HD$H$H$(HhH$ =H(H$=HH\$PH}tH$`H$H$hHH$H$HD$H-Hl$HD$H$H$\$ HD$P
   1807 HH$HD$Hl$PH(H$=iHC`HH$HD$H$H$HhH$=H(H$=HCH$H$H$H\$H$H\$H$H\$H$HD$ H\$(H$XH$PHtWH$H$H\$H$H\$H$H$PH$H$XH$HH$1H$H$HLCL$HD$H$Hl$H$LC`L$HD$H$Hu1H$HD$H-Hl$HD$\$ HD$PPLL$HD$hH$Hl$H$1LL$HD$H$Hl$H$HH$H\$H\$pH$HHHuH$ HEH$0H$H$81H$H$H$(H	H$HH$H$H\$pH$HCH$=HHD$pH$=~HHH$H\$H$H$HH9HuH$@HEH$ H$H$(1H$H$H$HHH$HH$H$H$H$HCH$=uBHH$H$=uHJLL$HD$0H$HL$H$HuHcH$Ht$HD$HH\$HD$ HL$(HT$0HL$8HD$@ELL$HD$oH$HL$;H$HuHH$Ht$HD$HH\$HD$ HL$(HT$0HL$8HD$@EHH$8HuHH$0H$8H$`H$H$hH$HH$HD$HD$xH$8HhH$0=H(HD$`HH$H$HkHl$H$H\$H\$`H\$HH$H\$H$H$HH9HuH$HEH$ H$H$(1H$H$H$HH$HH$H$H$H$HCH$=uBHH$H$=uHLL$HD$eH$HL$H$HuHcH$Ht$HD$HH\$HD$ HL$(HT$0HL$8HD$@EH$Hl$HD$x4LCL$HD$'LCL$HD$H$Hl$HD$
   1816 HD$ H$H$HD$HHT$ Hl$(H\$0H$HH$@Hu
   1817 HT$PIH.@-HH4$HL$H-Hl$HD$H$H$HD$H\$ tSHH$HD$HHL$H$=u	HK LC L$HL$HD$HHuFH4$HL$H-Hl$HD$H$H$HD$H\$ aHHHHHtHHH$ H$H$(H$HH$pH$1H$H$H$Hu0H$xHH$H$ H$H$(H$xHuHH$Ht$HL$HH\$HD$ Hl$(H|$0HD$HHT$8HL$@H$H$n@>H~4HHr$HHHtHH$H$HH$XH9}_H$PL$XHL9sXHHH[HtBH$PL$XHL9s#HHH+H$HkH$yHH$0H$0H$8H$1H$H$H$8Hu0HH$H$H$0H$H$8H$HuHHH$H|$Hl$HH\$HD$ Ht$(HL$0HD$HHT$8HL$@H$H$kE
   1826 ntype."".flags
   1827 "runtime.newobjecttype."".flags
   1828 (runtime.typedmemmoveRtype.cmd/pprof/internal/commands.Commands
   1829 4runtime.mapaccess2_faststr
   1830 type.[]string
   1831 
   1832 runtime.convT2E6runtime.writeBarrierEnabledPgo.string."Unexpected parse failure: %v"
   1836 fmt.Errorf
   1838 .runtime.writebarrierptr
*type.map[string]*bool
   1840 runtime.makemap6runtime.writeBarrierEnabled.type.map[string]*string
   1841 runtime.makemap6runtime.writeBarrierEnabledtype.bool
   1842 "runtime.newobject*type.map[string]*bool
   1843 $runtime.mapassign1 go.string."tags"
   1844  runtime.eqstringtype.string
   1845 "runtime.newobject6runtime.writeBarrierEnabled6runtime.writeBarrierEnabledtype.string
   1846 "runtime.newobject6runtime.writeBarrierEnabled6runtime.writeBarrierEnabledgo.string."top"
   1847  runtime.eqstringtype.int
   1848 "runtime.newobject6runtime.writeBarrierEnabledtype.string
   1849 "runtime.newobject6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled
   1850 "".processFlags
   1851 """.(*flags).usage
   1852 .runtime.writebarrierptr
   1853 .runtime.writebarrierptr
   1854 .runtime.writebarrierptr go.string."text" 
   1855  runtime.eqstring 
   1856 .runtime.writebarrierptr!
   1857 .runtime.writebarrierptr!
   1858 .runtime.writebarrierptr!
   1859 .runtime.writebarrierptr"type.string"
   1860 "runtime.newobject%6runtime.writeBarrierEnabled%6runtime.writeBarrierEnabled%type.string%
   1861 "runtime.newobject(6runtime.writeBarrierEnabled)6runtime.writeBarrierEnabled)
   1862 .runtime.writebarrierptr)
   1863 .runtime.writebarrierptr*go.string."|"+
   1864 *runtime.concatstring3+
   1865 .runtime.writebarrierptr,
   1866 .runtime.writebarrierptr,go.string."|"-
   1867 *runtime.concatstring3.go.string."."/type.string/
   1868 "runtime.newobject/6runtime.writeBarrierEnabled0.type.map[string]*string0
   1869 $runtime.mapassign10type.string1
   1870 "runtime.newobject36runtime.writeBarrierEnabled46runtime.writeBarrierEnabled4
   1871 .runtime.writebarrierptr5
   1872 .runtime.writebarrierptr5go.string."|"6
   1873 *runtime.concatstring36
   1874 .runtime.writebarrierptr7
   1875 .runtime.writebarrierptr7
   1876 .runtime.writebarrierptr8
   1877  strconv.ParseInt:"go.string."--cum":
   1878  runtime.eqstring;type.bool;
   1879 "runtime.newobject;6runtime.writeBarrierEnabled<
   1880 .runtime.writebarrierptr< go.string."-cum"<
   1881  runtime.eqstring@go.string."|"A
   1882 *runtime.concatstring3A
   1883 $runtime.panicsliceB
   1884 $runtime.panicsliceD
   1885 $runtime.panicindexD
   1886 $runtime.panicindexGgo.string."|"G
   1887 *runtime.concatstring3H
   1888 $runtime.panicindexH
   1889 $runtime.panicindexH
   1890 $runtime.panicsliceH
   1891 $runtime.panicindexI
   1892 0runtime.morestack_noctxt
   1893 "".autotmp_0726type.*string"".autotmp_0724type.string"".autotmp_0723type.*string"".autotmp_0722type.string"".autotmp_0721type.string"".autotmp_0720type.*string"".autotmp_0719type.*string"".autotmp_0718type.string"".autotmp_0717type.string"".autotmp_0716type.*string"".autotmp_0715type.string"".autotmp_0714type.string"".autotmp_0713type.*string"".autotmp_0711type.string"".autotmp_0710type.*bool"".autotmp_0709"type.interface {}"".autotmp_0708(type.[1]interface {}"".autotmp_0705_&type.[]interface {}"".autotmp_0703type.string"".autotmp_0702type.string"".autotmp_0699type.*string"".autotmp_0698type.string"".autotmp_0697type.*bool"".autotmp_0696type.string"".autotmp_0692/type.[]string"".autotmp_0691type.string"".autotmp_0689type.string"".autotmp_0688type.int"".autotmp_0687type.int"".autotmp_0686type.int"".autotmp_0684type.int"".&cftype.*"".flags
   1895 "".&stype.*string
   1896 "".&stype.*string
   1897 "".&stype.*string
   1898 "".&stype.*string
   1899 "".&stype.*string
   1900 "".&stype.*string
   1901 "".&stype.*string"".~r2type.string"".btype.string"".atype.string"".~r2type.string"".btype.string"".atype.string"".~r2type.string"".btype.string"".atype.string"".~r2type.string"".btype.string"".atype.string"".~r2type.string"".btype.string"".atype.string"".errtype.error"".pcmdRtype.*cmd/pprof/internal/commands.Command"".errtype.error"".ttype.string"".p	type.int"".tokenstype.[]string"".cmdtype.string"".nodeCount	type.int"".outputtype.string"".ignoretype.string"".focustype.string"".~r5type.error"".~r4ptype.*"".flags"".f`type.*"".flags
   1912 "".ui@Btype.cmd/pprof/internal/plugin.UI"".inputtype.[]string"".profPtype.*cmd/pprof/internal/profile.Profile6"
   1913 
   1914 
   1915 
   1916 
   1917 !
   1918 
   1919 $4a$&
!@7B`	IIuC]]S	6Z`#4"?	-svs!AZ
   1925 L2/0/.L56t!
   1926 ()6#$k9:p'?9
   1927 r@7EM	{7)K.h-,g
"zk
   1932 s<
l)
   1934 )	ATgclocals057838952840f40759343f657eece9e9Tgclocals9191df530399b15efbe9884746326f71prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/interactive.go"".catRegexeH%H;aHHHl$`HT$PHL$XHD$h1H\$pH\$xHuHl$pHD$xHHHuHT$pHL$xHHH$HT$HL$HH\$HD$ Hl$(HD$0H\$8H\$pH\$@H\$xHHF
   1936 go.string."|"
   1937 *runtime.concatstring3
   1938 0runtime.morestack_noctxt`"".~r2@type.string"".b type.string"".atype.string04N 7O
.Tgclocalsb4c25e9b09fd0cf9bb429dcefe91c353Tgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/interactive.go"".optFlagsmleH%H$0H;AHP1H$H$H$`H$H$hH\$HH\$HD$HD$ Ht$(HD$0H\$8H$0H$ HH$(HH$HNHL$HL$HD$H$H$H$HD$H$(H\$H$H\$H$1H$H$HH$ HHHH$HNHL$H\$H$H\$H$HH$HD$H$pHH$HD$H\$HH$1H$H$WH$H$H$H|TH]H$H$HD$H-Hl$HD$H$H$H\$ HH|THH$H$HD$H-Hl$HD$H$H$H\$ HH|TH;H$H$HD$H-Hl$HD$H$H$H\$ HH$H$H$HD$H-Hl$HD$H$H$\$ H$H$H$H\$\$\$GHD$HL$ H$H$Ht$H$xH$H$HPHH$HD$l$G@(H$=u.HC H$H$x1H$H$HPLC L$HD$H$HH$HD$H-Hl$HD$\$ H$H$H$H\$\$\$GHD$HL$ H$H$Ht$H$xH$H$HPHH$HL$\$GHHH$=u	HK LC L$HL$H$XH$1H\$H\$H$H\$H$H\$ HD$(HD$XH|THH$HD$Hl$XH(H$=uH?LL$HD$%H$XH$HH\$HD$H$H\$H$H\$ HD$(HD$PHHH$HD$Hl$PH(H$=uVHHH$HD$H$=uHgLL$HD$MLL$HD$H$XH$HH\$HD$H$H\$H$H\$ HD$(HD$`HHH$HD$Hl$`H(H$=uVHHH$HD$H$=uHxLL$HD$^LL$HD$H$`H$H$hH$1H$H$H$HH$@H$HH$8HH$H$H\$HD$HL$HD$ H$8H$HH$=urHCHH$HD$H$8H\$H$@H\$H$HH\$ HL$(HD$0H$xH$H$HPLCL$HD${H7H$H$HD$H-Hl$HD$H$H$\$ H$H$H$H\$HD$HL$H$H$Ht$H$xH$H$HPHH$HD$H$H$HhH$=u:H(H$=uHLL$HD$H$Hl$H$H$HH$HD$H-Hl$HD$\$ H$H$H$H\$\$\$GHD$HL$ H$H$Ht$H$xH$H$HPHH$HD$l$G@(H$=uHLL$HD$H|TH`H$H$HD$H-Hl$HD$H$H$H\$ HHH$H$HD$H-Hl$HD$H$H$\$ HH$HD$H$H$HhH$=u:H(H$=uHLL$HD$H$Hl$H$H$HH$HD$H-Hl$HD$\$ H$H$H$H\$\$HL$HT$ H$H$Ht$H$xH$H$HPuXHH$HD$-1H\$H\$H\$ HL$(HD$0H$xH$H$HPH$H$H$H\$H$H\$LH1H$H$HD$H-Hl$HD$H$H$\$ H$H$H$H\$HD$HL$H$H$Ht$H$xH$H$HPHH$HD$HD$xH$HhH$=u:H(H$=uH@LL$HD$&H$Hl$HD$xHuIH$H$HD$H-Hl$HD$H$H$\$ H$HH$HD$H-Hl$HD$\$ H$H$H$H\$HD$HL$H$H$Ht$H$xH$H$HPHH$HD$H$H$HhH$=u:H(H$=uHLL$HD$H$Hl$H$H	|TH	H$H$HD$H-Hl$HD$	H$H$H\$ H7H	|TH	H$H$HD$H-Hl$HD$	H$H$H\$ HH7H$H$HD$H-Hl$HD$H$H$\$ H$H$H$H\$HD$HL$H$H$Ht$H$xH$H$HPHH$HD$H$H$HhH$=u:H(H$=uHLL$HD$H$Hl$H$H$H	H$HD$H-Hl$HD$	\$ H	H$H$HD$H-Hl$HD$	H$H$\$ H$H$H$H\$\$\$GHD$HL$ H$H$Ht$H$xH$H$HPHH$HD$l$G@(H$=u	HC(_LC(L$HD$HH$H	vH$HD$H-Hl$HD$	\$ @H	|TH	H$H$HD$H-Hl$HD$	H$H$H\$ HPH	H$H$HD$H-Hl$HD$	H$H$\$ H$H$H$H\$HD$
   1977 HD$ H\$ H\$HHD$(HL$0H$H$Ht$H$xH$H$HPHH$HD$HL$HHH$=u	HC`LC`L$HD$H$H	H$HD$H-Hl$HD$	\$ H$H$H$H\$HD$HL$H$H$Ht$H$xH$H$HPHH$HD$H$H$HhH$=u:H(H$=uHLL$HD$nH$Hl$H$HH$H$HD$H-Hl$HD$H$H$\$ H$H$H$H\$HD$@D$D$hHD$ HL$(H$H$Ht$H$xH$H$HPHH$HD$D$hH$=u	HCpSLCpL$HD$<HH$H$HD$H-Hl$HD$H$H$\$ H$H$H$H\$HD$@D$D$hHD$ HL$(H$H$Ht$H$xH$H$HPHH$HD$D$hH$=u	HCh9LChL$HD$"H$HPH$HD$H-Hl$HD$\$ H$H$H$H\$HD$
   1989 HD$ H$XHL$ HD$(Hl$0H$H$Ht$H$xH$H$HPHL$HH|]HjH9}THH$HD$HL$HHH$=uHLL$HD$HZHH\$p1H$H$H$HH$@H$HH$8HH$H\$pH\$HD$HL$HD$ H$8H$HH$=urHCHH$HD$!H$8H\$H$@H\$H$HH\$ HL$(HD$0H$xH$H$HPLCL$HD${q>
   1994 go.string."="
   1995 strings.SplitN
   1996 "strings.TrimSpace
   1997 strings.ToLower
   1998 "strings.TrimSpacetype."".flags
   1999 "runtime.newobjecttype."".flags
   2000 (runtime.typedmemmove$go.string."ignore"
   2001 "runtime.cmpstring	 go.string."mean"	
   2002 "runtime.cmpstring
   2003  go.string."flat"
   2005 "runtime.cmpstringgo.string."cum"
   2008  runtime.eqstring
   2010 "".parseBooltype.bool
   2011 "runtime.newobject6runtime.writeBarrierEnabled
   2012 .runtime.writebarrierptr go.string."flat"
   2013  runtime.eqstring
   2014 "".parseBooltype.bool
   2015 "runtime.newobject6runtime.writeBarrierEnabled
   2016 .runtime.writebarrierptr
   2017 $"".findSampleIndextype.int
   2018 "runtime.newobject6runtime.writeBarrierEnabled
   2019 .runtime.writebarrierptr$go.string."total_"
   2020 $"".findSampleIndextype.int
   2021 "runtime.newobject6runtime.writeBarrierEnabledtype.bool
   2022 "runtime.newobject6runtime.writeBarrierEnabled
   2023 .runtime.writebarrierptr
   2024 .runtime.writebarrierptr"go.string."mean_"
   2025 $"".findSampleIndextype.int
   2026 "runtime.newobject6runtime.writeBarrierEnabledtype.bool
   2027 "runtime.newobject6runtime.writeBarrierEnabled
   2028 .runtime.writebarrierptr
   2029 .runtime.writebarrierptrtype.string 
   2030 runtime.convT2E 6runtime.writeBarrierEnabled!Hgo.string."unrecognized command: %s""
   2031 fmt.Errorf#
   2032 .runtime.writebarrierptr# go.string."hide"$
   2033  runtime.eqstring%
   2034  "".validateRegex&type.string&
   2035 "runtime.newobject&6runtime.writeBarrierEnabled'6runtime.writeBarrierEnabled'
   2036 .runtime.writebarrierptr(
   2037 .runtime.writebarrierptr( go.string."mean")
   2038  runtime.eqstring)
   2039 "".parseBool+type.bool+
   2040 "runtime.newobject+6runtime.writeBarrierEnabled,
   2041 .runtime.writebarrierptr,"go.string."files"-
   2042 "runtime.cmpstring. go.string."unit".
   2043  runtime.eqstring/type.string/
   2044 "runtime.newobject/6runtime.writeBarrierEnabled06runtime.writeBarrierEnabled0
   2045 .runtime.writebarrierptr1
   2046 .runtime.writebarrierptr1"go.string."files"2
   2047  runtime.eqstring2
   2048 "".parseBool4rgo.string."select one of addresses/files/lines/functions"4
   2049 fmt.Errorf6
   2050 ."".setGranularityToggle6"go.string."focus"6
   2051  runtime.eqstring7
   2052  "".validateRegex9type.string9
   2053 "runtime.newobject96runtime.writeBarrierEnabled:6runtime.writeBarrierEnabled:
   2054 .runtime.writebarrierptr:
   2055 .runtime.writebarrierptr;"go.string."lines";
   2056  runtime.eqstring<$go.string."ignore"=
   2057  runtime.eqstring=
   2058  "".validateRegex>type.string?
   2059 "runtime.newobject?6runtime.writeBarrierEnabled?6runtime.writeBarrierEnabled@
   2060 .runtime.writebarrierptr@
   2061 .runtime.writebarrierptrA*go.string."functions"A
   2062 "runtime.cmpstringC*go.string."addresses"C
   2063 "runtime.cmpstringD(go.string."tagfocus"D
   2064  runtime.eqstringE
   2065  "".validateRegexFtype.stringF
   2066 "runtime.newobjectG6runtime.writeBarrierEnabledG6runtime.writeBarrierEnabledH
   2067 .runtime.writebarrierptrH
   2068 .runtime.writebarrierptrI*go.string."addresses"I
   2069  runtime.eqstringJ*go.string."call_tree"J
   2070  runtime.eqstringK
   2071 "".parseBoolMtype.boolM
   2072 "runtime.newobjectM6runtime.writeBarrierEnabledN
   2073 .runtime.writebarrierptrN*go.string."functions"N
   2074  runtime.eqstringO*go.string."tagignore"P
   2075 "runtime.cmpstringQ*go.string."nodecount"Q
   2076  runtime.eqstringR
   2077 "strconv.ParseUintTtype.intT
   2078 "runtime.newobjectT6runtime.writeBarrierEnabledU
   2079 .runtime.writebarrierptrU*go.string."tagignore"U
   2080  runtime.eqstringV
   2081  "".validateRegexWtype.stringW
   2082 "runtime.newobjectX6runtime.writeBarrierEnabledX6runtime.writeBarrierEnabledY
   2083 .runtime.writebarrierptrY
   2084 .runtime.writebarrierptrZ0go.string."edgefraction"Z
   2085  runtime.eqstring[
   2086 $strconv.ParseFloat]type.float64]
   2087 "runtime.newobject]6runtime.writeBarrierEnabled^
   2088 .runtime.writebarrierptr^0go.string."nodefraction"_
   2089  runtime.eqstring`
   2090 $strconv.ParseFloatatype.float64a
   2091 "runtime.newobjectb6runtime.writeBarrierEnabledb
   2092 .runtime.writebarrierptrc0go.string."sample_index"c
   2093  runtime.eqstringd
   2094 "strconv.ParseUintftype.intf
   2095 "runtime.newobjectf6runtime.writeBarrierEnabledg
   2096 .runtime.writebarrierptrhtype.inti
   2097 runtime.convT2Ei6runtime.writeBarrierEnabledjZgo.string."sample_index out of range [0..%d]"k
   2098 fmt.Errorfl
   2099 .runtime.writebarrierptrl
   2100 $runtime.panicindexl
   2101 $runtime.panicindexl
   2102 0runtime.morestack_noctxtpj"".autotmp_0768"type.interface {}"".autotmp_0767(type.[1]interface {}"".autotmp_0765*type.*[1]interface {}"".autotmp_0764&type.[]interface {}"".autotmp_0763type.*bool"".autotmp_0762type.*int"".autotmp_0761type.*bool"".autotmp_0760type.*int"".autotmp_0759type.*int"".autotmp_0758type.*string"".autotmp_0757type.*string"".autotmp_0756type.*string"".autotmp_0755type.*string"".autotmp_0754type.*string"".autotmp_0753type.*float64"".autotmp_0751type.*int"".autotmp_0750type.int"".autotmp_0749type.*bool"".autotmp_0747type.int"".autotmp_0746"type.interface {}"".autotmp_0745(type.[1]interface {}"".autotmp_0742/&type.[]interface {}"".autotmp_0740type.*bool"".autotmp_0739type.*bool"".autotmp_0736type.string"".autotmp_0735type.error"".autotmp_0734type.string"".autotmp_0733type.error"".autotmp_0731type.int"".autotmp_0729type.int"".autotmp_0727type.string
   2103 "".&stype.*string
   2104 "".&stype.*string
   2105 "".&stype.*string
   2106 "".&stype.*string
   2107 "".&stype.*string
   2108 "".&stype.*string"".&oftype.*"".flags
   2110 "".ixtype.int
   2111 "".ixtype.int
   2112 "".ixtype.int
   2113 "".fvtype.float64
   2114 "".uvtype.uint64
   2115 "".bvtype.bool"".errtype.error"".valuetype.string"".optiontype.string"".inputs_type.[]string"".~r4Ptype.error"".~r3@type.*"".flags"".f0type.*"".flags"".inputtype.string"".pPtype.*cmd/pprof/internal/profile.Profile"[\N64Sy
   2119 EISG$2*CG$8G5T50T50
   2120 	
   2121 -S>$U,+,+WCG$5|{|Z SUlCC$X+[S>$RTSTS*O'C>$UJIJImpS>$U@?@?CSG$2)CZ>SZ$2rqr=C>$U6565/SS$4^]^oSS$4hghC]$5;kF*9h, $r@A<?,_?,xY:<8
S,
   2127 E
   2128 ?
H<N,
   2130 ?	EE>r@
)Tgclocals974ee0191f23218cb5bda504007391fcTgclocalsfd4a36d27a06010f106762c1ed695a07prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/interactive.go"".parseBooleH%HD$H;AdH1H$H$H$H$H$H\$HL$HD$HL$xHL$XH$H|KHH$HD$`HD$H-Hl$HD$HL$XHD$`H\$ HH|KHH$HD$`HD$H-Hl$HD$HL$XHD$`H\$ HHu"$1H$H$HHD$`HuOH$HD$H-Hl$HD$\$ t"$1H$H$HH$H\$hH$H\$p1H\$HH\$PH\$HHH$H$H$HH$H\$hH\$HD$HL$HD$ H$HL$8HHD$@=unHCHH$HD$!H$H\$H$H\$H$H\$ HL$(HD$0$H$H$HLCL$HD$Hu@H$HD$`HD$H-Hl$HD$HL$XHD$`\$ Hu@H$HD$`HD$H-Hl$HD$HL$XHD$`\$ )HD$`H<H$HD$H-Hl$HD$\$ H|KHH$HD$`HD$H-Hl$HD$HL$XHD$`H\$ HHu@H$HD$`HD$H-Hl$HD$HL$XHD$`\$ Hu@H$HD$`HD$H-Hl$HD$HL$XHD$`\$ HD$`HH$HD$H-Hl$HD$\$ Hu@H$HD$`HD$H-Hl$HD$HL$XHD$`\$ "Hu@H$HD$`HD$H-Hl$HD$HL$XHD$`\$ HD$`HIH$HD$H-Hl$HD$\$ zF
   2148 
   2149 strings.ToLowergo.string."n"
   2150 "runtime.cmpstringgo.string."0"
   2151 "runtime.cmpstringgo.string."0"
   2152  runtime.eqstringtype.string
   2153 runtime.convT2E6runtime.writeBarrierEnabled^go.string."illegal input \"%s\" for bool value"	
   2154 fmt.Errorf
   2155 
   2156 .runtime.writebarrierptrgo.string."1"
   2159  runtime.eqstringgo.string."f"
   2162  runtime.eqstring
go.string."n"
   2165  runtime.eqstringgo.string."no"
   2166 "runtime.cmpstringgo.string."t"
   2167  runtime.eqstringgo.string."y"
   2168  runtime.eqstringgo.string."no"
   2169  runtime.eqstringgo.string."yes"
   2170  runtime.eqstring go.string."true"
   2171  runtime.eqstring"go.string."false"
   2172  runtime.eqstring
   2173 0runtime.morestack_noctxtP"".autotmp_0777"type.interface {}"".autotmp_0776(type.[1]interface {}"".autotmp_0773/&type.[]interface {}"".autotmp_0772type.string"".autotmp_0770otype.string"".autotmp_0769Otype.string"".~r20type.error"".~r1 type.bool"".vtype.string6YV1"8"	FQ@	@
@JTl<7KA,Tgclocals9f4747e6338c5bdd4db417363b8a0d83Tgclocals1a3e6af285f67cf20fb770ec532dc2dbprebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/interactive.go$"".findSampleIndexeH%HD$H;AHL$LD$XH$H$H$H$Ht$`H$H9H9H9L$L$H$HD$H|$HD$\$ H<uH$HH$H$L$L$1H\$HH\$PHt$hHt$xHT$pL$L$L$H$L$L9I9M9H$H4$L$LT$LD$LT$L$Ht$hHT$p\$ H<PHI9=L)IHtOLHHL$HH$HD$PH$HHHHKHkH$1H$HL$0H$Hl$0H9HT$@HHD$8HD$(HH3HKH9uiH$H4$H$HL$H$Hl$H$H|$H$HT$@HD$8\$ tH\$(H$HHHHl$0H9ZH$H[HH1111
   2185 
   2186  runtime.eqstring
   2187  runtime.eqstring	
   2188  runtime.eqstring
   2190 $runtime.panicslice
   2192 $runtime.panicslice
   2194 $runtime.panicslice
   2196 0runtime.morestack_noctxt`6"".autotmp_0795type.string"".autotmp_0793Vtype.**cmd/pprof/internal/profile.ValueType"".autotmp_0792type.int"".autotmp_0791type.int"".autotmp_0790type.bool"".autotmp_0788/Xtype.[]*cmd/pprof/internal/profile.ValueType"".autotmp_0787type.string"".autotmp_0786type.int"".autotmp_0785type.string"".autotmp_0784type.int"".autotmp_0783type.int"".autotmp_0782type.int"".autotmp_0781Otype.string"".autotmp_0780type.int"".autotmp_0778type.int"strings.prefix3type.stringstrings.s2type.string"".~r0type.string"strings.prefix3otype.stringstrings.s2type.string"strings.prefix3type.stringstrings.s2type.string"".itype.int"".~r3Ptype.int"".sampleType0type.string"".prefixtype.string"".pPtype.*cmd/pprof/internal/profile.Profile4(aHTj
   2199 'mSTgclocalsc850c5a2fb77dc8d291a85b90724aa4cTgclocals5b42410d119e4a5f07ccca16a32d0e2eprebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/interactive.go."".setGranularityToggleeH%HD$H;AHHH$HD$HD$8HH$HD$HL$8HL$@H$HHD$H=HCHH$Hf==HC@H$H =HC8H$H=HC0H$HL$pH$H|KHH$HD$xHD$H-Hl$HD$HL$pHD$xH\$ HJHu|H$HD$xHD$H-Hl$HD$HL$pHD$x\$ t@H$Ht.Hl$@=uHk@HLC@L$Hl$HD$xHujH$HD$H-Hl$HD$\$ t=H$Ht+Hl$@=uHk8LC8L$Hl$oH$H$H$H$1H\$`H\$hH\$`HH$H$H$HH$H$H\$HD$HL$HD$ H$HL$PHHD$X=HCHH$HD$H$H\$H$H\$H$H\$ HL$(HD$0H$H$H$HD$H\$HH$HKHL$LCL$HD$eH	u|H$HD$xHD$H-Hl$HD$	HL$pHD$x\$ t@H$Ht.Hl$@=u	Hk0LC0L$Hl$HD$xH	H$HD$H-Hl$HD$	\$ H$Ht.Hl$@=u	HkH1LCHL$Hl$LC0L$HD$7LC8L$HD$HD$HLC@L$HD$HD$HLCHL$HD$HD$HeHP
   2212 Dtype.boolV
   2213 "runtime.newobject~type.bool
   2214 "runtime.newobject6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled"go.string."lines"
   2215 "runtime.cmpstring"go.string."files"
   2216  runtime.eqstring6runtime.writeBarrierEnabled
   2217 .runtime.writebarrierptr"go.string."lines"
   2218  runtime.eqstring6runtime.writeBarrierEnabled
   2219 .runtime.writebarrierptr
   2220 type.string
   2222 runtime.convT2E6runtime.writeBarrierEnabled@go.string."unexpected option %s"
   2226 fmt.Errorf
   2228 runtime.convI2E
   2230 runtime.gopanic
   2231 .runtime.writebarrierptr*go.string."addresses"
   2232  runtime.eqstring6runtime.writeBarrierEnabled
   2233 .runtime.writebarrierptr*go.string."functions"
   2234  runtime.eqstring6runtime.writeBarrierEnabled
   2235 .runtime.writebarrierptr
   2236 .runtime.writebarrierptr
   2237 .runtime.writebarrierptr
   2238 .runtime.writebarrierptr
   2239 .runtime.writebarrierptr
   2240 0runtime.morestack_noctxt0"".autotmp_0807"type.interface {}"".autotmp_0806(type.[1]interface {}"".autotmp_0803/&type.[]interface {}"".autotmp_0802type.string"".autotmp_0800type.*bool"".autotmp_0799type.*bool"".autotmp_0797otype.error"".autotmp_0796Otype.string"".~r1type.*bool"".ftype.*bool"".ttype.*bool
   2242 "".fl type.*"".flags"".otype.string
   2243 ?(###fB 8 B 
@ H*4>
   2249 pV:K;EtTgclocals1d6a34210412dc9decece9ab2ddc8080Tgclocals75a43141be16e782419952915432ca1eprebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/interactive.go"".PProf.func1	eH%HD$H;AHH$H\$$HHD$H$H$H$H$H\$HH@H|$HHHKHOHZXH|$ HHHKHOH$H\$0H$H\$8H$H\$@H$H\$HH$H\$PH$H\$XHT$`HL$hHT$pH\$xH$H$HH$H$H$H\$$HHD$uUH$H$H$H+H$=uHkHLCL$Hl$HH$H$L$L9s.H=uHHH$HL$WH"
   2255 l2sync.(*WaitGroup).Donef
   2256 "runtime.deferproc
   2257 "".grabProfile
   2258 $sync.(*Mutex).Lock.sync.(*Mutex).Unlockf
   2259 "runtime.deferproc6runtime.writeBarrierEnabled
   2260 &runtime.deferreturn
   2261 .runtime.writebarrierptr
   2262 &runtime.deferreturn6runtime.writeBarrierEnabled
   2263 &runtime.deferreturn
   2264 .runtime.writebarrierptr
   2265 $runtime.panicindex
   2266 &runtime.deferreturn
   2267 0runtime.morestack_noctxt"".grabErrtype.error"".srctype.string"".itype.int"".profsTtype.[]*cmd/pprof/internal/profile.Profile"".&errtype.*error"".&errsettype.*bool"".&errMu type.*sync.Mutex
   2269 "".ui`Btype.cmd/pprof/internal/plugin.UI"".obj@Ltype.cmd/pprof/internal/plugin.ObjTool"".sym0Rtype.cmd/pprof/internal/plugin.Symbolizer"".fetch Ltype.cmd/pprof/internal/plugin.Fetcher"".ftype.*"".flags"".&wg(type.*sync.WaitGroup>!:+R6*3-
?bTgclocals511109cfb503bc78329514fbb9586ce9Tgclocals21a8f585a14d020f181242c5256583dc~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go2"".compileTagFilter.func1eH%H;avPH HBH\$@Ht
   2275 D$PH H\$HH$H\$(H\$H\$0H\$HH\$\$PH 
   2276 
   2277 "runtime.morestack`@"".~r3Ptype.bool"".num@type.int64"".val type.string"".keytype.string@?@2?@p
   2283 3
   2284 O!Tgclocalsb4c25e9b09fd0cf9bb429dcefe91c353Tgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go2"".compileTagFilter.func2eH%H;aHPHD$pHZH\$HHu
$HPH$H\$XH\$H\$`H\$HH\$HD$ H\$hH\$(HD$0H\$8H|$HHHKHOH\$HH$\$$HPB
   2288 
   2289 go.string.":"
   2290 *runtime.concatstring3
   2291 8regexp.(*Regexp).MatchString
   2292 "runtime.morestack`
   2293 
   2294 "".fx&type.*regexp.Regexp"".~r3Ptype.bool"".num@type.int64"".val type.string"".keytype.string$ {%
|x&"Tgclocals9ba22629e9611c66625b3db4800944b7Tgclocals0c8aa8e80191a30eac23f1a218103f16~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go8"".parseTagFilterRange.func1eH%H;aHpHZHHkBD$@H\$xH$H$H\$H$H\$HL$PHL$Hl$XHl$ HT$XD$(D$HHL$0HD$8H9uVHL$`H$HD$hHD$Hl$PHl$HT$\$ t%D$HL$@f.H!$Hp$
   2306 
   2307 Hcmd/pprof/internal/report.ScaleValue
   2308  runtime.eqstring
   2309 "runtime.morestack@"".value_type.float64"".unit?type.string
   2310 "".sutype.string
   2311 "".svOtype.float64"".~r20type.bool"".utype.string"".vtype.int64!-WedGUTgclocals76b42b7b73c348213e34e8a200115a68Tgclocals83ead081cd909acab0dcd88a450c1878~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go8"".parseTagFilterRange.func2eH%H;aHpHZHHkBD$@H\$xH$H$H\$H$H\$HL$PHL$Hl$XHl$ HT$XD$(D$HHL$0HD$8H9uNHL$`H$HD$hHD$Hl$PHl$HT$\$ tD$HL$@f.$Hp$
   2316 
   2317 Hcmd/pprof/internal/report.ScaleValue
   2318  runtime.eqstring
   2319 "runtime.morestack@"".value_type.float64"".unit?type.string
   2320 "".sutype.string
   2321 "".svOtype.float64"".~r20type.bool"".utype.string"".vtype.int64-W]dGETgclocals76b42b7b73c348213e34e8a200115a68Tgclocals83ead081cd909acab0dcd88a450c1878~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go8"".parseTagFilterRange.func3eH%H;aHpHZHHkBD$@H\$xH$H$H\$H$H\$HL$PHL$Hl$XHl$ HT$XD$(D$HHL$0HD$8H9uNHL$`H$HD$hHD$Hl$PHl$HT$\$ tD$HL$@f.$Hp$
   2326 
   2327 Hcmd/pprof/internal/report.ScaleValue
   2328  runtime.eqstring
   2329 "runtime.morestack@"".value_type.float64"".unit?type.string
   2330 "".sutype.string
   2331 "".svOtype.float64"".~r20type.bool"".utype.string"".vtype.int64-W]dGETgclocals76b42b7b73c348213e34e8a200115a68Tgclocals83ead081cd909acab0dcd88a450c1878~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go8"".parseTagFilterRange.func4eH%H;aHxHZHHkBD$HB D$@H$H$H$H\$H$H\$HL$XHL$Hl$`Hl$ HT$`D$(D$PHL$0HD$8H9uCHL$hH$HD$pHD$Hl$XHl$HT$T$P\$ tL$Hf.s
$HxL$@f.$
   2338 
   2339 Hcmd/pprof/internal/report.ScaleValue
   2340  runtime.eqstring
   2341 "runtime.morestack@"".value2otype.float64"".value_type.float64"".unit?type.string
   2342 "".sutype.string
   2343 "".svOtype.float64"".~r20type.bool"".utype.string"".vtype.int64)8ZirGWTgclocals76b42b7b73c348213e34e8a200115a68Tgclocals83ead081cd909acab0dcd88a450c1878~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go^cmd/pprof/internal/plugin.(ObjTool).Demangle-fmeH%H;avrHH11H\$pH\$xHZHHkH\$PH\$H\$XH\$H\$`H\$Hl$@H,$HL$8HY H\$ H\$hH\$(H\$pH\$0H\$xHHu
   2347 
   2348 "runtime.morestack`"".rcvrLtype.cmd/pprof/internal/plugin.ObjTool
   2349 "".r1@type.error
   2350 "".r00,type.map[string]string
   2351 "".a0type.[]stringm
   2352 
   2353 \4Tgclocals6432f8c6a0d23fa7bee6c5d96f21a92aTgclocals23e8278e2b69a3a75fa59b23c49ed6ad~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go""".getFlags.func1eH%H;av5H(HBHZHHkH$HT$HT$Hl$ Hl$H(
   2355 v
   2356 """.(*flags).usage
   2357 "runtime.morestackP
   2358 "".uiBtype.cmd/pprof/internal/plugin.UIP0OPP
   2360 P
   2361 :Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals23e8278e2b69a3a75fa59b23c49ed6ad~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go."".valueExtractor.func1eH%H;av8HRH\$Ht%HKHC Hk(H9s
HH+Hl$
   2365 z
   2366 $runtime.panicindex
   2367 "runtime.morestack "".~r1type.int64"".sNtype.*cmd/pprof/internal/profile.SamplePP4	
   2369 <Tgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go,"".meanExtractor.func1eH%H;aHt$HRHHNHF Hn(HvlHHu
   2371 HD$HNHF Hn(H9sAHHHNHF LF(Hv!H)HHtHHHD$HHD$tD
   2376 
   2377 
   2378 $runtime.panicindex
   2379 $runtime.panicindex
   2380 $runtime.panicindex
   2381 "runtime.morestack "".~r1type.int64"".sNtype.*cmd/pprof/internal/profile.Sample%
   2383 Y*Tgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go"".initeH%H;aHtuHHH$HD$H\$=uHHH-H,$H\$:
   2387 4"".initdoneL"".initdonej
   2388 "runtime.throwinitz"".initdone
   2389 bytes.init
   2390 fmt.init
   2391 io.init
   2392 net/url.init
   2393 os.init
   2394 $path/filepath.init
   2395 regexp.init
   2396 strconv.init
   2397 strings.init
   2398 sync.init
   2399 time.init
   2400 @cmd/pprof/internal/commands.init
   2401 <cmd/pprof/internal/plugin.init
   2402 >cmd/pprof/internal/profile.init
   2403 <cmd/pprof/internal/report.init
   2404 @cmd/pprof/internal/tempfile.initPgo.string."([[:digit:]]+)([[:alpha:]]+)"
   2405 $regexp.MustCompile6runtime.writeBarrierEnabled&"".tagFilterRangeRx"".initdone&"".tagFilterRangeRx
   2406 .runtime.writebarrierptr
   2407 0runtime.morestack_noctxt00/0/0$.".4Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/interactive.go~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go(type..hash.[8]stringeH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
   2412 
   2413 runtime.strhash
   2414 0runtime.morestack_noctxt0P
   2415 "".autotmp_0817type.int"".autotmp_0816type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[8]stringPOP
   2417 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.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
   2419 
   2420  runtime.eqstring
   2421 0runtime.morestack_noctxt0"".autotmp_0821?type.string"".autotmp_0820type.string"".autotmp_0819_type.int"".autotmp_0818Otype.int"".~r2 type.bool"".qtype.*[8]string"".ptype.*[8]string&	STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go4type..hash.[2]interface {}eH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
   2425 
   2426 (runtime.nilinterhash
   2427 0runtime.morestack_noctxt0P
   2428 "".autotmp_0823type.int"".autotmp_0822type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[2]interface {}POP
   2430 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go0type..eq.[2]interface {}eH%H;aHX1HD$(Hl$(H9HD$0H\$hHHHHHHsH\$`HtvHHHHHSH9uVHD$8H$HT$@HT$HL$HHL$Ht$PHt$\$ t HD$0HHl$(H9nD$pHXD$pHXc
   2433 
   2434 runtime.efaceeq
   2435 0runtime.morestack_noctxt0"".autotmp_0827?"type.interface {}"".autotmp_0826"type.interface {}"".autotmp_0825_type.int"".autotmp_0824Otype.int"".~r2 type.bool"".q*type.*[2]interface {}"".p*type.*[2]interface {}&	STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go(type..hash.[1]stringeH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
   2439 
   2440 runtime.strhash
   2441 0runtime.morestack_noctxt0P
   2442 "".autotmp_0829type.int"".autotmp_0828type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[1]stringPOP
   2444 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go$type..eq.[1]stringeH%H;aHX1HD$(Hl$(H9HD$0H\$`HHHHH3HKH\$hHtvHHHHHCH9uVHt$HH4$HL$PHL$HT$8HT$HD$@HD$\$ t HD$0HHl$(H9nD$pHXD$pHXc
   2446 
   2447  runtime.eqstring
   2448 0runtime.morestack_noctxt0"".autotmp_0833?type.string"".autotmp_0832type.string"".autotmp_0831_type.int"".autotmp_0830Otype.int"".~r2 type.bool"".qtype.*[1]string"".ptype.*[1]string&	STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go4type..hash.[1]interface {}eH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
   2452 
   2453 (runtime.nilinterhash
   2454 0runtime.morestack_noctxt0P
   2455 "".autotmp_0835type.int"".autotmp_0834type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[1]interface {}POP
   2457 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go0type..eq.[1]interface {}eH%H;aHX1HD$(Hl$(H9HD$0H\$hHHHHHHsH\$`HtvHHHHHSH9uVHD$8H$HT$@HT$HL$HHL$Ht$PHt$\$ t HD$0HHl$(H9nD$pHXD$pHXc
   2460 
   2461 runtime.efaceeq
   2462 0runtime.morestack_noctxt0"".autotmp_0839?"type.interface {}"".autotmp_0838"type.interface {}"".autotmp_0837_type.int"".autotmp_0836Otype.int"".~r2 type.bool"".q*type.*[1]interface {}"".p*type.*[1]interface {}&	STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go(type..hash.[3]stringeH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
   2466 
   2467 runtime.strhash
   2468 0runtime.morestack_noctxt0P
   2469 "".autotmp_0841type.int"".autotmp_0840type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[3]stringPOP
   2471 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go$type..eq.[3]stringeH%H;aHX1HD$(Hl$(H9HD$0H\$`HHHHH3HKH\$hHtvHHHHHCH9uVHt$HH4$HL$PHL$HT$8HT$HD$@HD$\$ t HD$0HHl$(H9nD$pHXD$pHXc
   2473 
   2474  runtime.eqstring
   2475 0runtime.morestack_noctxt0"".autotmp_0845?type.string"".autotmp_0844type.string"".autotmp_0843_type.int"".autotmp_0842Otype.int"".~r2 type.bool"".qtype.*[3]string"".ptype.*[3]string&	STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go4type..hash.[3]interface {}eH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
   2479 
   2480 (runtime.nilinterhash
   2481 0runtime.morestack_noctxt0P
   2482 "".autotmp_0847type.int"".autotmp_0846type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[3]interface {}POP
   2484 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go0type..eq.[3]interface {}eH%H;aHX1HD$(Hl$(H9HD$0H\$hHHHHHHsH\$`HtvHHHHHSH9uVHD$8H$HT$@HT$HL$HHL$Ht$PHt$\$ t HD$0HHl$(H9nD$pHXD$pHXc
   2487 
   2488 runtime.efaceeq
   2489 0runtime.morestack_noctxt0"".autotmp_0851?"type.interface {}"".autotmp_0850"type.interface {}"".autotmp_0849_type.int"".autotmp_0848Otype.int"".~r2 type.bool"".q*type.*[3]interface {}"".p*type.*[3]interface {}&	STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.govtype..hash.struct { F uintptr; unit string; value float64 }eH%H;aH H\$(H$H<$H\$0H\$HD$HD$H\$(H$H<$tUH$HD$0HD$HD$H\$(H$H<$t#H$HD$0HD$H\$H\$8H %%%i4
   2493 
   2494 ~
   2495 runtime.memhash
   2496 runtime.strhash
   2497 runtime.f64hash
   2498 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".pltype.*struct { F uintptr; unit string; value float64 }@?@,>Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.gortype..eq.struct { F uintptr; unit string; value float64 }eH%H;aHHHL$PHD$XHH(H9t
   2502 D$`HHHqHIHPH@H9ufHt$8H4$HL$@HL$HT$(HT$HD$0HD$\$ t0H\$PCH\$XKf.uz
   2504 D$`HHD$`HHD$`HH;
   2505 
   2506  runtime.eqstring
   2507 0runtime.morestack_noctxt0
   2508 "".autotmp_0853?type.string"".autotmp_0852type.string"".~r2 type.bool"".qltype.*struct { F uintptr; unit string; value float64 }"".pltype.*struct { F uintptr; unit string; value float64 }<p		
   2510 r^Tgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.gotype..hash.struct { F uintptr; unit string; value float64; value2 float64 }eH%H;aH H\$(H$H<$H\$0H\$HD$HD$H\$(H$H<$H$HD$0HD$HD$H\$(H$H<$tUH$HD$0HD$HD$H\$(H$H<$t#H$ HD$0HD$H\$H\$8H %%%m%0
   2513 ~
   2514 runtime.memhash
   2515 runtime.strhash
   2516 runtime.f64hash
   2517 runtime.f64hash
   2518 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".ptype.*struct { F uintptr; unit string; value float64; value2 float64 }@?@?>Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.gotype..eq.struct { F uintptr; unit string; value float64; value2 float64 }eH%H;aHHHL$PHD$XHH(H9t
   2522 D$`HHHqHIHPH@H9Ht$8H4$HL$@HL$HT$(HT$HD$0HD$HL$PHD$X\$ tBAHf.u(z&A H f.uz
   2524 D$`HHD$`HHD$`HHD$`HH
   2525 
   2526  runtime.eqstring
   2527 0runtime.morestack_noctxt0
   2528 "".autotmp_0855?type.string"".autotmp_0854type.string"".~r2 type.bool"".qtype.*struct { F uintptr; unit string; value float64; value2 float64 }"".ptype.*struct { F uintptr; unit string; value float64; value2 float64 }J			
   2530 vzTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.gotype..hash.struct { F uintptr; R cmd/pprof/internal/plugin.ObjTool }eH%H;avvH H\$(H$H<$tYH\$0H\$HD$HD$H\$(H$H<$t#H$HD$0HD$H\$H\$8H %%q
   2532 n
   2533 runtime.memhash
   2534 "runtime.interhash
   2535 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".p~type.*struct { F uintptr; R cmd/pprof/internal/plugin.ObjTool }@_?@
   2537 6ZTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.gotype..eq.struct { F uintptr; R cmd/pprof/internal/plugin.ObjTool }eH%H;aHHHT$PHD$XHH(H9t
   2539 D$`HHHHHpHBHRH9u@HD$(H$HT$0HT$HL$8HL$Ht$@Ht$\$ t
   2540 D$`HHD$`HHa
   2541 
   2542 runtime.ifaceeq
   2543 0runtime.morestack_noctxt0
   2544 "".autotmp_0857?Ltype.cmd/pprof/internal/plugin.ObjTool"".autotmp_0856Ltype.cmd/pprof/internal/plugin.ObjTool"".~r2 type.bool"".q~type.*struct { F uintptr; R cmd/pprof/internal/plugin.ObjTool }"".p~type.*struct { F uintptr; R cmd/pprof/internal/plugin.ObjTool }0T	
   2547 r.Tgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.gotype..hash.struct { F uintptr; f *"".flags; ui cmd/pprof/internal/plugin.UI }eH%H;avvH H\$(H$H<$tYH\$0H\$HD$HD$H\$(H$H<$t#H$HD$0HD$H\$H\$8H %%q
   2549 n
   2550 runtime.memhash
   2551 "runtime.interhash
   2552 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".ptype.*struct { F uintptr; f *"".flags; ui cmd/pprof/internal/plugin.UI }@_?@
   2554 6ZTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.gotype..eq.struct { F uintptr; f *"".flags; ui cmd/pprof/internal/plugin.UI }eH%H;aHHHT$PHD$XHH(H9t
   2556 D$`HHHZHhH9t
   2557 D$`HHHHHpHBHRH9u@HD$(H$HT$0HT$HL$8HL$Ht$@Ht$\$ t
   2558 D$`HHD$`HHJ
   2559 
   2560 runtime.ifaceeq
   2561 0runtime.morestack_noctxt0
   2562 "".autotmp_0859?Btype.cmd/pprof/internal/plugin.UI"".autotmp_0858Btype.cmd/pprof/internal/plugin.UI"".~r2 type.bool"".qtype.*struct { F uintptr; f *"".flags; ui cmd/pprof/internal/plugin.UI }"".ptype.*struct { F uintptr; f *"".flags; ui cmd/pprof/internal/plugin.UI }<T	7Tgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go(type..hash.[2]stringeH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
   2566 
   2567 runtime.strhash
   2568 0runtime.morestack_noctxt0P
   2569 "".autotmp_0861type.int"".autotmp_0860type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[2]stringPOP
   2571 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go$type..eq.[2]stringeH%H;aHX1HD$(Hl$(H9HD$0H\$`HHHHH3HKH\$hHtvHHHHHCH9uVHt$HH4$HL$PHL$HT$8HT$HD$@HD$\$ t HD$0HHl$(H9nD$pHXD$pHXc
   2573 
   2574  runtime.eqstring
   2575 0runtime.morestack_noctxt0"".autotmp_0865?type.string"".autotmp_0864type.string"".autotmp_0863_type.int"".autotmp_0862Otype.int"".~r2 type.bool"".qtype.*[2]string"".ptype.*[2]string&	STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go(type..hash.[0]stringeH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
   2579 
   2580 runtime.strhash
   2581 0runtime.morestack_noctxt0P
   2582 "".autotmp_0867type.int"".autotmp_0866type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[0]stringPOP
   2584 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.go$type..eq.[0]stringeH%H;aHX1HD$(Hl$(H9HD$0H\$`HHHHH3HKH\$hHtvHHHHHCH9uVHt$HH4$HL$PHL$HT$8HT$HD$@HD$\$ t HD$0HHl$(H9nD$pHXD$pHXc
   2586 
   2587  runtime.eqstring
   2588 0runtime.morestack_noctxt0"".autotmp_0871?type.string"".autotmp_0870type.string"".autotmp_0869_type.int"".autotmp_0868Otype.int"".~r2 type.bool"".qtype.*[0]string"".ptype.*[0]string&	STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440~prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/driver.goTgclocalsb7a1802445a2da59b32da5643bb99fa3&"BTgclocalsf6ba2bd1e67610d6896f835d5a096783Lgo.string.hdr."0123456789abcdefABCDEF"  Dgo.string."0123456789abcdefABCDEF"Dgo.string."0123456789abcdefABCDEF"0.0123456789abcdefABCDEFTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2(go.string.hdr."file"   go.string."file" go.string."file"
   2592 file.go.string.hdr."http://"  &go.string."http://"&go.string."http://"http://.go.string.hdr."seconds"  &go.string."seconds"&go.string."seconds"secondsXgo.string.hdr."Overriding -seconds for URL "  Pgo.string."Overriding -seconds for URL "Pgo.string."Overriding -seconds for URL "@:Overriding -seconds for URL "go.string.hdr."/"  go.string."/"go.string."/"/.go.string.hdr."/protoz"  &go.string."/protoz"&go.string."/protoz"/protoz2go.string.hdr."/profilez"  	*go.string."/profilez"*go.string."/profilez" /profilez(go.string.hdr."type"   go.string."type" go.string."type"
   2593 type*go.string.hdr."proto"  "go.string."proto""go.string."proto"proto$go.string.hdr."%d"  go.string."%d"go.string."%d"%dTgclocalsd8760b733f7e95ed14c24fdadbc01c9c/M
Tgclocalsa7c59a15eddafb70596ae501d7b1377e
   2613 0go.string.hdr."profilez"  (go.string."profilez"(go.string."profilez" profilez*go.string.hdr."wallz"  "go.string."wallz""go.string."wallz"wallz0go.string.hdr."/profile"  (go.string."/profile"(go.string."/profile" /profileTgclocals5322c69b0650d4c2f2fdc2280129d5f3  Tgclocals41a13ac73c712c01973b8fe23f62d694  *go.string.hdr."Focus"  "go.string."Focus""go.string."Focus"Focus,go.string.hdr."Ignore"  $go.string."Ignore"$go.string."Ignore"Ignore(go.string.hdr."Hide"   go.string."Hide" go.string."Hide"
   2616 Hide0go.string.hdr."TagFocus"  (go.string."TagFocus"(go.string."TagFocus" TagFocus2go.string.hdr."TagIgnore"  	*go.string."TagIgnore"*go.string."TagIgnore" TagIgnoreTgclocalsfad3647538fe088c3f63d28bb4a0e2d7  Tgclocals8c2f8f990ab0a90930a640c5478081b4  Pgo.string.hdr."parsing focus regexp: %v"  Hgo.string."parsing focus regexp: %v"Hgo.string."parsing focus regexp: %v"@2parsing focus regexp: %vRgo.string.hdr."parsing ignore regexp: %v"  Jgo.string."parsing ignore regexp: %v"Jgo.string."parsing ignore regexp: %v"@4parsing ignore regexp: %vNgo.string.hdr."parsing hide regexp: %v"  Fgo.string."parsing hide regexp: %v"Fgo.string."parsing hide regexp: %v"00parsing hide regexp: %vTgclocals537ec9f1c54cca717c7404008b87820d@@Tgclocals0eb29ae90ad3e4dfede17d26f518b0a1@@U:go.string.hdr."Interpreted '"  
2go.string."Interpreted '"2go.string."Interpreted '" Interpreted 'Lgo.string.hdr."' as range, not regexp"  Dgo.string."' as range, not regexp"Dgo.string."' as range, not regexp"0.' as range, not regexpTgclocals6ccaaa7dfb673fa6f9e13655e0e6d889HHAATgclocals5364a1475e4fe122134d2b0fecaa31c6HH






Tgo.string.hdr."Failed to parse int %s: %v"  Lgo.string."Failed to parse int %s: %v"Lgo.string."Failed to parse int %s: %v"@6Failed to parse int %s: %v"go.string.hdr.":"  go.string.":"go.string.":":Tgclocalscbb0d859398c35d61a98e019a57d540ehhxyyPTgclocalsedf71cd6c7cb72d0ea02f8e710ada939hh"go.string.hdr."."  go.string."."go.string.".".`go.string.hdr." expression matched no samples: "   Xgo.string." expression matched no samples: "Xgo.string." expression matched no samples: "PB expression matched no samples: Tgclocalsf6c556ae56484d716ed483c7caba2407((Tgclocalsa6d342b3a114469b8f6c6538cd88bcec((jjj04go.itab.*os.File.io.WriterLgo.string.hdr."Fetching profile from "  Dgo.string."Fetching profile from "Dgo.string."Fetching profile from "0.Fetching profile from @go.string.hdr."Please wait... ("  8go.string."Please wait... ("8go.string."Please wait... ("0"Please wait... ("go.string.hdr.")"  go.string.")"go.string.")"),go.string.hdr."pprof."  $go.string."pprof."$go.string."pprof."pprof.8go.string.hdr."PPROF_TMPDIR"  0go.string."PPROF_TMPDIR"0go.string."PPROF_TMPDIR" PPROF_TMPDIR,go.string.hdr.".pb.gz"  $go.string.".pb.gz"$go.string.".pb.gz".pb.gzBgo.string.hdr."Saved profile in "  :go.string."Saved profile in ":go.string."Saved profile in "0$Saved profile in Pgo.string.hdr."Could not save profile: "  Hgo.string."Could not save profile: "Hgo.string."Could not save profile: "@2Could not save profile: Xgo.string.hdr."Failed to demangle profile: "  Pgo.string."Failed to demangle profile: "Pgo.string."Failed to demangle profile: "@:Failed to demangle profile: 6go.string.hdr."Grab %s: %v"  .go.string."Grab %s: %v".go.string."Grab %s: %v" Grab %s: %vTgclocals394537219aa015666b7dfd15c6204443>
   2631 
   2632 @@&
   2633 (
   2634 C
   2635 
   2636 @@@@`@<@<<Tgclocalsfaf807aaa6a32437466abf5f072fab16Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals0ebb2d1da58c1b4224bf5a7b370d75788go.string.hdr."sample_index"  0go.string."sample_index"0go.string."sample_index" sample_indexFgo.string.hdr."  %-25s : %d (%s)\n"  >go.string."  %-25s : %d (%s)\n">go.string."  %-25s : %d (%s)\n"0&  %-25s : %d (%s)
   2639 (go.string.hdr."mean"   go.string."mean" go.string."mean"
   2640 mean.go.string.hdr."minimum"  &go.string."minimum"&go.string."minimum"minimum(go.string.hdr."unit"   go.string."unit" go.string."unit"
   2641 unit6go.string.hdr."interactive"  .go.string."interactive".go.string."interactive" interactive&go.string.hdr."cum"  go.string."cum"go.string."cum"cum2go.string.hdr."call_tree"  	*go.string."call_tree"*go.string."call_tree" call_tree2go.string.hdr."addresses"  	*go.string."addresses"*go.string."addresses" addresses*go.string.hdr."lines"  "go.string."lines""go.string."lines"lines*go.string.hdr."files"  "go.string."files""go.string."files"files2go.string.hdr."functions"  	*go.string."functions"*go.string."functions" functions2go.string.hdr."nodecount"  	*go.string."nodecount"*go.string."nodecount" nodecount8go.string.hdr."nodefraction"  0go.string."nodefraction"0go.string."nodefraction" nodefraction8go.string.hdr."edgefraction"  0go.string."edgefraction"0go.string."edgefraction" edgefraction*go.string.hdr."focus"  "go.string."focus""go.string."focus"focus,go.string.hdr."ignore"  $go.string."ignore"$go.string."ignore"ignore(go.string.hdr."hide"   go.string."hide" go.string."hide"
   2648 hide0go.string.hdr."tagfocus"  (go.string."tagfocus"(go.string."tagfocus" tagfocus2go.string.hdr."tagignore"  	*go.string."tagignore"*go.string."tagignore" tagignoreTgclocals4bc598176a7a38b4484c53b21fb519d9
   2649 $Tgclocals00f2140af7ce94aab280d8c16316165f``
   2650 @go.string.hdr."  %-25s : true\n"  8go.string."  %-25s : true\n"8go.string."  %-25s : true\n"    %-25s : true
   2651 Tgclocalse686e33109a1bc2792301626c7b401c5((	\Tgclocals55cc6ee7528f0b48e5a6d9bfba36524a((<go.string.hdr."  %-25s : %s\n"  
4go.string."  %-25s : %s\n"4go.string."  %-25s : %s\n"   %-25s : %s
   2653 Tgclocals24dad5c01c8a1c135720cc7d2d411117((
TTgclocals01222aa938402b47e50e7b0eb35d9e3b((<go.string.hdr."  %-25s : %d\n"  
4go.string."  %-25s : %d\n"4go.string."  %-25s : %d\n"   %-25s : %d
   2656 Tgclocals592a07df8472ac3df953e7160b15f816((Tgclocals9d98bbb373475f3af6381201d6212574((<go.string.hdr."  %-25s : %f\n"  
4go.string."  %-25s : %f\n"4go.string."  %-25s : %f\n"   %-25s : %f
   2659 Tgclocals592a07df8472ac3df953e7160b15f816((Tgclocals9d98bbb373475f3af6381201d6212574((Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals0c8aa8e80191a30eac23f1a218103f16  Tgclocals41a13ac73c712c01973b8fe23f62d694  Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals23e8278e2b69a3a75fa59b23c49ed6ad$go.string.hdr."=p"  go.string."=p"go.string."=p"=p6go.string.hdr."  -%-16s %s"  .go.string."  -%-16s %s".go.string."  -%-16s %s"   -%-16s %s$go.string.hdr."\n"  go.string."\n"go.string."\n"
   2662 Tgclocals104e5d573178be03b75b06e6353774b6!JJ
   2664 BTgclocalse09bed5ad9e126fafc2aca27555ce2a4hh\go.string.hdr."Accepts commands interactively"  Tgo.string."Accepts commands interactively"Tgo.string."Accepts commands interactively"@>Accepts commands interactively,go.string.hdr."output"  $go.string."output"$go.string."output"outputngo.string.hdr."Output filename for file-based outputs "  'fgo.string."Output filename for file-based outputs "fgo.string."Output filename for file-based outputs "PPOutput filename for file-based outputs (go.string.hdr."base"   go.string."base" go.string."base"
   2666 baselgo.string.hdr."Source for base profile for comparison"  &dgo.string."Source for base profile for comparison"dgo.string."Source for base profile for comparison"PNSource for base profile for comparison:go.string.hdr."drop_negative"  
2go.string."drop_negative"2go.string."drop_negative" drop_negativeVgo.string.hdr."Ignore negative differences"  Ngo.string."Ignore negative differences"Ngo.string."Ignore negative differences"@8Ignore negative differencesNgo.string.hdr."Sort by cumulative data"  Fgo.string."Sort by cumulative data"Fgo.string."Sort by cumulative data"00Sort by cumulative datahgo.string.hdr."Create a context-sensitive call tree"  $`go.string."Create a context-sensitive call tree"`go.string."Create a context-sensitive call tree"PJCreate a context-sensitive call treeNgo.string.hdr."Report at address level"  Fgo.string."Report at address level"Fgo.string."Report at address level"00Report at address levelVgo.string.hdr."Report at source line level"  Ngo.string."Report at source line level"Ngo.string."Report at source line level"@8Report at source line levelVgo.string.hdr."Report at source file level"  Ngo.string."Report at source file level"Ngo.string."Report at source file level"@8Report at source file leveldgo.string.hdr."Report at function level [default]"  "\go.string."Report at function level [default]"\go.string."Report at function level [default]"PFReport at function level [default]2go.string.hdr."symbolize"  	*go.string."symbolize"*go.string."symbolize" symbolizebgo.string.hdr."Options for profile symbolization"  !Zgo.string."Options for profile symbolization"Zgo.string."Options for profile symbolization"PDOptions for profile symbolization.go.string.hdr."buildid"  &go.string."buildid"&go.string."buildid"buildidfgo.string.hdr."Override build id for first mapping"  #^go.string."Override build id for first mapping"^go.string."Override build id for first mapping"PHOverride build id for first mappingVgo.string.hdr."Max number of nodes to show"  Ngo.string."Max number of nodes to show"Ngo.string."Max number of nodes to show"@8Max number of nodes to showTgo.string.hdr."Hide nodes below <f>*total"  Lgo.string."Hide nodes below <f>*total"Lgo.string."Hide nodes below <f>*total"@6Hide nodes below <f>*totalTgo.string.hdr."Hide edges below <f>*total"  Lgo.string."Hide edges below <f>*total"Lgo.string."Hide edges below <f>*total"@6Hide edges below <f>*total(go.string.hdr."trim"   go.string."trim" go.string."trim"
   2668 trimgo.string.hdr."Honor nodefraction/edgefraction/nodecount defaults"  2|go.string."Honor nodefraction/edgefraction/nodecount defaults"|go.string."Honor nodefraction/edgefraction/nodecount defaults"pfHonor nodefraction/edgefraction/nodecount defaults.go.string.hdr."runtime"  &go.string."runtime"&go.string."runtime"runtimevgo.string.hdr."Show runtime call frames in memory profiles"  +ngo.string."Show runtime call frames in memory profiles"ngo.string."Show runtime call frames in memory profiles"`XShow runtime call frames in memory profilesgo.string.hdr."Restricts to paths going through a node matching regexp"  7go.string."Restricts to paths going through a node matching regexp"go.string."Restricts to paths going through a node matching regexp"ppRestricts to paths going through a node matching regexpgo.string.hdr."Skips paths going through any nodes matching regexp"  3~go.string."Skips paths going through any nodes matching regexp"~go.string."Skips paths going through any nodes matching regexp"phSkips paths going through any nodes matching regexpVgo.string.hdr."Skips nodes matching regexp"  Ngo.string."Skips nodes matching regexp"Ngo.string."Skips nodes matching regexp"@8Skips nodes matching regexpgo.string.hdr."Restrict to samples with tags in range or matched by regexp"  ;go.string."Restrict to samples with tags in range or matched by regexp"go.string."Restrict to samples with tags in range or matched by regexp"xRestrict to samples with tags in range or matched by regexpgo.string.hdr."Discard samples with tags in range or matched by regexp"  7go.string."Discard samples with tags in range or matched by regexp"go.string."Discard samples with tags in range or matched by regexp"ppDiscard samples with tags in range or matched by regexpfgo.string.hdr."Length of time for dynamic profiles"  #^go.string."Length of time for dynamic profiles"^go.string."Length of time for dynamic profiles"PHLength of time for dynamic profiles6go.string.hdr."inuse_space"  .go.string."inuse_space".go.string."inuse_space" inuse_spaceTgo.string.hdr."Display in-use memory size"  Lgo.string."Display in-use memory size"Lgo.string."Display in-use memory size"@6Display in-use memory size:go.string.hdr."inuse_objects"  
2go.string."inuse_objects"2go.string."inuse_objects" inuse_objectsXgo.string.hdr."Display in-use object counts"  Pgo.string."Display in-use object counts"Pgo.string."Display in-use object counts"@:Display in-use object counts6go.string.hdr."alloc_space"  .go.string."alloc_space".go.string."alloc_space" alloc_spaceZgo.string.hdr."Display allocated memory size"  Rgo.string."Display allocated memory size"Rgo.string."Display allocated memory size"@<Display allocated memory size:go.string.hdr."alloc_objects"  
2go.string."alloc_objects"2go.string."alloc_objects" alloc_objects^go.string.hdr."Display allocated object counts"  Vgo.string."Display allocated object counts"Vgo.string."Display allocated object counts"@@Display allocated object countsXgo.string.hdr."Measurement units to display"  Pgo.string."Measurement units to display"Pgo.string."Measurement units to display"@:Measurement units to display2go.string.hdr."divide_by"  	*go.string."divide_by"*go.string."divide_by" divide_bygo.string.hdr."Ratio to divide all samples before visualization"  0xgo.string."Ratio to divide all samples before visualization"xgo.string."Ratio to divide all samples before visualization"pbRatio to divide all samples before visualization^go.string.hdr."Index of sample value to report"  Vgo.string."Index of sample value to report"Vgo.string."Index of sample value to report"@@Index of sample value to reportzgo.string.hdr."Average sample value over first value (count)"  -rgo.string."Average sample value over first value (count)"rgo.string."Average sample value over first value (count)"`\Average sample value over first value (count)6go.string.hdr."total_delay"  .go.string."total_delay".go.string."total_delay" total_delaydgo.string.hdr."Display total delay at each region"  "\go.string."Display total delay at each region"\go.string."Display total delay at each region"PFDisplay total delay at each region6go.string.hdr."contentions"  .go.string."contentions".go.string."contentions" contentionsngo.string.hdr."Display number of delays at each region"  'fgo.string."Display number of delays at each region"fgo.string."Display number of delays at each region"PPDisplay number of delays at each region4go.string.hdr."mean_delay"  
   2675 ,go.string."mean_delay",go.string."mean_delay" mean_delaybgo.string.hdr."Display mean delay at each region"  !Zgo.string."Display mean delay at each region"Zgo.string."Display mean delay at each region"PDDisplay mean delay at each region6go.string.hdr."PPROF_TOOLS"  .go.string."PPROF_TOOLS".go.string."PPROF_TOOLS" PPROF_TOOLS*go.string.hdr."tools"  "go.string."tools""go.string."tools"tools\go.string.hdr."Path for object tool pathnames"  Tgo.string."Path for object tool pathnames"Tgo.string."Path for object tool pathnames"@>Path for object tool pathnamesJgo.string.hdr."Generate a report in "  Bgo.string."Generate a report in "Bgo.string."Generate a report in "0,Generate a report in Pgo.string.hdr." format, matching regexp"  Hgo.string." format, matching regexp"Hgo.string." format, matching regexp"@2 format, matching regexp.go.string.hdr." format"  &go.string." format"&go.string." format" formatVgo.string.hdr."no profile source specified"  Ngo.string."no profile source specified"Ngo.string."no profile source specified"@8no profile source specified(go.string.hdr."HOME"   go.string."HOME" go.string."HOME"
   2678 HOME,go.string.hdr."/pprof"  $go.string."/pprof"$go.string."/pprof"/pprof`go.string.hdr."failed to access temp dir %s: %v"   Xgo.string."failed to access temp dir %s: %v"Xgo.string."failed to access temp dir %s: %v"PBfailed to access temp dir %s: %vTgclocalsf9133ec6432a0c8b20f5ea8ff2d35dd8YQ????D!     	 &  Tgclocals4a078e63b34f33660c75780e1bb6c3c8Y,go.string.hdr."disasm"  $go.string."disasm"$go.string."disasm"disasm(go.string.hdr."peek"   go.string."peek" go.string."peek"
   2679 peek.go.string.hdr."weblist"  &go.string."weblist"&go.string."weblist"weblist(go.string.hdr."list"   go.string."list" go.string."list"
   2680 listdgo.string.hdr."must set at most one output format"  "\go.string."must set at most one output format"\go.string."must set at most one output format"PFmust set at most one output format(go.string.hdr."text"   go.string."text" go.string."text"
   2681 textngo.string.hdr."must set at most one granularity option"  'fgo.string."must set at most one granularity option"fgo.string."must set at most one granularity option"PPmust set at most one granularity option*go.string.hdr."delay"  "go.string."delay""go.string."delay"delay8go.string.hdr."-total_delay"  0go.string."-total_delay"0go.string."-total_delay" -total_delay6go.string.hdr."-mean_delay"  .go.string."-mean_delay".go.string."-mean_delay" -mean_delay8go.string.hdr."-contentions"  0go.string."-contentions"0go.string."-contentions" -contentions8go.string.hdr."-inuse_space"  0go.string."-inuse_space"0go.string."-inuse_space" -inuse_space<go.string.hdr."-inuse_objects"  4go.string."-inuse_objects"4go.string."-inuse_objects" -inuse_objects8go.string.hdr."-alloc_space"  0go.string."-alloc_space"0go.string."-alloc_space" -alloc_space<go.string.hdr."-alloc_objects"  4go.string."-alloc_objects"4go.string."-alloc_objects" -alloc_objectstgo.string.hdr."sample_index value %d out of range [0..%d]"  *lgo.string."sample_index value %d out of range [0..%d]"lgo.string."sample_index value %d out of range [0..%d]"`Vsample_index value %d out of range [0..%d]Tgclocals404311820615115bfd825aa82d350954
%  @Tgclocalsb176500f19ae5418803f2668216dca23xx
zgo.string.hdr."set at most one sample value selection option"  -rgo.string."set at most one sample value selection option"rgo.string."set at most one sample value selection option"`\set at most one sample value selection optionhgo.string.hdr."option %s not valid for this profile"  $`go.string."option %s not valid for this profile"`go.string."option %s not valid for this profile"PJoption %s not valid for this profileTgclocals789a80316301a24f77a05a5eb1412185((LLTgclocals92cff5bcaa713cad5801c92cb4fdaa19((
SSSTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals669db4d6e4cb22a80ac1f6fd47bf1b4c((Tgclocals9c91d8a91ac42440a3d1507bc8d2e808((&go.string.hdr."raw"  go.string."raw"go.string."raw"raw2go.string.hdr."callgrind"  	*go.string."callgrind"*go.string."callgrind" callgrindTgclocalsa44240d2490ebcdd939975b0001b9044@@( Tgclocalsa68b09a48716afad7ca7a02fe6add474@@Lgo.string.hdr."zero divisor specified"  Dgo.string."zero divisor specified"Dgo.string."zero divisor specified"0.zero divisor specifiedLgo.string.hdr."parsing -%s regexp: %v"  Dgo.string."parsing -%s regexp: %v"Dgo.string."parsing -%s regexp: %v"0.parsing -%s regexp: %vRgo.string.hdr."no output format selected"  Jgo.string."no output format selected"Jgo.string."no output format selected"@4no output format selectedTgclocalsf4e392c047ce3a365b693bfc5931749c
   2691 ,	
   2692 
   2693 ""Tgclocalsd993c47b3d3571e93bf239c028e52447``
   2694 *go.string.hdr."mean_"  "go.string."mean_""go.string."mean_"mean_Tgclocalsf56b2291fa344104975cb6587be42b9b  Tgclocals7606d740f44d46072ed193535f9e8c84  Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals23e8278e2b69a3a75fa59b23c49ed6ad0>go.itab.*bytes.Buffer.io.WriterJgo.string.hdr."Generating report in "  Bgo.string."Generating report in "Bgo.string."Generating report in "0,Generating report in @go.string.hdr."profile is empty"  8go.string."profile is empty"8go.string."profile is empty"0"profile is emptyTgclocals4b9ca51e9e9963984bc59b5bee45b1a1xx
TTgclocals2e2af38e829493038e702bc40d2575bcxx
	~~~~~~~~Tgclocals5c5f8e4b2363e90fee309cffeba22cb4  
   2698 Tgclocalsf47057354ec566066f8688a4970cff5a  Tgclocals723d9bafa333e7e9fdd968ae672b538a00Tgclocals5d2b5a2aeff4e4cf961f497a12cc05ae004go.string.hdr."0123456789"  
   2700 ,go.string."0123456789",go.string."0123456789" 0123456789Tgclocals18267356c17f3d553e16c77451418c3cHH $$$Tgclocalsfb63e74b6f2618e7c5d9866e2c2934f2HHgo.string.hdr."Entering interactive mode (type \"help\" for commands)"  4go.string."Entering interactive mode (type \"help\" for commands)"go.string."Entering interactive mode (type \"help\" for commands)"pjEntering interactive mode (type "help" for commands)(go.string.hdr."exit"   go.string."exit" go.string."exit"
   2701 exit(go.string.hdr."help"   go.string."help" go.string."help"
   2702 help(go.string.hdr."quit"   go.string."quit" go.string."quit"
   2703 quit.go.string.hdr."Error: "  &go.string."Error: "&go.string."Error: "Error: Tgclocals38e58af19b2fc3a22914a6d75c76fcbfhh!
 @@!Tgclocalsbc23e28fa58a262fe85b78a59c316089hh???????????Tgclocals2c033e7f4f4a74cc7e9f368d1fec9f60  Tgclocals8956d02800e8e62e04fa2a9fde35e5fa  Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals2c78d3ad9d760b5f66e2e47be684c787  Tgclocalsb54e2ac1b521302f2aa24c6b045d82b8  $"".hdr..gostring.1  ""..gostring.1""..gostring.1
   2709  Commands:
   2710    cmd [n] [--cum] [focus_regex]* [-ignore_regex]*
   2711        Produce a text report with the top n entries.
   2712        Include samples matching focus_regex, and exclude ignore_regex.
   2713        Add --cum to sort using cumulative data.
   2714        Available commands:
   2715 Bgo.string.hdr."         %-12s %s"  :go.string."         %-12s %s":go.string."         %-12s %s"0$         %-12s %s$"".hdr..gostring.2  	""..gostring.2""..gostring.2&&
   2716    peek func_regex
   2717        Display callers and callees of functions matching func_regex.
   2718 
   2719    dot [n] [focus_regex]* [-ignore_regex]* [>file]
   2720        Produce an annotated callgraph with the top n entries.
   2721        Include samples matching focus_regex, and exclude ignore_regex.
   2722        For other outputs, replace dot with:
   2723        - Graphic formats: dot, svg, pdf, ps, gif, png (use > to name output file)
   2724        - Graph viewer:    gv, web, evince, eog
   2725 
   2726    callgrind [n] [focus_regex]* [-ignore_regex]* [>file]
   2727        Produce a file in callgrind-compatible format.
   2728        Include samples matching focus_regex, and exclude ignore_regex.
   2729 
   2730    weblist func_regex [-ignore_regex]*
   2731        Show annotated source with interspersed assembly in a web browser.
   2732 
   2733    list func_regex [-ignore_regex]*
   2734        Print source for routines matching func_regex, and exclude ignore_regex.
   2735 
   2736    disasm func_regex [-ignore_regex]*
   2737        Disassemble routines matching func_regex, and exclude ignore_regex.
   2738 
   2739    tags tag_regex [-ignore_regex]*
   2740        List tags with key:value matching tag_regex and exclude ignore_regex.
   2741 
   2742    quit/exit/^D
   2743  	     Exit pprof.
   2744 
   2745    option=value
   2746        The following options can be set individually:
   2747            cum/flat:           Sort entries based on cumulative or flat data
   2748            call_tree:          Build context-sensitive call trees
   2749            nodecount:          Max number of entries to display
   2750            nodefraction:       Min frequency ratio of nodes to display
   2751            edgefraction:       Min frequency ratio of edges to display
   2752            focus/ignore:       Regexp to include/exclude samples by name/file
   2753            tagfocus/tagignore: Regexp or value range to filter samples by tag
   2754                                eg "1mb", "1mb:2mb", ":64kb"
   2755 
   2756            functions:          Level of aggregation for sample data
   2757            files:
   2758            lines:
   2759            addresses:
   2760 
   2761            unit:               Measurement unit to use on reports
   2762 
   2763            Sample value selection by index:
   2764             sample_index:      Index of sample value to display
   2765             mean:              Average sample value over first value
   2766 
   2767            Sample value selection by name:
   2768             alloc_space        for heap profiles
   2769             alloc_objects
   2770             inuse_space
   2771             inuse_objects
   2772 
   2773             total_delay        for contention profiles
   2774             mean_delay
   2775             contentions
   2776 
   2777    :   Clear focus/ignore/hide/tagfocus/tagignoreTgclocalsb33bb44163702866f5070f999c8becd5!	JJ
   2779 BTgclocals10f8ca3d9e65400ae373310d2d4a95f2hh99999999999*go.string.hdr."--cum"  "go.string."--cum""go.string."--cum"--cum(go.string.hdr."-cum"   go.string."-cum" go.string."-cum"
   2782 -cum"go.string.hdr."|"  go.string."|"go.string."|"|Xgo.string.hdr."Unexpected parse failure: %v"  Pgo.string."Unexpected parse failure: %v"Pgo.string."Unexpected parse failure: %v"@:Unexpected parse failure: %v(go.string.hdr."tags"   go.string."tags" go.string."tags"
   2783 tags&go.string.hdr."top"  go.string."top"go.string."top"topTgclocals9191df530399b15efbe9884746326f71H
   2784 
   2785 
   2786 $ 
   2787 
   2788 
   2789 @ Tgclocals057838952840f40759343f657eece9e9
   2790 sssssssssssssssssssssssssTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsb4c25e9b09fd0cf9bb429dcefe91c353"go.string.hdr."="  go.string."="go.string."="=(go.string.hdr."flat"   go.string."flat" go.string."flat"
   2791 flatbgo.string.hdr."sample_index out of range [0..%d]"  !Zgo.string."sample_index out of range [0..%d]"Zgo.string."sample_index out of range [0..%d]"PDsample_index out of range [0..%d]zgo.string.hdr."select one of addresses/files/lines/functions"  -rgo.string."select one of addresses/files/lines/functions"rgo.string."select one of addresses/files/lines/functions"`\select one of addresses/files/lines/functions,go.string.hdr."total_"  $go.string."total_"$go.string."total_"total_Pgo.string.hdr."unrecognized command: %s"  Hgo.string."unrecognized command: %s"Hgo.string."unrecognized command: %s"@2unrecognized command: %sTgclocalsfd4a36d27a06010f106762c1ed695a07 @PBADH@`Tgclocals974ee0191f23218cb5bda504007391fc"go.string.hdr."n"  go.string."n"go.string."n"n"go.string.hdr."0"  go.string."0"go.string."0"0"go.string.hdr."1"  go.string."1"go.string."1"1"go.string.hdr."f"  go.string."f"go.string."f"f$go.string.hdr."no"  go.string."no"go.string."no"no"go.string.hdr."t"  go.string."t"go.string."t"t"go.string.hdr."y"  go.string."y"go.string."y"y&go.string.hdr."yes"  go.string."yes"go.string."yes"yes(go.string.hdr."true"   go.string."true" go.string."true"
   2811 true*go.string.hdr."false"  "go.string."false""go.string."false"falsefgo.string.hdr."illegal input \"%s\" for bool value"  !^go.string."illegal input \"%s\" for bool value"^go.string."illegal input \"%s\" for bool value"PDillegal input "%s" for bool valueTgclocals1a3e6af285f67cf20fb770ec532dc2db00
LLTgclocals9f4747e6338c5bdd4db417363b8a0d8300Tgclocals5b42410d119e4a5f07ccca16a32d0e2e((  Tgclocalsc850c5a2fb77dc8d291a85b90724aa4c((Hgo.string.hdr."unexpected option %s"  @go.string."unexpected option %s"@go.string."unexpected option %s"0*unexpected option %sTgclocals75a43141be16e782419952915432ca1eHH`(`Tgclocals1d6a34210412dc9decece9ab2ddc8080HHTgclocals21a8f585a14d020f181242c5256583dc  Tgclocals511109cfb503bc78329514fbb9586ce9  Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsb4c25e9b09fd0cf9bb429dcefe91c353Tgclocals0c8aa8e80191a30eac23f1a218103f16  Tgclocals9ba22629e9611c66625b3db4800944b7  Tgclocals83ead081cd909acab0dcd88a450c1878  Tgclocals76b42b7b73c348213e34e8a200115a68  Tgclocals83ead081cd909acab0dcd88a450c1878  Tgclocals76b42b7b73c348213e34e8a200115a68  Tgclocals83ead081cd909acab0dcd88a450c1878  Tgclocals76b42b7b73c348213e34e8a200115a68  Tgclocals83ead081cd909acab0dcd88a450c1878  Tgclocals76b42b7b73c348213e34e8a200115a68  Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals6432f8c6a0d23fa7bee6c5d96f21a92aTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3f5c1f818fa7055d0400cecd34057162go.string.hdr."usage: pprof [options] [binary] <profile source> ...\nOutput format (only set one):\n"  Sgo.string."usage: pprof [options] [binary] <profile source> ...\nOutput format (only set one):\n"go.string."usage: pprof [options] [binary] <profile source> ...\nOutput format (only set one):\n"usage: pprof [options] [binary] <profile source> ...
   2817 Output format (only set one):
   2818 $"".hdr..gostring.3  ""..gostring.3""..gostring.3$#Output file parameters (for file-based output formats):
   2819   -output=f         Generate output on file f (stdout by default)
   2820 Output granularity (only set one):
   2821   -functions        Report at function level [default]
   2822   -files            Report at source file level
   2823   -lines            Report at source line level
   2824   -addresses        Report at address level
   2825 Comparison options:
   2826   -base <profile>   Show delta from this profile
   2827   -drop_negative    Ignore negative differences
   2828 Sorting options:
   2829   -cum              Sort by cumulative data
   2830 
   2831 Dynamic profile options:
   2832   -seconds=N        Length of time for dynamic profiles
   2833 Profile trimming options:
   2834   -nodecount=N      Max number of nodes to show
   2835   -nodefraction=f   Hide nodes below <f>*total
   2836   -edgefraction=f   Hide edges below <f>*total
   2837 Sample value selection option (by index):
   2838   -sample_index      Index of sample value to display
   2839   -mean              Average sample value over first value
   2840 Sample value selection option (for heap profiles):
   2841   -inuse_space      Display in-use memory size
   2842   -inuse_objects    Display in-use object counts
   2843   -alloc_space      Display allocated memory size
   2844   -alloc_objects    Display allocated object counts
   2845 Sample value selection option (for contention profiles):
   2846   -total_delay      Display total delay at each region
   2847   -contentions      Display number of delays at each region
   2848   -mean_delay       Display mean delay at each region
   2849 Filtering options:
   2850   -runtime          Show runtime call frames in memory profiles
   2851   -focus=r          Restricts to paths going through a node matching regexp
   2852   -ignore=r         Skips paths going through any nodes matching regexp
   2853   -tagfocus=r       Restrict to samples tagged with key:value matching regexp
   2854                     Restrict to samples with numeric tags in range (eg "32kb:1mb")
   2855   -tagignore=r      Discard samples tagged with key:value matching regexp
   2856                     Avoid samples with numeric tags in range (eg "1mb:")
   2857 Miscellaneous:
   2858   -call_tree        Generate a context-sensitive call tree
   2859   -unit=u           Convert all samples to unit u for display
   2860   -divide_by=f      Scale all samples by dividing them by f
   2861   -buildid=id       Override build id for main binary in profile
   2862   -tools=path       Search path for object-level tools
   2863   -help             This message$"".hdr..gostring.4  E""..gostring.4""..gostring.4Environment Variables:
   2864    PPROF_TMPDIR       Location for saved profiles (default $HOME/pprof)
   2865    PPROF_TOOLS        Search path for object-level tools
   2866    PPROF_BINARY_PATH  Search path for local binary files
   2867                       default: $HOME/pprof/binaries
   2868                       finds binaries by $name and $buildid/$nameXgo.string.hdr."([[:digit:]]+)([[:alpha:]]+)"  Pgo.string."([[:digit:]]+)([[:alpha:]]+)"Pgo.string."([[:digit:]]+)([[:alpha:]]+)"@:([[:digit:]]+)([[:alpha:]]+)Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cb.&"".tagFilterRangeRx&type.*regexp.Regexp."".usageMsgHdr type.string Sgo.string."usage: pprof [options] [binary] <profile source> ...\nOutput format (only set one):\n"."".usageMsg type.string ""..gostring.3."".usageMsgVars type.string E""..gostring.4.."".profileFunctionNames0type.[]string0""".statictmp_0814""".statictmp_0126`type.[3]string`(go.string."profilez" "go.string."wallz"@(go.string."/profile"0""".statictmp_0814type.[0]string0"".initdonetype.uint8"".PProff"".PProf"".isBuildIDf"".isBuildID"".adjustURLf"".adjustURL""".hasDurationf"".hasDuration "".preprocessf"".preprocess0"".compileFocusIgnoref*"".compileFocusIgnore,"".compileTagFilterf&"".compileTagFilter2"".parseTagFilterRangef,"".parseTagFilterRange&"".warnNoMatchesf "".warnNoMatches""".grabProfilef"".grabProfile."".(*flags).isFormatf("".(*flags).isFormat*"".(*flags).Stringf$"".(*flags).String("".boolFlagStringf""".boolFlagString,"".stringFlagStringf&"".stringFlagString&"".intFlagStringf "".intFlagString*"".floatFlagStringf$"".floatFlagString"".newBoolf"".newBool"".newStringf"".newString "".newFloat64f"".newFloat64"".newIntf"".newInt("".(*flags).usagef""".(*flags).usage"".getFlagsf"".getFlags$"".processFlagsf"".processFlags""".sampleIndexf"".sampleIndex "".countFlagsf"".countFlags$"".countFlagMapf"".countFlagMap"".aggregatef"".aggregate$"".parseOptionsf"".parseOptions$"".sampleFormatf"".sampleFormat("".valueExtractorf""".valueExtractor&"".meanExtractorf "".meanExtractor"".generatef"".generate."".functionCompleterf("".functionCompleter0"".updateAutoCompletef*"".updateAutoComplete$"".splitCommandf"".splitCommand""".interactivef"".interactive("".generateReportf""".generateReport&"".validateRegexf "".validateRegex""".readCommandf"".readCommand""".commandHelpf"".commandHelp"".cmdFlagsf"".cmdFlags"".catRegexf"".catRegex"".optFlagsf"".optFlags"".parseBoolf"".parseBool*"".findSampleIndexf$"".findSampleIndex4"".setGranularityTogglef."".setGranularityToggle""".PProf.func1f"".PProf.func18"".compileTagFilter.func1f2"".compileTagFilter.func18"".compileTagFilter.func2f2"".compileTagFilter.func2>"".parseTagFilterRange.func1f8"".parseTagFilterRange.func1>"".parseTagFilterRange.func2f8"".parseTagFilterRange.func2>"".parseTagFilterRange.func3f8"".parseTagFilterRange.func3>"".parseTagFilterRange.func4f8"".parseTagFilterRange.func4("".getFlags.func1f""".getFlags.func14"".valueExtractor.func1f."".valueExtractor.func12"".meanExtractor.func1f,"".meanExtractor.func1"".initf"".init"runtime.gcbits.01Dgo.string.hdr."[]*profile.Profile"  <go.string."[]*profile.Profile"<go.string."[]*profile.Profile"0&[]*profile.ProfileTtype.[]*cmd/pprof/internal/profile.Profile?h0 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."[]*profile.Profile"pfgo.weak.type.*[]*cmd/pprof/internal/profile.Profile"runtime.zerovaluePtype.*cmd/pprof/internal/profile.Profilego.typelink.[]*profile.Profile	[]*cmd/pprof/internal/profile.ProfileTtype.[]*cmd/pprof/internal/profile.Profile.go.string.hdr."[]uint8"  &go.string."[]uint8"&go.string."[]uint8"[]uint8type.[]uint8~.80 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]uint80go.string.hdr."[]string"  (go.string."[]string"(go.string."[]string" []stringtype.[]string
   2871 0 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."[]string"p,go.weak.type.*[]string"runtime.zerovaluetype.string:go.typelink.[]string	[]stringtype.[]stringTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a0type..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]string.go.string.hdr."[]*bool"  &go.string."[]*bool"&go.string."[]*bool"[]*booltype.[]*bool60 runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[]*bool"p*go.weak.type.*[]*bool"runtime.zerovaluetype.*bool6go.typelink.[]*bool	[]*booltype.[]*bool type..hashfunc64  @,runtime.memhash_varlentype..eqfunc64  @.runtime.memequal_varlentype..alg64   type..hashfunc64type..eqfunc64"runtime.gcbits.ff0go.string.hdr."[8]*bool"  (go.string."[8]*bool"(go.string."[8]*bool" [8]*booltype.[8]*bool@@g0type..alg64@"runtime.gcbits.ffP0go.string.hdr."[8]*bool"p,go.weak.type.*[8]*bool"runtime.zerovaluetype.*booltype.[]*bool:go.typelink.[8]*bool	[8]*booltype.[8]*boolPgo.string.hdr."*map.bucket[string]*bool"  Hgo.string."*map.bucket[string]*bool"Hgo.string."*map.bucket[string]*bool"@2*map.bucket[string]*bool:type.*map.bucket[string]*bool<60 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."*map.bucket[string]*bool"pLgo.weak.type.**map.bucket[string]*bool"runtime.zerovalue8type.map.bucket[string]*bool.runtime.gcbits.aaaafe03Ngo.string.hdr."map.bucket[string]*bool"  Fgo.string."map.bucket[string]*bool"Fgo.string."map.bucket[string]*bool"00map.bucket[string]*bool.go.string.hdr."topbits"  &go.string."topbits"&go.string."topbits"topbits(go.string.hdr."keys"   go.string."keys" go.string."keys"
   2875 keys,go.string.hdr."values"  $go.string."values"$go.string."values"values0go.string.hdr."overflow"  (go.string."overflow"(go.string."overflow" overflow8type.map.bucket[string]*boolP0 runtime.algarray@.runtime.gcbits.aaaafe03PNgo.string.hdr."map.bucket[string]*bool"pJgo.weak.type.*map.bucket[string]*bool"runtime.zerovalue8type.map.bucket[string]*bool.go.string.hdr."topbits"type.[8]uint8(go.string.hdr."keys"type.[8]string,go.string.hdr."values"type.[8]*bool0go.string.hdr."overflow":type.*map.bucket[string]*bool"runtime.gcbits.2c,Hgo.string.hdr."map.hdr[string]*bool"  @go.string."map.hdr[string]*bool"@go.string."map.hdr[string]*bool"0*map.hdr[string]*bool*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"  
   2879 ,go.string."oldbuckets",go.string."oldbuckets" oldbuckets2go.string.hdr."nevacuate"  	*go.string."nevacuate"*go.string."nevacuate" nevacuate2type.map.hdr[string]*bool00	 (,0 runtime.algarray@"runtime.gcbits.2cPHgo.string.hdr."map.hdr[string]*bool"pDgo.weak.type.*map.hdr[string]*bool"runtime.zerovalue2type.map.hdr[string]*bool*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]*bool4go.string.hdr."oldbuckets":type.*map.bucket[string]*bool2go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.Pointer@go.string.hdr."map[string]*bool"  8go.string."map[string]*bool"8go.string."map[string]*bool"0"map[string]*bool*type.map[string]*booly'50 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."map[string]*bool"p<go.weak.type.*map[string]*bool"runtime.zerovaluetype.stringtype.*bool8type.map.bucket[string]*bool2type.map.hdr[string]*boolZgo.typelink.map[string]*bool	map[string]*bool*type.map[string]*bool2go.string.hdr."[]*string"  	*go.string."[]*string"*go.string."[]*string" []*stringtype.[]*string_0 runtime.algarray@"runtime.gcbits.01P2go.string.hdr."[]*string"p.go.weak.type.*[]*string"runtime.zerovaluetype.*string>go.typelink.[]*string	[]*stringtype.[]*string4go.string.hdr."[8]*string"  
   2882 ,go.string."[8]*string",go.string."[8]*string" [8]*stringtype.[8]*string@@m0type..alg64@"runtime.gcbits.ffP4go.string.hdr."[8]*string"p0go.weak.type.*[8]*string"runtime.zerovaluetype.*stringtype.[]*stringBgo.typelink.[8]*string	[8]*stringtype.[8]*stringTgo.string.hdr."*map.bucket[string]*string"  Lgo.string."*map.bucket[string]*string"Lgo.string."*map.bucket[string]*string"@6*map.bucket[string]*string>type.*map.bucket[string]*string
{B60 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."*map.bucket[string]*string"pPgo.weak.type.**map.bucket[string]*string"runtime.zerovalue<type.map.bucket[string]*stringRgo.string.hdr."map.bucket[string]*string"  Jgo.string."map.bucket[string]*string"Jgo.string."map.bucket[string]*string"@4map.bucket[string]*string<type.map.bucket[string]*string0 runtime.algarray@.runtime.gcbits.aaaafe03PRgo.string.hdr."map.bucket[string]*string"pNgo.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]*stringLgo.string.hdr."map.hdr[string]*string"  Dgo.string."map.hdr[string]*string"Dgo.string."map.hdr[string]*string"0.map.hdr[string]*string6type.map.hdr[string]*string00/0%	 (,0 runtime.algarray@"runtime.gcbits.2cPLgo.string.hdr."map.hdr[string]*string"pHgo.weak.type.*map.hdr[string]*string"runtime.zerovalue6type.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.PointerDgo.string.hdr."map[string]*string"  <go.string."map[string]*string"<go.string."map[string]*string"0&map[string]*string.type.map[string]*stringc50 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."map[string]*string"p@go.weak.type.*map[string]*string"runtime.zerovaluetype.stringtype.*string<type.map.bucket[string]*string6type.map.hdr[string]*stringbgo.typelink.map[string]*string	map[string]*string.type.map[string]*string6runtime.gcbits.ffffffff3f15?8go.string.hdr."driver.flags"  0go.string."driver.flags"0go.string."driver.flags" driver.flags>go.string.hdr."flagInteractive"  6go.string."flagInteractive"6go.string."flagInteractive"  flagInteractiveRgo.string.hdr."cmd/pprof/internal/driver"  Jgo.string."cmd/pprof/internal/driver"Jgo.string."cmd/pprof/internal/driver"@4cmd/pprof/internal/driver"go.importpath."".  Jgo.string."cmd/pprof/internal/driver"8go.string.hdr."flagCommands"  0go.string."flagCommands"0go.string."flagCommands" flagCommandsBgo.string.hdr."flagParamCommands"  :go.string."flagParamCommands":go.string."flagParamCommands"0$flagParamCommands4go.string.hdr."flagOutput"  
   2890 ,go.string."flagOutput",go.string."flagOutput" flagOutput.go.string.hdr."flagCum"  &go.string."flagCum"&go.string."flagCum"flagCum8go.string.hdr."flagCallTree"  0go.string."flagCallTree"0go.string."flagCallTree" flagCallTree:go.string.hdr."flagAddresses"  
2go.string."flagAddresses"2go.string."flagAddresses" flagAddresses2go.string.hdr."flagLines"  	*go.string."flagLines"*go.string."flagLines" flagLines2go.string.hdr."flagFiles"  	*go.string."flagFiles"*go.string."flagFiles" flagFiles:go.string.hdr."flagFunctions"  
2go.string."flagFunctions"2go.string."flagFunctions" flagFunctions:go.string.hdr."flagSymbolize"  
2go.string."flagSymbolize"2go.string."flagSymbolize" flagSymbolize6go.string.hdr."flagBuildID"  .go.string."flagBuildID".go.string."flagBuildID" flagBuildID:go.string.hdr."flagNodeCount"  
2go.string."flagNodeCount"2go.string."flagNodeCount" flagNodeCount@go.string.hdr."flagNodeFraction"  8go.string."flagNodeFraction"8go.string."flagNodeFraction"0"flagNodeFraction@go.string.hdr."flagEdgeFraction"  8go.string."flagEdgeFraction"8go.string."flagEdgeFraction"0"flagEdgeFraction0go.string.hdr."flagTrim"  (go.string."flagTrim"(go.string."flagTrim" flagTrim6go.string.hdr."flagRuntime"  .go.string."flagRuntime".go.string."flagRuntime" flagRuntime2go.string.hdr."flagFocus"  	*go.string."flagFocus"*go.string."flagFocus" flagFocus4go.string.hdr."flagIgnore"  
   2898 ,go.string."flagIgnore",go.string."flagIgnore" flagIgnore0go.string.hdr."flagHide"  (go.string."flagHide"(go.string."flagHide" flagHide8go.string.hdr."flagTagFocus"  0go.string."flagTagFocus"0go.string."flagTagFocus" flagTagFocus:go.string.hdr."flagTagIgnore"  
2go.string."flagTagIgnore"2go.string."flagTagIgnore" flagTagIgnore@go.string.hdr."flagDropNegative"  8go.string."flagDropNegative"8go.string."flagDropNegative"0"flagDropNegative0go.string.hdr."flagBase"  (go.string."flagBase"(go.string."flagBase" flagBase6go.string.hdr."flagSeconds"  .go.string."flagSeconds".go.string."flagSeconds" flagSeconds<go.string.hdr."flagTotalDelay"  4go.string."flagTotalDelay"4go.string."flagTotalDelay" flagTotalDelay>go.string.hdr."flagContentions"  6go.string."flagContentions"6go.string."flagContentions"  flagContentions:go.string.hdr."flagMeanDelay"  
2go.string."flagMeanDelay"2go.string."flagMeanDelay" flagMeanDelay<go.string.hdr."flagInUseSpace"  4go.string."flagInUseSpace"4go.string."flagInUseSpace" flagInUseSpace@go.string.hdr."flagInUseObjects"  8go.string."flagInUseObjects"8go.string."flagInUseObjects"0"flagInUseObjects<go.string.hdr."flagAllocSpace"  4go.string."flagAllocSpace"4go.string."flagAllocSpace" flagAllocSpace@go.string.hdr."flagAllocObjects"  8go.string."flagAllocObjects"8go.string."flagAllocObjects"0"flagAllocObjects>go.string.hdr."flagDisplayUnit"  6go.string."flagDisplayUnit"6go.string."flagDisplayUnit"  flagDisplayUnit8go.string.hdr."flagDivideBy"  0go.string."flagDivideBy"0go.string."flagDivideBy" flagDivideBy>go.string.hdr."flagSampleIndex"  6go.string."flagSampleIndex"6go.string."flagSampleIndex"  flagSampleIndex0go.string.hdr."flagMean"  (go.string."flagMean"(go.string."flagMean" flagMean2go.string.hdr."flagTools"  	*go.string."flagTools"*go.string."flagTools" flagTools:go.string.hdr."profileSource"  
2go.string."profileSource"2go.string."profileSource" profileSource>go.string.hdr."profileExecName"  6go.string."profileExecName"6go.string."profileExecName"  profileExecName4go.string.hdr."extraUsage"  
   2905 ,go.string."extraUsage",go.string."extraUsage" extraUsage0go.string.hdr."commands"  (go.string."commands"(go.string."commands" commandstype."".flagshh9)) (08@HPX`hpx (@P`0 runtime.algarray@6runtime.gcbits.ffffffff3f15P8go.string.hdr."driver.flags"ptype.*"".flags"runtime.zerovaluetype."".flags>go.string.hdr."flagInteractive""go.importpath."".type.*bool8go.string.hdr."flagCommands""go.importpath."".*type.map[string]*boolBgo.string.hdr."flagParamCommands""go.importpath.""..type.map[string]*string4go.string.hdr."flagOutput""go.importpath."".type.*string.go.string.hdr."flagCum""go.importpath."".type.*bool8go.string.hdr."flagCallTree""go.importpath."".type.*bool:go.string.hdr."flagAddresses""go.importpath."".type.*bool2go.string.hdr."flagLines""go.importpath."".type.*bool2go.string.hdr."flagFiles""go.importpath."".type.*bool:go.string.hdr."flagFunctions""go.importpath."".type.*bool:go.string.hdr."flagSymbolize""go.importpath."".type.*string6go.string.hdr."flagBuildID""go.importpath."".type.*string	:go.string.hdr."flagNodeCount"	"go.importpath."".	type.*int	@go.string.hdr."flagNodeFraction"	"go.importpath."".	type.*float64
   2906 @go.string.hdr."flagEdgeFraction"
   2907 "go.importpath."".
   2908 type.*float64
   2909 0go.string.hdr."flagTrim""go.importpath."".type.*bool6go.string.hdr."flagRuntime""go.importpath."".type.*bool2go.string.hdr."flagFocus""go.importpath."".type.*string4go.string.hdr."flagIgnore""go.importpath."".
type.*string
0go.string.hdr."flagHide"
"go.importpath."".
type.*string8go.string.hdr."flagTagFocus""go.importpath."".type.*string:go.string.hdr."flagTagIgnore""go.importpath."".type.*string@go.string.hdr."flagDropNegative""go.importpath."".type.*bool0go.string.hdr."flagBase""go.importpath."".type.*string6go.string.hdr."flagSeconds""go.importpath."".type.*int<go.string.hdr."flagTotalDelay""go.importpath."".type.*bool>go.string.hdr."flagContentions""go.importpath."".type.*bool:go.string.hdr."flagMeanDelay""go.importpath."".type.*bool<go.string.hdr."flagInUseSpace""go.importpath."".type.*bool@go.string.hdr."flagInUseObjects""go.importpath."".type.*bool<go.string.hdr."flagAllocSpace""go.importpath."".type.*bool@go.string.hdr."flagAllocObjects""go.importpath."".type.*bool>go.string.hdr."flagDisplayUnit""go.importpath."".type.*string8go.string.hdr."flagDivideBy""go.importpath."".type.*float64>go.string.hdr."flagSampleIndex""go.importpath."".type.*int0go.string.hdr."flagMean""go.importpath."".type.*bool2go.string.hdr."flagTools""go.importpath."".type.*string:go.string.hdr."profileSource""go.importpath."".type.[]string>go.string.hdr."profileExecName""go.importpath."".type.string4go.string.hdr."extraUsage""go.importpath."".type.string0go.string.hdr."commands""go.importpath."".Rtype.cmd/pprof/internal/commands.Commands`type."".flags*go.string.hdr."flags""go.importpath."".type."".flags:go.string.hdr."*driver.flags"  
2go.string."*driver.flags"2go.string."*driver.flags" *driver.flagsxgo.string.hdr."func(*driver.flags, *profile.Profile) string"  ,pgo.string."func(*driver.flags, *profile.Profile) string"pgo.string."func(*driver.flags, *profile.Profile) string"`Zfunc(*driver.flags, *profile.Profile) stringtype.func(*"".flags, *cmd/pprof/internal/profile.Profile) string|;Y30 runtime.algarray@"runtime.gcbits.01Pxgo.string.hdr."func(*driver.flags, *profile.Profile) string"pgo.weak.type.*func(*"".flags, *cmd/pprof/internal/profile.Profile) string"runtime.zerovaluetype.func(*"".flags, *cmd/pprof/internal/profile.Profile) stringtype.func(*"".flags, *cmd/pprof/internal/profile.Profile) stringtype.*"".flagsPtype.*cmd/pprof/internal/profile.Profiletype.stringgo.typelink.func(*driver.flags, *profile.Profile) string	func(*"".flags, *cmd/pprof/internal/profile.Profile) stringtype.func(*"".flags, *cmd/pprof/internal/profile.Profile) string`go.string.hdr."func(*driver.flags, string) bool"   Xgo.string."func(*driver.flags, string) bool"Xgo.string."func(*driver.flags, string) bool"PBfunc(*driver.flags, string) boolBtype.func(*"".flags, string) boolrSh;30 runtime.algarray@"runtime.gcbits.01P`go.string.hdr."func(*driver.flags, string) bool"pTgo.weak.type.*func(*"".flags, string) bool"runtime.zerovalueBtype.func(*"".flags, string) boolBtype.func(*"".flags, string) booltype.*"".flagstype.stringtype.boolgo.typelink.func(*driver.flags, string) bool	func(*"".flags, string) boolBtype.func(*"".flags, string) bool\go.string.hdr."func(*driver.flags, plugin.UI)"  Tgo.string."func(*driver.flags, plugin.UI)"Tgo.string."func(*driver.flags, plugin.UI)"@>func(*driver.flags, plugin.UI)dtype.func(*"".flags, cmd/pprof/internal/plugin.UI)4b30 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."func(*driver.flags, plugin.UI)"pvgo.weak.type.*func(*"".flags, cmd/pprof/internal/plugin.UI)"runtime.zerovaluedtype.func(*"".flags, cmd/pprof/internal/plugin.UI)dtype.func(*"".flags, cmd/pprof/internal/plugin.UI)type.*"".flagsBtype.cmd/pprof/internal/plugin.UIgo.typelink.func(*driver.flags, plugin.UI)	func(*"".flags, cmd/pprof/internal/plugin.UI)dtype.func(*"".flags, cmd/pprof/internal/plugin.UI),go.string.hdr."String"  $go.string."String"$go.string."String"StringZgo.string.hdr."func(*profile.Profile) string"  Rgo.string."func(*profile.Profile) string"Rgo.string."func(*profile.Profile) string"@<func(*profile.Profile) stringjtype.func(*cmd/pprof/internal/profile.Profile) stringte30 runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."func(*profile.Profile) string"p|go.weak.type.*func(*cmd/pprof/internal/profile.Profile) string"runtime.zerovaluejtype.func(*cmd/pprof/internal/profile.Profile) stringjtype.func(*cmd/pprof/internal/profile.Profile) stringPtype.*cmd/pprof/internal/profile.Profiletype.stringgo.typelink.func(*profile.Profile) string	func(*cmd/pprof/internal/profile.Profile) stringjtype.func(*cmd/pprof/internal/profile.Profile) string0go.string.hdr."isFormat"  (go.string."isFormat"(go.string."isFormat" isFormatBgo.string.hdr."func(string) bool"  :go.string."func(string) bool":go.string."func(string) bool"0$func(string) bool,type.func(string) bool*30 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."func(string) bool"p>go.weak.type.*func(string) bool"runtime.zerovalue,type.func(string) bool,type.func(string) booltype.stringtype.bool^go.typelink.func(string) bool	func(string) bool,type.func(string) bool*go.string.hdr."usage"  "go.string."usage""go.string."usage"usage>go.string.hdr."func(plugin.UI)"  6go.string."func(plugin.UI)"6go.string."func(plugin.UI)"  func(plugin.UI)Ntype.func(cmd/pprof/internal/plugin.UI)]30 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."func(plugin.UI)"p`go.weak.type.*func(cmd/pprof/internal/plugin.UI)"runtime.zerovalueNtype.func(cmd/pprof/internal/plugin.UI)Ntype.func(cmd/pprof/internal/plugin.UI)Btype.cmd/pprof/internal/plugin.UI|go.typelink.func(plugin.UI)	func(cmd/pprof/internal/plugin.UI)Ntype.func(cmd/pprof/internal/plugin.UI)type.*"".flags620 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."*driver.flags"p.go.weak.type.**"".flags"runtime.zerovaluetype."".flags`type.*"".flagstype.*"".flags,go.string.hdr."String"jtype.func(*cmd/pprof/internal/profile.Profile) stringtype.func(*"".flags, *cmd/pprof/internal/profile.Profile) string$"".(*flags).String$"".(*flags).String0go.string.hdr."isFormat""go.importpath."".,type.func(string) boolBtype.func(*"".flags, string) bool("".(*flags).isFormat("".(*flags).isFormat*go.string.hdr."usage""go.importpath."".Ntype.func(cmd/pprof/internal/plugin.UI)dtype.func(*"".flags, cmd/pprof/internal/plugin.UI)""".(*flags).usage""".(*flags).usageBgo.string.hdr."**profile.Profile"  :go.string."**profile.Profile":go.string."**profile.Profile"0$**profile.ProfileRtype.**cmd/pprof/internal/profile.Profile!bA60 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."**profile.Profile"pdgo.weak.type.***cmd/pprof/internal/profile.Profile"runtime.zerovaluePtype.*cmd/pprof/internal/profile.Profile"runtime.gcbits.038go.string.hdr."interface {}"  0go.string."interface {}"0go.string."interface {}" interface {}"type.interface {}W0 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 {}Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a<type..hashfunc.[2]interface {}4type..hash.[2]interface {}8type..eqfunc.[2]interface {}0type..eq.[2]interface {}2type..alg.[2]interface {}  <type..hashfunc.[2]interface {}8type..eqfunc.[2]interface {}"runtime.gcbits.0f>go.string.hdr."[2]interface {}"  6go.string."[2]interface {}"6go.string."[2]interface {}"  [2]interface {}(type.[2]interface {}  ,Y02type..alg.[2]interface {}@"runtime.gcbits.0fP>go.string.hdr."[2]interface {}"p:go.weak.type.*[2]interface {}"runtime.zerovalue"type.interface {}&type.[]interface {}Vgo.typelink.[2]interface {}	[2]interface {}(type.[2]interface {}Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a0type..hashfunc.[1]string(type..hash.[1]string,type..eqfunc.[1]string$type..eq.[1]string&type..alg.[1]string  0type..hashfunc.[1]string,type..eqfunc.[1]string2go.string.hdr."[1]string"  	*go.string."[1]string"*go.string."[1]string" [1]stringtype.[1]stringb 0&type..alg.[1]string@"runtime.gcbits.01P2go.string.hdr."[1]string"p.go.weak.type.*[1]string"runtime.zerovaluetype.stringtype.[]string>go.typelink.[1]string	[1]stringtype.[1]string2go.string.hdr."*[]string"  	*go.string."*[]string"*go.string."*[]string" *[]stringtype.*[]string"v60 runtime.algarray@"runtime.gcbits.01P2go.string.hdr."*[]string"p.go.weak.type.**[]string"runtime.zerovaluetype.[]string@go.string.hdr."*[2]interface {}"  8go.string."*[2]interface {}"8go.string."*[2]interface {}"0"*[2]interface {}*type.*[2]interface {}s-q60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[2]interface {}"p<go.weak.type.**[2]interface {}"runtime.zerovalue(type.[2]interface {}4go.string.hdr."*[1]string"  
   2933 ,go.string."*[1]string",go.string."*[1]string" *[1]stringtype.*[1]stringl.!60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[1]string"p0go.weak.type.**[1]string"runtime.zerovaluetype.[1]stringTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a<type..hashfunc.[1]interface {}4type..hash.[1]interface {}8type..eqfunc.[1]interface {}0type..eq.[1]interface {}2type..alg.[1]interface {}  <type..hashfunc.[1]interface {}8type..eqfunc.[1]interface {}>go.string.hdr."[1]interface {}"  6go.string."[1]interface {}"6go.string."[1]interface {}"  [1]interface {}(type.[1]interface {}P[02type..alg.[1]interface {}@"runtime.gcbits.03P>go.string.hdr."[1]interface {}"p:go.weak.type.*[1]interface {}"runtime.zerovalue"type.interface {}&type.[]interface {}Vgo.typelink.[1]interface {}	[1]interface {}(type.[1]interface {}@go.string.hdr."*[1]interface {}"  8go.string."*[1]interface {}"8go.string."*[1]interface {}"0"*[1]interface {}*type.*[1]interface {}560 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[1]interface {}"p<go.weak.type.**[1]interface {}"runtime.zerovalue(type.[1]interface {}Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a0type..hashfunc.[3]string(type..hash.[3]string,type..eqfunc.[3]string$type..eq.[3]string&type..alg.[3]string  0type..hashfunc.[3]string,type..eqfunc.[3]string"runtime.gcbits.152go.string.hdr."[3]string"  	*go.string."[3]string"*go.string."[3]string" [3]stringtype.[3]string0(CiB0&type..alg.[3]string@"runtime.gcbits.15P2go.string.hdr."[3]string"p.go.weak.type.*[3]string"runtime.zerovaluetype.stringtype.[]string>go.typelink.[3]string	[3]stringtype.[3]string4go.string.hdr."*[3]string"  
   2936 ,go.string."*[3]string",go.string."*[3]string" *[3]stringtype.*[3]string
   2937 +60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[3]string"p0go.weak.type.**[3]string"runtime.zerovaluetype.[3]string`go.string.hdr."func(string, string, int64) bool"   Xgo.string."func(string, string, int64) bool"Xgo.string."func(string, string, int64) bool"PBfunc(string, string, int64) boolJtype.func(string, string, int64) bool?@i30 runtime.algarray@"runtime.gcbits.01P`go.string.hdr."func(string, string, int64) bool"p\go.weak.type.*func(string, string, int64) bool"runtime.zerovalueJtype.func(string, string, int64) boolJtype.func(string, string, int64) booltype.stringtype.stringtype.int64type.boolgo.typelink.func(string, string, int64) bool	func(string, string, int64) boolJtype.func(string, string, int64) boolTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a<type..hashfunc.[3]interface {}4type..hash.[3]interface {}8type..eqfunc.[3]interface {}0type..eq.[3]interface {}2type..alg.[3]interface {}  <type..hashfunc.[3]interface {}8type..eqfunc.[3]interface {}"runtime.gcbits.3f?>go.string.hdr."[3]interface {}"  6go.string."[3]interface {}"6go.string."[3]interface {}"  [3]interface {}(type.[3]interface {}0002type..alg.[3]interface {}@"runtime.gcbits.3fP>go.string.hdr."[3]interface {}"p:go.weak.type.*[3]interface {}"runtime.zerovalue"type.interface {}&type.[]interface {}Vgo.typelink.[3]interface {}	[3]interface {}(type.[3]interface {}Pgo.string.hdr."func(int64, string) bool"  Hgo.string."func(int64, string) bool"Hgo.string."func(int64, string) bool"@2func(int64, string) bool:type.func(int64, string) bool4~x30 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."func(int64, string) bool"pLgo.weak.type.*func(int64, string) bool"runtime.zerovalue:type.func(int64, string) bool:type.func(int64, string) booltype.int64type.stringtype.boolzgo.typelink.func(int64, string) bool	func(int64, string) bool:type.func(int64, string) bool"runtime.gcbits.02go.string.hdr."struct { F uintptr; numFilter func(int64, string) bool }"  8go.string."struct { F uintptr; numFilter func(int64, string) bool }"go.string."struct { F uintptr; numFilter func(int64, string) bool }"rstruct { F uintptr; numFilter func(int64, string) bool }$go.string.hdr.".F"  go.string.".F"go.string.".F".F2go.string.hdr."numFilter"  	*go.string."numFilter"*go.string."numFilter" numFilterztype.struct { F uintptr; numFilter func(int64, string) bool }K0 runtime.algarray@"runtime.gcbits.02Pgo.string.hdr."struct { F uintptr; numFilter func(int64, string) bool }"pgo.weak.type.*struct { F uintptr; numFilter func(int64, string) bool }"runtime.zerovalueztype.struct { F uintptr; numFilter func(int64, string) bool }$go.string.hdr.".F""go.importpath."".type.uintptr2go.string.hdr."numFilter""go.importpath."".:type.func(int64, string) boolngo.string.hdr."struct { F uintptr; fx *regexp.Regexp }"  'fgo.string."struct { F uintptr; fx *regexp.Regexp }"fgo.string."struct { F uintptr; fx *regexp.Regexp }"PPstruct { F uintptr; fx *regexp.Regexp }$go.string.hdr."fx"  go.string."fx"go.string."fx"fxXtype.struct { F uintptr; fx *regexp.Regexp }S90 runtime.algarray@"runtime.gcbits.02Pngo.string.hdr."struct { F uintptr; fx *regexp.Regexp }"pjgo.weak.type.*struct { F uintptr; fx *regexp.Regexp }"runtime.zerovalueXtype.struct { F uintptr; fx *regexp.Regexp }$go.string.hdr.".F""go.importpath."".type.uintptr$go.string.hdr."fx""go.importpath."".&type.*regexp.Regexp@go.string.hdr."*[3]interface {}"  8go.string."*[3]interface {}"8go.string."*[3]interface {}"0"*[3]interface {}*type.*[3]interface {}60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[3]interface {}"p<go.weak.type.**[3]interface {}"runtime.zerovalue(type.[3]interface {}go.string.hdr."*struct { F uintptr; numFilter func(int64, string) bool }"  9go.string."*struct { F uintptr; numFilter func(int64, string) bool }"go.string."*struct { F uintptr; numFilter func(int64, string) bool }"t*struct { F uintptr; numFilter func(int64, string) bool }|type.*struct { F uintptr; numFilter func(int64, string) bool },+60 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."*struct { F uintptr; numFilter func(int64, string) bool }"pgo.weak.type.**struct { F uintptr; numFilter func(int64, string) bool }"runtime.zerovalueztype.struct { F uintptr; numFilter func(int64, string) bool }pgo.string.hdr."*struct { F uintptr; fx *regexp.Regexp }"  (hgo.string."*struct { F uintptr; fx *regexp.Regexp }"hgo.string."*struct { F uintptr; fx *regexp.Regexp }"`R*struct { F uintptr; fx *regexp.Regexp }Ztype.*struct { F uintptr; fx *regexp.Regexp }Y60 runtime.algarray@"runtime.gcbits.01Ppgo.string.hdr."*struct { F uintptr; fx *regexp.Regexp }"plgo.weak.type.**struct { F uintptr; fx *regexp.Regexp }"runtime.zerovalueXtype.struct { F uintptr; fx *regexp.Regexp }Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a~type..hashfunc.struct { F uintptr; unit string; value float64 }vtype..hash.struct { F uintptr; unit string; value float64 }ztype..eqfunc.struct { F uintptr; unit string; value float64 }rtype..eq.struct { F uintptr; unit string; value float64 }ttype..alg.struct { F uintptr; unit string; value float64 }  ~type..hashfunc.struct { F uintptr; unit string; value float64 }ztype..eqfunc.struct { F uintptr; unit string; value float64 }go.string.hdr."struct { F uintptr; unit string; value float64 }"  0xgo.string."struct { F uintptr; unit string; value float64 }"xgo.string."struct { F uintptr; unit string; value float64 }"pbstruct { F uintptr; unit string; value float64 }*go.string.hdr."value"  "go.string."value""go.string."value"valuejtype.struct { F uintptr; unit string; value float64 } }0ttype..alg.struct { F uintptr; unit string; value float64 }@"runtime.gcbits.02Pgo.string.hdr."struct { F uintptr; unit string; value float64 }"p|go.weak.type.*struct { F uintptr; unit string; value float64 }"runtime.zerovaluejtype.struct { F uintptr; unit string; value float64 }$go.string.hdr.".F""go.importpath."".type.uintptr(go.string.hdr."unit""go.importpath."".type.string*go.string.hdr."value""go.importpath."".type.float64Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418atype..hashfunc.struct { F uintptr; unit string; value float64; value2 float64 }type..hash.struct { F uintptr; unit string; value float64; value2 float64 }type..eqfunc.struct { F uintptr; unit string; value float64; value2 float64 }type..eq.struct { F uintptr; unit string; value float64; value2 float64 }type..alg.struct { F uintptr; unit string; value float64; value2 float64 }  type..hashfunc.struct { F uintptr; unit string; value float64; value2 float64 }type..eqfunc.struct { F uintptr; unit string; value float64; value2 float64 }go.string.hdr."struct { F uintptr; unit string; value float64; value2 float64 }"  @go.string."struct { F uintptr; unit string; value float64; value2 float64 }"go.string."struct { F uintptr; unit string; value float64; value2 float64 }"struct { F uintptr; unit string; value float64; value2 float64 },go.string.hdr."value2"  $go.string."value2"$go.string."value2"value2type.struct { F uintptr; unit string; value float64; value2 float64 }({ $0type..alg.struct { F uintptr; unit string; value float64; value2 float64 }@"runtime.gcbits.02Pgo.string.hdr."struct { F uintptr; unit string; value float64; value2 float64 }"pgo.weak.type.*struct { F uintptr; unit string; value float64; value2 float64 }"runtime.zerovaluetype.struct { F uintptr; unit string; value float64; value2 float64 }$go.string.hdr.".F""go.importpath."".type.uintptr(go.string.hdr."unit""go.importpath."".type.string*go.string.hdr."value""go.importpath."".type.float64,go.string.hdr."value2""go.importpath."".type.float644go.string.hdr."[][]string"  
   2945 ,go.string."[][]string",go.string."[][]string" [][]stringtype.[][]string:0 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."[][]string"p0go.weak.type.*[][]string"runtime.zerovaluetype.[]stringBgo.typelink.[][]string	[][]stringtype.[][]string type..hashfunc32   ,runtime.memhash_varlentype..eqfunc32   .runtime.memequal_varlentype..alg32   type..hashfunc32type..eqfunc322go.string.hdr."[32]uint8"  	*go.string."[32]uint8"*go.string."[32]uint8" [32]uint8type.[32]uint8 Y 0type..alg32@runtime.gcbits.P2go.string.hdr."[32]uint8"p.go.weak.type.*[32]uint8"runtime.zerovaluetype.uint8type.[]uint8>go.typelink.[32]uint8	[32]uint8type.[32]uint8go.string.hdr."*struct { F uintptr; unit string; value float64 }"  1zgo.string."*struct { F uintptr; unit string; value float64 }"zgo.string."*struct { F uintptr; unit string; value float64 }"pd*struct { F uintptr; unit string; value float64 }ltype.*struct { F uintptr; unit string; value float64 }60 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."*struct { F uintptr; unit string; value float64 }"p~go.weak.type.**struct { F uintptr; unit string; value float64 }"runtime.zerovaluejtype.struct { F uintptr; unit string; value float64 }go.string.hdr."*struct { F uintptr; unit string; value float64; value2 float64 }"  Ago.string."*struct { F uintptr; unit string; value float64; value2 float64 }"go.string."*struct { F uintptr; unit string; value float64; value2 float64 }"*struct { F uintptr; unit string; value float64; value2 float64 }type.*struct { F uintptr; unit string; value float64; value2 float64 }!60 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."*struct { F uintptr; unit string; value float64; value2 float64 }"pgo.weak.type.**struct { F uintptr; unit string; value float64; value2 float64 }"runtime.zerovaluetype.struct { F uintptr; unit string; value float64; value2 float64 }Dgo.string.hdr."[]*profile.Mapping"  <go.string."[]*profile.Mapping"<go.string."[]*profile.Mapping"0&[]*profile.MappingTtype.[]*cmd/pprof/internal/profile.Mappingn0 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."[]*profile.Mapping"pfgo.weak.type.*[]*cmd/pprof/internal/profile.Mapping"runtime.zerovaluePtype.*cmd/pprof/internal/profile.Mappinggo.typelink.[]*profile.Mapping	[]*cmd/pprof/internal/profile.MappingTtype.[]*cmd/pprof/internal/profile.MappingFgo.string.hdr."[1]*profile.Mapping"  >go.string."[1]*profile.Mapping">go.string."[1]*profile.Mapping"0([1]*profile.MappingVtype.[1]*cmd/pprof/internal/profile.MappingNmO10 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."[1]*profile.Mapping"phgo.weak.type.*[1]*cmd/pprof/internal/profile.Mapping"runtime.zerovaluePtype.*cmd/pprof/internal/profile.MappingTtype.[]*cmd/pprof/internal/profile.Mappinggo.typelink.[1]*profile.Mapping	[1]*cmd/pprof/internal/profile.MappingVtype.[1]*cmd/pprof/internal/profile.MappingFgo.string.hdr."[]*profile.Location"  >go.string."[]*profile.Location">go.string."[]*profile.Location"0([]*profile.LocationVtype.[]*cmd/pprof/internal/profile.Location
   2950 0 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."[]*profile.Location"phgo.weak.type.*[]*cmd/pprof/internal/profile.Location"runtime.zerovalueRtype.*cmd/pprof/internal/profile.Locationgo.typelink.[]*profile.Location	[]*cmd/pprof/internal/profile.LocationVtype.[]*cmd/pprof/internal/profile.LocationHgo.string.hdr."[]*profile.ValueType"  @go.string."[]*profile.ValueType"@go.string."[]*profile.ValueType"0*[]*profile.ValueTypeXtype.[]*cmd/pprof/internal/profile.ValueTypeac 0 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."[]*profile.ValueType"pjgo.weak.type.*[]*cmd/pprof/internal/profile.ValueType"runtime.zerovalueTtype.*cmd/pprof/internal/profile.ValueTypego.typelink.[]*profile.ValueType	[]*cmd/pprof/internal/profile.ValueTypeXtype.[]*cmd/pprof/internal/profile.ValueTypeTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418atype..hashfunc.struct { F uintptr; R cmd/pprof/internal/plugin.ObjTool }type..hash.struct { F uintptr; R cmd/pprof/internal/plugin.ObjTool }type..eqfunc.struct { F uintptr; R cmd/pprof/internal/plugin.ObjTool }type..eq.struct { F uintptr; R cmd/pprof/internal/plugin.ObjTool }type..alg.struct { F uintptr; R cmd/pprof/internal/plugin.ObjTool }  type..hashfunc.struct { F uintptr; R cmd/pprof/internal/plugin.ObjTool }type..eqfunc.struct { F uintptr; R cmd/pprof/internal/plugin.ObjTool }"runtime.gcbits.06lgo.string.hdr."struct { F uintptr; R plugin.ObjTool }"  &dgo.string."struct { F uintptr; R plugin.ObjTool }"dgo.string."struct { F uintptr; R plugin.ObjTool }"PNstruct { F uintptr; R plugin.ObjTool }"go.string.hdr."F"  go.string."F"go.string."F"F"go.string.hdr."R"  go.string."R"go.string."R"R|type.struct { F uintptr; R cmd/pprof/internal/plugin.ObjTool }Ysq0type..alg.struct { F uintptr; R cmd/pprof/internal/plugin.ObjTool }@"runtime.gcbits.06Plgo.string.hdr."struct { F uintptr; R plugin.ObjTool }"pgo.weak.type.*struct { F uintptr; R cmd/pprof/internal/plugin.ObjTool }"runtime.zerovalue|type.struct { F uintptr; R cmd/pprof/internal/plugin.ObjTool }"go.string.hdr."F"type.uintptr"go.string.hdr."R"Ltype.cmd/pprof/internal/plugin.ObjToolDgo.string.hdr."**profile.Location"  <go.string."**profile.Location"<go.string."**profile.Location"0&**profile.LocationTtype.**cmd/pprof/internal/profile.Location860 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."**profile.Location"pfgo.weak.type.***cmd/pprof/internal/profile.Location"runtime.zerovalueRtype.*cmd/pprof/internal/profile.LocationHgo.string.hdr."*[1]*profile.Mapping"  @go.string."*[1]*profile.Mapping"@go.string."*[1]*profile.Mapping"0**[1]*profile.MappingXtype.*[1]*cmd/pprof/internal/profile.Mapping
   2954 _60 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."*[1]*profile.Mapping"pjgo.weak.type.**[1]*cmd/pprof/internal/profile.Mapping"runtime.zerovalueVtype.[1]*cmd/pprof/internal/profile.MappingFgo.string.hdr."**profile.ValueType"  >go.string."**profile.ValueType">go.string."**profile.ValueType"0(**profile.ValueTypeVtype.**cmd/pprof/internal/profile.ValueType60 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."**profile.ValueType"phgo.weak.type.***cmd/pprof/internal/profile.ValueType"runtime.zerovalueTtype.*cmd/pprof/internal/profile.ValueTypengo.string.hdr."*struct { F uintptr; R plugin.ObjTool }"  'fgo.string."*struct { F uintptr; R plugin.ObjTool }"fgo.string."*struct { F uintptr; R plugin.ObjTool }"PP*struct { F uintptr; R plugin.ObjTool }~type.*struct { F uintptr; R cmd/pprof/internal/plugin.ObjTool }60 runtime.algarray@"runtime.gcbits.01Pngo.string.hdr."*struct { F uintptr; R plugin.ObjTool }"pgo.weak.type.**struct { F uintptr; R cmd/pprof/internal/plugin.ObjTool }"runtime.zerovalue|type.struct { F uintptr; R cmd/pprof/internal/plugin.ObjTool },go.string.hdr."**bool"  $go.string."**bool"$go.string."**bool"**booltype.**boolA#60 runtime.algarray@"runtime.gcbits.01P,go.string.hdr."**bool"p(go.weak.type.***bool"runtime.zerovaluetype.*boolJgo.string.hdr."*map.hdr[string]*bool"  Bgo.string."*map.hdr[string]*bool"Bgo.string."*map.hdr[string]*bool"0,*map.hdr[string]*bool4type.*map.hdr[string]*boolOt*60 runtime.algarray@"runtime.gcbits.01PJgo.string.hdr."*map.hdr[string]*bool"pFgo.weak.type.**map.hdr[string]*bool"runtime.zerovalue2type.map.hdr[string]*boolJgo.string.hdr."map.iter[string]*bool"  Bgo.string."map.iter[string]*bool"Bgo.string."map.iter[string]*bool"0,map.iter[string]*bool&go.string.hdr."key"  go.string."key"go.string."key"key&go.string.hdr."val"  go.string."val"go.string."val"val"go.string.hdr."h"  go.string."h"go.string."h"h(go.string.hdr."bptr"   go.string."bptr" go.string."bptr"
   2960 bptr2go.string.hdr."overflow0"  	*go.string."overflow0"*go.string."overflow0" overflow02go.string.hdr."overflow1"  	*go.string."overflow1"*go.string."overflow1" overflow16go.string.hdr."startBucket"  .go.string."startBucket".go.string."startBucket" startBucket*go.string.hdr."stuff"  "go.string."stuff""go.string."stuff"stuff,go.string.hdr."bucket"  $go.string."bucket"$go.string."bucket"bucket6go.string.hdr."checkBucket"  .go.string."checkBucket".go.string."checkBucket" checkBucket4type.map.iter[string]*bool		`@Z (08@HPX<0 runtime.algarray@"runtime.gcbits.ffPJgo.string.hdr."map.iter[string]*bool"pFgo.weak.type.*map.iter[string]*bool"runtime.zerovalue4type.map.iter[string]*bool&go.string.hdr."key"type.*string&go.string.hdr."val"type.**bool"go.string.hdr."t"type.*uint8"go.string.hdr."h"4type.*map.hdr[string]*bool.go.string.hdr."buckets":type.*map.bucket[string]*bool(go.string.hdr."bptr":type.*map.bucket[string]*bool2go.string.hdr."overflow0"&type.unsafe.Pointer2go.string.hdr."overflow1"&type.unsafe.Pointer6go.string.hdr."startBucket"type.uintptr*go.string.hdr."stuff"type.uintptr,go.string.hdr."bucket"type.uintptr6go.string.hdr."checkBucket"type.uintptrDgo.string.hdr."**commands.Command"  <go.string."**commands.Command"<go.string."**commands.Command"0&**commands.CommandTtype.**cmd/pprof/internal/commands.CommandQS60 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."**commands.Command"pfgo.weak.type.***cmd/pprof/internal/commands.Command"runtime.zerovalueRtype.*cmd/pprof/internal/commands.CommandFgo.string.hdr."[]*commands.Command"  >go.string."[]*commands.Command">go.string."[]*commands.Command"0([]*commands.CommandVtype.[]*cmd/pprof/internal/commands.Command 0 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."[]*commands.Command"phgo.weak.type.*[]*cmd/pprof/internal/commands.Command"runtime.zerovalueRtype.*cmd/pprof/internal/commands.Commandgo.typelink.[]*commands.Command	[]*cmd/pprof/internal/commands.CommandVtype.[]*cmd/pprof/internal/commands.CommandHgo.string.hdr."[8]*commands.Command"  @go.string."[8]*commands.Command"@go.string."[8]*commands.Command"0*[8]*commands.CommandXtype.[8]*cmd/pprof/internal/commands.Command@@	0type..alg64@"runtime.gcbits.ffPHgo.string.hdr."[8]*commands.Command"pjgo.weak.type.*[8]*cmd/pprof/internal/commands.Command"runtime.zerovalueRtype.*cmd/pprof/internal/commands.CommandVtype.[]*cmd/pprof/internal/commands.Commandgo.typelink.[8]*commands.Command	[8]*cmd/pprof/internal/commands.CommandXtype.[8]*cmd/pprof/internal/commands.Commandfgo.string.hdr."map.bucket[string]*commands.Command"  #^go.string."map.bucket[string]*commands.Command"^go.string."map.bucket[string]*commands.Command"PHmap.bucket[string]*commands.Commandvtype.map.bucket[string]*cmd/pprof/internal/commands.Command0 runtime.algarray@.runtime.gcbits.aaaafe03Pfgo.string.hdr."map.bucket[string]*commands.Command"pgo.weak.type.*map.bucket[string]*cmd/pprof/internal/commands.Command"runtime.zerovaluevtype.map.bucket[string]*cmd/pprof/internal/commands.Command.go.string.hdr."topbits"type.[8]uint8(go.string.hdr."keys"type.[8]string,go.string.hdr."values"Xtype.[8]*cmd/pprof/internal/commands.Command0go.string.hdr."overflow"xtype.*map.bucket[string]*cmd/pprof/internal/commands.Commandhgo.string.hdr."*map.bucket[string]*commands.Command"  $`go.string."*map.bucket[string]*commands.Command"`go.string."*map.bucket[string]*commands.Command"PJ*map.bucket[string]*commands.Commandxtype.*map.bucket[string]*cmd/pprof/internal/commands.Command;=60 runtime.algarray@"runtime.gcbits.01Phgo.string.hdr."*map.bucket[string]*commands.Command"pgo.weak.type.**map.bucket[string]*cmd/pprof/internal/commands.Command"runtime.zerovaluevtype.map.bucket[string]*cmd/pprof/internal/commands.Command`go.string.hdr."map.hdr[string]*commands.Command"   Xgo.string."map.hdr[string]*commands.Command"Xgo.string."map.hdr[string]*commands.Command"PBmap.hdr[string]*commands.Commandptype.map.hdr[string]*cmd/pprof/internal/commands.Command00xM	 (,0 runtime.algarray@"runtime.gcbits.2cP`go.string.hdr."map.hdr[string]*commands.Command"pgo.weak.type.*map.hdr[string]*cmd/pprof/internal/commands.Command"runtime.zerovalueptype.map.hdr[string]*cmd/pprof/internal/commands.Command*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"xtype.*map.bucket[string]*cmd/pprof/internal/commands.Command4go.string.hdr."oldbuckets"xtype.*map.bucket[string]*cmd/pprof/internal/commands.Command2go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.Pointerbgo.string.hdr."*map.hdr[string]*commands.Command"  !Zgo.string."*map.hdr[string]*commands.Command"Zgo.string."*map.hdr[string]*commands.Command"PD*map.hdr[string]*commands.Commandrtype.*map.hdr[string]*cmd/pprof/internal/commands.Command-;.60 runtime.algarray@"runtime.gcbits.01Pbgo.string.hdr."*map.hdr[string]*commands.Command"pgo.weak.type.**map.hdr[string]*cmd/pprof/internal/commands.Command"runtime.zerovalueptype.map.hdr[string]*cmd/pprof/internal/commands.Commandbgo.string.hdr."map.iter[string]*commands.Command"  !Zgo.string."map.iter[string]*commands.Command"Zgo.string."map.iter[string]*commands.Command"PDmap.iter[string]*commands.Commandrtype.map.iter[string]*cmd/pprof/internal/commands.Command		`@4x[ (08@HPX<0 runtime.algarray@"runtime.gcbits.ffPbgo.string.hdr."map.iter[string]*commands.Command"pgo.weak.type.*map.iter[string]*cmd/pprof/internal/commands.Command"runtime.zerovaluertype.map.iter[string]*cmd/pprof/internal/commands.Command&go.string.hdr."key"type.*string&go.string.hdr."val"Ttype.**cmd/pprof/internal/commands.Command"go.string.hdr."t"type.*uint8"go.string.hdr."h"rtype.*map.hdr[string]*cmd/pprof/internal/commands.Command.go.string.hdr."buckets"xtype.*map.bucket[string]*cmd/pprof/internal/commands.Command(go.string.hdr."bptr"xtype.*map.bucket[string]*cmd/pprof/internal/commands.Command2go.string.hdr."overflow0"&type.unsafe.Pointer2go.string.hdr."overflow1"&type.unsafe.Pointer6go.string.hdr."startBucket"type.uintptr*go.string.hdr."stuff"type.uintptr,go.string.hdr."bucket"type.uintptr6go.string.hdr."checkBucket"type.uintptrTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418atype..hashfunc.struct { F uintptr; f *"".flags; ui cmd/pprof/internal/plugin.UI }type..hash.struct { F uintptr; f *"".flags; ui cmd/pprof/internal/plugin.UI }type..eqfunc.struct { F uintptr; f *"".flags; ui cmd/pprof/internal/plugin.UI }type..eq.struct { F uintptr; f *"".flags; ui cmd/pprof/internal/plugin.UI }type..alg.struct { F uintptr; f *"".flags; ui cmd/pprof/internal/plugin.UI }  type..hashfunc.struct { F uintptr; f *"".flags; ui cmd/pprof/internal/plugin.UI }type..eqfunc.struct { F uintptr; f *"".flags; ui cmd/pprof/internal/plugin.UI }"runtime.gcbits.0ego.string.hdr."struct { F uintptr; f *driver.flags; ui plugin.UI }"  3~go.string."struct { F uintptr; f *driver.flags; ui plugin.UI }"~go.string."struct { F uintptr; f *driver.flags; ui plugin.UI }"phstruct { F uintptr; f *driver.flags; ui plugin.UI }$go.string.hdr."ui"  go.string."ui"go.string."ui"uitype.struct { F uintptr; f *"".flags; ui cmd/pprof/internal/plugin.UI }  ^0type..alg.struct { F uintptr; f *"".flags; ui cmd/pprof/internal/plugin.UI }@"runtime.gcbits.0ePgo.string.hdr."struct { F uintptr; f *driver.flags; ui plugin.UI }"pgo.weak.type.*struct { F uintptr; f *"".flags; ui cmd/pprof/internal/plugin.UI }"runtime.zerovaluetype.struct { F uintptr; f *"".flags; ui cmd/pprof/internal/plugin.UI }$go.string.hdr.".F""go.importpath."".type.uintptr"go.string.hdr."f""go.importpath."".type.*"".flags$go.string.hdr."ui""go.importpath."".Btype.cmd/pprof/internal/plugin.UIgo.string.hdr."*struct { F uintptr; f *driver.flags; ui plugin.UI }"  4go.string."*struct { F uintptr; f *driver.flags; ui plugin.UI }"go.string."*struct { F uintptr; f *driver.flags; ui plugin.UI }"pj*struct { F uintptr; f *driver.flags; ui plugin.UI }type.*struct { F uintptr; f *"".flags; ui cmd/pprof/internal/plugin.UI }e60 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."*struct { F uintptr; f *driver.flags; ui plugin.UI }"pgo.weak.type.**struct { F uintptr; f *"".flags; ui cmd/pprof/internal/plugin.UI }"runtime.zerovaluetype.struct { F uintptr; f *"".flags; ui cmd/pprof/internal/plugin.UI }0go.string.hdr."[4]*bool"  (go.string."[4]*bool"(go.string."[4]*bool" [4]*booltype.[4]*bool  lfi0type..alg32@"runtime.gcbits.0fP0go.string.hdr."[4]*bool"p,go.weak.type.*[4]*bool"runtime.zerovaluetype.*booltype.[]*bool:go.typelink.[4]*bool	[4]*booltype.[4]*bool2go.string.hdr."*[4]*bool"  	*go.string."*[4]*bool"*go.string."*[4]*bool" *[4]*booltype.*[4]*boolY#60 runtime.algarray@"runtime.gcbits.01P2go.string.hdr."*[4]*bool"p.go.weak.type.**[4]*bool"runtime.zerovaluetype.[4]*bool0go.string.hdr."**string"  (go.string."**string"(go.string."**string" **stringtype.**string[60 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."**string"p,go.weak.type.***string"runtime.zerovaluetype.*stringNgo.string.hdr."*map.hdr[string]*string"  Fgo.string."*map.hdr[string]*string"Fgo.string."*map.hdr[string]*string"00*map.hdr[string]*string8type.*map.hdr[string]*stringo60 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."*map.hdr[string]*string"pJgo.weak.type.**map.hdr[string]*string"runtime.zerovalue6type.map.hdr[string]*stringNgo.string.hdr."map.iter[string]*string"  Fgo.string."map.iter[string]*string"Fgo.string."map.iter[string]*string"00map.iter[string]*string8type.map.iter[string]*string		`@ (08@HPX<0 runtime.algarray@"runtime.gcbits.ffPNgo.string.hdr."map.iter[string]*string"pJgo.weak.type.*map.iter[string]*string"runtime.zerovalue8type.map.iter[string]*string&go.string.hdr."key"type.*string&go.string.hdr."val"type.**string"go.string.hdr."t"type.*uint8"go.string.hdr."h"8type.*map.hdr[string]*string.go.string.hdr."buckets">type.*map.bucket[string]*string(go.string.hdr."bptr">type.*map.bucket[string]*string2go.string.hdr."overflow0"&type.unsafe.Pointer2go.string.hdr."overflow1"&type.unsafe.Pointer6go.string.hdr."startBucket"type.uintptr*go.string.hdr."stuff"type.uintptr,go.string.hdr."bucket"type.uintptr6go.string.hdr."checkBucket"type.uintptrNgo.string.hdr."*driver.sampleValueFunc"  Fgo.string."*driver.sampleValueFunc"Fgo.string."*driver.sampleValueFunc"00*driver.sampleValueFunc0type.*"".sampleValueFunc&D60 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."*driver.sampleValueFunc"pBgo.weak.type.**"".sampleValueFunc"runtime.zerovalue.type."".sampleValueFuncLgo.string.hdr."driver.sampleValueFunc"  Dgo.string."driver.sampleValueFunc"Dgo.string."driver.sampleValueFunc"0.driver.sampleValueFunc>go.string.hdr."sampleValueFunc"  6go.string."sampleValueFunc"6go.string."sampleValueFunc"  sampleValueFunc.type."".sampleValueFuncl30 runtime.algarray@"runtime.gcbits.01PLgo.string.hdr."driver.sampleValueFunc"p0type.*"".sampleValueFunc"runtime.zerovalue.type."".sampleValueFunc.type."".sampleValueFuncNtype.*cmd/pprof/internal/profile.Sampletype.int64`.type."".sampleValueFunc>go.string.hdr."sampleValueFunc""go.importpath.""..type."".sampleValueFuncXgo.string.hdr."struct { F uintptr; ix int }"  Pgo.string."struct { F uintptr; ix int }"Pgo.string."struct { F uintptr; ix int }"@:struct { F uintptr; ix int }$go.string.hdr."ix"  go.string."ix"go.string."ix"ixBtype.struct { F uintptr; ix int }u0 runtime.algarray@runtime.gcbits.PXgo.string.hdr."struct { F uintptr; ix int }"pTgo.weak.type.*struct { F uintptr; ix int }"runtime.zerovalueBtype.struct { F uintptr; ix int }$go.string.hdr.".F""go.importpath."".type.uintptr$go.string.hdr."ix""go.importpath."".type.intZgo.string.hdr."*struct { F uintptr; ix int }"  Rgo.string."*struct { F uintptr; ix int }"Rgo.string."*struct { F uintptr; ix int }"@<*struct { F uintptr; ix int }Dtype.*struct { F uintptr; ix int }60 runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."*struct { F uintptr; ix int }"pVgo.weak.type.**struct { F uintptr; ix int }"runtime.zerovalueBtype.struct { F uintptr; ix int }Fgo.string.hdr."[]*profile.Function"  >go.string."[]*profile.Function">go.string."[]*profile.Function"0([]*profile.FunctionVtype.[]*cmd/pprof/internal/profile.FunctionyPw]0 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."[]*profile.Function"phgo.weak.type.*[]*cmd/pprof/internal/profile.Function"runtime.zerovalueRtype.*cmd/pprof/internal/profile.Functiongo.typelink.[]*profile.Function	[]*cmd/pprof/internal/profile.FunctionVtype.[]*cmd/pprof/internal/profile.FunctionDgo.string.hdr."**profile.Function"  <go.string."**profile.Function"<go.string."**profile.Function"0&**profile.FunctionTtype.**cmd/pprof/internal/profile.FunctionuO60 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."**profile.Function"pfgo.weak.type.***cmd/pprof/internal/profile.Function"runtime.zerovalueRtype.*cmd/pprof/internal/profile.FunctionTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a0type..hashfunc.[2]string(type..hash.[2]string,type..eqfunc.[2]string$type..eq.[2]string&type..alg.[2]string  0type..hashfunc.[2]string,type..eqfunc.[2]string"runtime.gcbits.052go.string.hdr."[2]string"  	*go.string."[2]string"*go.string."[2]string" [2]stringtype.[2]string PX0&type..alg.[2]string@"runtime.gcbits.05P2go.string.hdr."[2]string"p.go.weak.type.*[2]string"runtime.zerovaluetype.stringtype.[]string>go.typelink.[2]string	[2]stringtype.[2]string4go.string.hdr."*[2]string"  
   2983 ,go.string."*[2]string",go.string."*[2]string" *[2]stringtype.*[2]stringf<60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[2]string"p0go.weak.type.**[2]string"runtime.zerovaluetype.[2]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]stringte60 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
   2987 
   2988 Pgo.string.hdr."map.bucket[string]string"  Hgo.string."map.bucket[string]string"Hgo.string."map.bucket[string]string"@2map.bucket[string]string: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]stringJgo.string.hdr."map.hdr[string]string"  Bgo.string."map.hdr[string]string"Bgo.string."map.hdr[string]string"0,map.hdr[string]string4type.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]stringTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a0type..hashfunc.[0]string(type..hash.[0]string,type..eqfunc.[0]string$type..eq.[0]string&type..alg.[0]string  0type..hashfunc.[0]string,type..eqfunc.[0]string2go.string.hdr."[0]string"  	*go.string."[0]string"*go.string."[0]string" [0]stringtype.[0]string8I0&type..alg.[0]string@runtime.gcbits.P2go.string.hdr."[0]string"p.go.weak.type.*[0]string"runtime.zerovaluetype.stringtype.[]string>go.typelink.[0]string	[0]stringtype.[0]string4go.string.hdr."*[8]string"  
   2990 ,go.string."*[8]string",go.string."*[8]string" *[8]stringtype.*[8]stringo60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[8]string"p0go.weak.type.**[8]string"runtime.zerovaluetype.[8]string4go.string.hdr."*[0]string"  
   2992 ,go.string."*[0]string",go.string."*[0]string" *[0]stringtype.*[0]string9^60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[0]string"p0go.weak.type.**[0]string"runtime.zerovaluetype.[0]string,go.importpath.runtime.  &go.string."runtime"*go.string.hdr."bytes"  "go.string."bytes""go.string."bytes"bytes(go.importpath.bytes.  "go.string."bytes"$go.string.hdr."io"  go.string."io"go.string."io"io"go.importpath.io.  go.string."io"&go.string.hdr."fmt"  go.string."fmt"go.string."fmt"fmt$go.importpath.fmt.  go.string."fmt".go.string.hdr."strconv"  &go.string."strconv"&go.string."strconv"strconv,go.importpath.strconv.  &go.string."strconv"(go.string.hdr."sync"   go.string."sync" go.string."sync"
   2995 sync&go.importpath.sync.   go.string."sync"$go.string.hdr."os"  go.string."os"go.string."os"os"go.importpath.os.  go.string."os".go.string.hdr."net/url"  &go.string."net/url"&go.string."net/url"net/url,go.importpath.net/url.  &go.string."net/url"(go.string.hdr."sort"   go.string."sort" go.string."sort"
   2996 sort&go.importpath.sort.   go.string."sort".go.string.hdr."strings"  &go.string."strings"&go.string."strings"strings,go.importpath.strings.  &go.string."strings"(go.string.hdr."time"   go.string."time" go.string."time"
   2997 time&go.importpath.time.   go.string."time":go.string.hdr."path/filepath"  
2go.string."path/filepath"2go.string."path/filepath" path/filepath8go.importpath.path/filepath.  
2go.string."path/filepath",go.string.hdr."regexp"  $go.string."regexp"$go.string."regexp"regexp*go.importpath.regexp.  $go.string."regexp"Vgo.string.hdr."cmd/pprof/internal/commands"  Ngo.string."cmd/pprof/internal/commands"Ngo.string."cmd/pprof/internal/commands"@8cmd/pprof/internal/commandsTgo.importpath.cmd/pprof/internal/commands.  Ngo.string."cmd/pprof/internal/commands"Rgo.string.hdr."cmd/pprof/internal/plugin"  Jgo.string."cmd/pprof/internal/plugin"Jgo.string."cmd/pprof/internal/plugin"@4cmd/pprof/internal/pluginPgo.importpath.cmd/pprof/internal/plugin.  Jgo.string."cmd/pprof/internal/plugin"Rgo.string.hdr."cmd/pprof/internal/report"  Jgo.string."cmd/pprof/internal/report"Jgo.string."cmd/pprof/internal/report"@4cmd/pprof/internal/reportPgo.importpath.cmd/pprof/internal/report.  Jgo.string."cmd/pprof/internal/report"Vgo.string.hdr."cmd/pprof/internal/tempfile"  Ngo.string."cmd/pprof/internal/tempfile"Ngo.string."cmd/pprof/internal/tempfile"@8cmd/pprof/internal/tempfileTgo.importpath.cmd/pprof/internal/tempfile.  Ngo.string."cmd/pprof/internal/tempfile"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".type..hash.[8]stringf(type..hash.[8]string*type..eq.[8]stringf$type..eq.[8]string:type..hash.[2]interface {}f4type..hash.[2]interface {}6type..eq.[2]interface {}f0type..eq.[2]interface {}.type..hash.[1]stringf(type..hash.[1]string*type..eq.[1]stringf$type..eq.[1]string:type..hash.[1]interface {}f4type..hash.[1]interface {}6type..eq.[1]interface {}f0type..eq.[1]interface {}.type..hash.[3]stringf(type..hash.[3]string*type..eq.[3]stringf$type..eq.[3]string:type..hash.[3]interface {}f4type..hash.[3]interface {}6type..eq.[3]interface {}f0type..eq.[3]interface {}|type..hash.struct { F uintptr; unit string; value float64 }fvtype..hash.struct { F uintptr; unit string; value float64 }xtype..eq.struct { F uintptr; unit string; value float64 }frtype..eq.struct { F uintptr; unit string; value float64 }type..hash.struct { F uintptr; unit string; value float64; value2 float64 }ftype..hash.struct { F uintptr; unit string; value float64; value2 float64 }type..eq.struct { F uintptr; unit string; value float64; value2 float64 }ftype..eq.struct { F uintptr; unit string; value float64; value2 float64 }type..hash.struct { F uintptr; R cmd/pprof/internal/plugin.ObjTool }ftype..hash.struct { F uintptr; R cmd/pprof/internal/plugin.ObjTool }type..eq.struct { F uintptr; R cmd/pprof/internal/plugin.ObjTool }ftype..eq.struct { F uintptr; R cmd/pprof/internal/plugin.ObjTool }type..hash.struct { F uintptr; f *"".flags; ui cmd/pprof/internal/plugin.UI }ftype..hash.struct { F uintptr; f *"".flags; ui cmd/pprof/internal/plugin.UI }type..eq.struct { F uintptr; f *"".flags; ui cmd/pprof/internal/plugin.UI }ftype..eq.struct { F uintptr; f *"".flags; ui cmd/pprof/internal/plugin.UI }.type..hash.[2]stringf(type..hash.[2]string*type..eq.[2]stringf$type..eq.[2]string.type..hash.[0]stringf(type..hash.[0]string*type..eq.[0]stringf$type..eq.[0]string"runtime.zerovalue0go13ld