type github.com/google/pprof/profile.Sample

28 uses

	github.com/google/pprof/profile (current package)
		encode.go#L171: 		x := new(Sample)
		encode.go#L396: func (p *Sample) decoder() []decoder {
		encode.go#L400: func (p *Sample) encode(b *buffer) {
		encode.go#L411: 	func(b *buffer, m message) error { return decodeUint64s(b, &m.(*Sample).locationIDX) },
		encode.go#L413: 	func(b *buffer, m message) error { return decodeInt64s(b, &m.(*Sample).Value) },
		encode.go#L416: 		s := m.(*Sample)
		filter.go#L53: 	s := make([]*Sample, 0, len(p.Sample))
		filter.go#L101: 	s := make([]*Sample, 0, len(p.Sample))
		filter.go#L247: type TagMatch func(s *Sample) bool
		filter.go#L253: 	samples := make([]*Sample, 0, len(p.Sample))
		legacy_java_profile.go#L200: 			s := &Sample{
		legacy_profile.go#L133: 		p.Sample = append(p.Sample, &Sample{
		legacy_profile.go#L453: 			&Sample{
		legacy_profile.go#L541: 		p.Sample = append(p.Sample, &Sample{
		legacy_profile.go#L778: 			p.Sample = append(p.Sample, &Sample{
		legacy_profile.go#L905: 		p.Sample = append(p.Sample, &Sample{
		merge.go#L50: 		samples:   make(map[sampleKey]*Sample, len(srcs[0].Sample)),
		merge.go#L123: func isZeroSample(s *Sample) bool {
		merge.go#L141: 	samples   map[sampleKey]*Sample
		merge.go#L152: func (pm *profileMerger) mapSample(src *Sample) *Sample {
		merge.go#L153: 	s := &Sample{
		merge.go#L194: func (sample *Sample) key() sampleKey {
		profile.go#L37: 	Sample            []*Sample
		profile.go#L72: type Sample struct {
		profile.go#L625: func (s *Sample) string() string {
		profile.go#L700: func (s *Sample) HasLabel(key, value string) bool {
		profile.go#L711: func (s *Sample) DiffBaseSample() bool {