internal/trace/tracev2.EventSpec.Name (field)

63 uses

	internal/trace/tracev2 (current package)
		events.go#L154: 		Name: "EventBatch",
		events.go#L158: 		Name: "Stacks",
		events.go#L161: 		Name:    "Stack",
		events.go#L166: 		Name: "Strings",
		events.go#L169: 		Name:    "String",
		events.go#L174: 		Name: "CPUSamples",
		events.go#L177: 		Name: "CPUSample",
		events.go#L185: 		Name: "Frequency",
		events.go#L189: 		Name:    "ExperimentalBatch",
		events.go#L194: 		Name: "Sync",
		events.go#L197: 		Name: "EndOfGeneration",
		events.go#L202: 		Name:         "ProcsChange",
		events.go#L208: 		Name:         "ProcStart",
		events.go#L213: 		Name:         "ProcStop",
		events.go#L218: 		Name:         "ProcSteal",
		events.go#L223: 		Name:         "ProcStatus",
		events.go#L228: 		Name:         "GoCreate",
		events.go#L234: 		Name:         "GoCreateSyscall",
		events.go#L239: 		Name:         "GoStart",
		events.go#L244: 		Name:         "GoDestroy",
		events.go#L249: 		Name:         "GoDestroySyscall",
		events.go#L254: 		Name:         "GoStop",
		events.go#L261: 		Name:         "GoBlock",
		events.go#L268: 		Name:         "GoUnblock",
		events.go#L274: 		Name:         "GoSyscallBegin",
		events.go#L280: 		Name:         "GoSyscallEnd",
		events.go#L286: 		Name:         "GoSyscallEndBlocked",
		events.go#L292: 		Name:         "GoStatus",
		events.go#L297: 		Name:         "STWBegin",
		events.go#L304: 		Name:         "STWEnd",
		events.go#L310: 		Name:         "GCActive",
		events.go#L316: 		Name:         "GCBegin",
		events.go#L322: 		Name:         "GCEnd",
		events.go#L328: 		Name:         "GCSweepActive",
		events.go#L334: 		Name:         "GCSweepBegin",
		events.go#L340: 		Name:         "GCSweepEnd",
		events.go#L346: 		Name:         "GCMarkAssistActive",
		events.go#L352: 		Name:         "GCMarkAssistBegin",
		events.go#L358: 		Name:         "GCMarkAssistEnd",
		events.go#L364: 		Name:         "HeapAlloc",
		events.go#L369: 		Name:         "HeapGoal",
		events.go#L374: 		Name:         "GoLabel",
		events.go#L380: 		Name:         "UserTaskBegin",
		events.go#L387: 		Name:         "UserTaskEnd",
		events.go#L393: 		Name:         "UserRegionBegin",
		events.go#L400: 		Name:         "UserRegionEnd",
		events.go#L408: 		Name:         "UserLog",
		events.go#L415: 		Name:         "GoSwitch",
		events.go#L420: 		Name:         "GoSwitchDestroy",
		events.go#L425: 		Name:         "GoCreateBlocked",
		events.go#L431: 		Name:         "GoStatusStack",
		events.go#L437: 		Name:         "ClockSnapshot",
		events.go#L445: 		Name:         "Span",
		events.go#L451: 		Name:         "SpanAlloc",
		events.go#L457: 		Name:         "SpanFree",
		events.go#L463: 		Name:         "HeapObject",
		events.go#L469: 		Name:         "HeapObjectAlloc",
		events.go#L475: 		Name:         "HeapObjectFree",
		events.go#L481: 		Name:         "GoroutineStack",
		events.go#L487: 		Name:         "GoroutineStackAlloc",
		events.go#L493: 		Name:         "GoroutineStackFree",
		spec.go#L16: 	Name string
		spec.go#L98: 		nameToType[spec.Name] = EventType(byte(i))