func runtime.MutexProfile

3 uses

	runtime (current package)
		mprof.go#L706: func MutexProfile(p []BlockProfileRecord) (n int, ok bool) {

	runtime/pprof
		pprof.go#L841: 	n, _ := runtime.MutexProfile(nil)
		pprof.go#L860: 	return writeProfileInternal(w, debug, "mutex", runtime.MutexProfile, scaleMutexProfile)