github.com/mier85/go-sensor@v1.30.1-0.20220920111756-9bf41b3bc7e0/autoprofile/internal/symbolizer.go (about)

     1  // (c) Copyright IBM Corp. 2021
     2  // (c) Copyright Instana Inc. 2020
     3  
     4  //go:build go1.10
     5  // +build go1.10
     6  
     7  package internal
     8  
     9  import (
    10  	"github.com/mier85/go-sensor/autoprofile/internal/pprof/profile"
    11  )
    12  
    13  func symbolizeProfile(p *profile.Profile) error {
    14  	return nil
    15  }