func runtime.makeStatDepSet

22 uses

	runtime (current package)
		metrics.go#L69: 			deps: makeStatDepSet(sysStatsDep),
		metrics.go#L76: 			deps: makeStatDepSet(sysStatsDep),
		metrics.go#L83: 			deps: makeStatDepSet(sysStatsDep),
		metrics.go#L90: 			deps: makeStatDepSet(heapStatsDep),
		metrics.go#L102: 			deps: makeStatDepSet(heapStatsDep),
		metrics.go#L114: 			deps: makeStatDepSet(sysStatsDep),
		metrics.go#L121: 			deps: makeStatDepSet(heapStatsDep),
		metrics.go#L140: 			deps: makeStatDepSet(heapStatsDep),
		metrics.go#L149: 			deps: makeStatDepSet(heapStatsDep),
		metrics.go#L156: 			deps: makeStatDepSet(heapStatsDep),
		metrics.go#L163: 			deps: makeStatDepSet(heapStatsDep),
		metrics.go#L170: 			deps: makeStatDepSet(heapStatsDep),
		metrics.go#L177: 			deps: makeStatDepSet(sysStatsDep),
		metrics.go#L184: 			deps: makeStatDepSet(sysStatsDep),
		metrics.go#L191: 			deps: makeStatDepSet(sysStatsDep),
		metrics.go#L198: 			deps: makeStatDepSet(sysStatsDep),
		metrics.go#L205: 			deps: makeStatDepSet(heapStatsDep, sysStatsDep),
		metrics.go#L212: 			deps: makeStatDepSet(sysStatsDep),
		metrics.go#L219: 			deps: makeStatDepSet(sysStatsDep),
		metrics.go#L226: 			deps: makeStatDepSet(sysStatsDep),
		metrics.go#L233: 			deps: makeStatDepSet(heapStatsDep, sysStatsDep),
		metrics.go#L268: func makeStatDepSet(deps ...statDep) statDepSet {