type google.golang.org/grpc/internal/channelz.ChannelTrace

5 uses

	google.golang.org/grpc/internal/channelz (current package)
		types.go#L106: 	Trace *ChannelTrace
		types.go#L134: 	Trace *ChannelTrace
		types.go#L155: type ChannelTrace struct {
		types.go#L716: func (c *channelTrace) dumpData() *ChannelTrace {
		types.go#L718: 	ct := &ChannelTrace{EventNum: c.eventCount, CreationTime: c.createdTime}