func runtime.MutexProfile

2 uses

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

	runtime/pprof
		pprof.go#L912: 	n, _ := runtime.MutexProfile(nil)