github.com/instana/go-sensor@v1.62.2-0.20240520081010-4919868049e1/autoprofile/internal/symbolizer.go (about) 1 // (c) Copyright IBM Corp. 2021 2 // (c) Copyright Instana Inc. 2020 3 4 package internal 5 6 import ( 7 "github.com/instana/go-sensor/autoprofile/internal/pprof/profile" 8 ) 9 10 func symbolizeProfile(p *profile.Profile) error { 11 return nil 12 }