func runtime.SetMutexProfileFraction

4 uses

	runtime (current package)
		mprof.go#L450: func SetMutexProfileFraction(rate int) int {

	runtime/pprof
		pprof.go#L889: 		fmt.Fprintf(w, "sampling period=%d\n", runtime.SetMutexProfileFraction(-1))
		pprof.go#L910: 	period := runtime.SetMutexProfileFraction(-1)

	testing
		testing.go#L1889: 		runtime.SetMutexProfileFraction(*mutexProfileFraction)