Generate wrappers for the following packages: - crypto/ed25519 (go1.13 only) - debug/dwarf - debug/elf - debug/gosym - debug/pe - debug/plan9obj - net/http/pprof - runtime/pprof - runtime/trace
29 lines
778 B
Go
29 lines
778 B
Go
// Code generated by 'goexports runtime/trace'. DO NOT EDIT.
|
|
|
|
// +build go1.13,!go1.14
|
|
|
|
package stdlib
|
|
|
|
import (
|
|
"reflect"
|
|
"runtime/trace"
|
|
)
|
|
|
|
func init() {
|
|
Symbols["runtime/trace"] = map[string]reflect.Value{
|
|
// function, constant and variable definitions
|
|
"IsEnabled": reflect.ValueOf(trace.IsEnabled),
|
|
"Log": reflect.ValueOf(trace.Log),
|
|
"Logf": reflect.ValueOf(trace.Logf),
|
|
"NewTask": reflect.ValueOf(trace.NewTask),
|
|
"Start": reflect.ValueOf(trace.Start),
|
|
"StartRegion": reflect.ValueOf(trace.StartRegion),
|
|
"Stop": reflect.ValueOf(trace.Stop),
|
|
"WithRegion": reflect.ValueOf(trace.WithRegion),
|
|
|
|
// type definitions
|
|
"Region": reflect.ValueOf((*trace.Region)(nil)),
|
|
"Task": reflect.ValueOf((*trace.Task)(nil)),
|
|
}
|
|
}
|