func runtime/trace.Start

3 uses

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

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

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