func runtime.traceEvent

33 uses

	runtime (current package)
		trace.go#L231: 			traceEvent(traceEvGoCreate, -1, uint64(gp.goid), uint64(id), stackID)
		trace.go#L236: 			traceEvent(traceEvGoWaiting, -1, uint64(gp.goid))
		trace.go#L240: 			traceEvent(traceEvGoInSyscall, -1, uint64(gp.goid))
		trace.go#L516: func traceEvent(ev byte, skip int, args ...uint64) {
		trace.go#L972: 	traceEvent(traceEvGomaxprocs, 1, uint64(procs))
		trace.go#L976: 	traceEvent(traceEvProcStart, -1, uint64(getg().m.id))
		trace.go#L985: 	traceEvent(traceEvProcStop, -1)
		trace.go#L991: 	traceEvent(traceEvGCStart, 3, trace.seqGC)
		trace.go#L996: 	traceEvent(traceEvGCDone, -1)
		trace.go#L1000: 	traceEvent(traceEvGCSTWStart, -1, uint64(kind))
		trace.go#L1004: 	traceEvent(traceEvGCSTWDone, -1)
		trace.go#L1030: 			traceEvent(traceEvGCSweepStart, 1)
		trace.go#L1042: 		traceEvent(traceEvGCSweepDone, -1, uint64(_p_.traceSwept), uint64(_p_.traceReclaimed))
		trace.go#L1048: 	traceEvent(traceEvGCMarkAssistStart, 1)
		trace.go#L1052: 	traceEvent(traceEvGCMarkAssistDone, -1)
		trace.go#L1060: 	traceEvent(traceEvGoCreate, 2, uint64(newg.goid), uint64(id))
		trace.go#L1068: 		traceEvent(traceEvGoStartLabel, -1, uint64(_g_.goid), _g_.traceseq, trace.markWorkerLabels[_p_.ptr().gcMarkWorkerMode])
		trace.go#L1070: 		traceEvent(traceEvGoStartLocal, -1, uint64(_g_.goid))
		trace.go#L1073: 		traceEvent(traceEvGoStart, -1, uint64(_g_.goid), _g_.traceseq)
		trace.go#L1078: 	traceEvent(traceEvGoEnd, -1)
		trace.go#L1084: 	traceEvent(traceEvGoSched, 1)
		trace.go#L1090: 	traceEvent(traceEvGoPreempt, 1)
		trace.go#L1095: 		traceEvent(traceEvFutileWakeup, -1)
		trace.go#L1097: 	traceEvent(traceEv & ^traceFutileWakeup, skip)
		trace.go#L1104: 		traceEvent(traceEvGoUnblockLocal, skip, uint64(gp.goid))
		trace.go#L1107: 		traceEvent(traceEvGoUnblock, skip, uint64(gp.goid), gp.traceseq)
		trace.go#L1112: 	traceEvent(traceEvGoSysCall, 1)
		trace.go#L1131: 	traceEvent(traceEvGoSysExit, -1, uint64(_g_.goid), _g_.traceseq, uint64(ts)/traceTickDiv)
		trace.go#L1140: 	traceEvent(traceEvGoSysBlock, -1)
		trace.go#L1146: 	traceEvent(traceEvHeapAlloc, -1, memstats.heap_live)
		trace.go#L1152: 		traceEvent(traceEvNextGC, -1, 0)
		trace.go#L1154: 		traceEvent(traceEvNextGC, -1, nextGC)
		trace.go#L1181: 	traceEvent(traceEvUserTaskEnd, 2, id)