github.com/pingcap/br@v5.3.0-alpha.0.20220125034240-ec59c7b6ce30+incompatible/pkg/utils/dyn_pprof_other.go (about) 1 // +build !linux,!darwin,!freebsd,!unix 2 // Copyright 2020 PingCAP, Inc. Licensed under Apache-2.0. 3 4 package utils 5 6 import tidbutils "github.com/pingcap/tidb-tools/pkg/utils" 7 8 // StartDynamicPProfListener starts the listener that will enable pprof when received `startPProfSignal` 9 func StartDynamicPProfListener(tls *tidbutils.TLS) { 10 // nothing to do on no posix signal supporting systems. 11 }