func runtime/trace.Start

3 uses

	runtime/trace (current package)
		trace.go#L121: func Start(w io.Writer) error {

	net/http/pprof
		pprof.go#L183: 	if err := trace.Start(w); err != nil {

	testing
		testing.go#L2318: 		if err := trace.Start(f); err != nil {