github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/pkg/agent/dotnetspy/session_unix.go (about)

     1  //go:build dotnetspy && !windows
     2  // +build dotnetspy,!windows
     3  
     4  package dotnetspy
     5  
     6  import "github.com/pyroscope-io/dotnetdiag/nettrace/profiler"
     7  
     8  var profilerOptions = []profiler.Option{profiler.WithManagedCodeOnly()}