Lines Matching defs:traceLocker

163 type traceLocker struct {  struct
164 mp *m
165 gen uintptr
272 func (tl traceLocker) ok() bool {
281 func traceRelease(tl traceLocker) {
303 func (tl traceLocker) Gomaxprocs(procs int32) {
310 func (tl traceLocker) ProcStart() {
319 func (tl traceLocker) ProcStop(pp *p) {
329 func (tl traceLocker) GCActive() {
340 func (tl traceLocker) GCStart() {
351 func (tl traceLocker) GCDone() {
359 func (tl traceLocker) STWStart(reason stwReason) {
366 func (tl traceLocker) STWDone() {
379 func (tl traceLocker) GCSweepStart() {
397 func (tl traceLocker) GCSweepSpan(bytesSwept uintptr) {
413 func (tl traceLocker) GCSweepDone() {
426 func (tl traceLocker) GCMarkAssistStart() {
431 func (tl traceLocker) GCMarkAssistDone() {
436 func (tl traceLocker) GoCreate(newg *g, pc uintptr, blocked bool) {
448 func (tl traceLocker) GoStart() {
462 func (tl traceLocker) GoEnd() {
467 func (tl traceLocker) GoSched() {
472 func (tl traceLocker) GoPreempt() {
477 func (tl traceLocker) GoStop(reason traceGoStopReason) {
485 func (tl traceLocker) GoPark(reason traceBlockReason, skip int) {
490 func (tl traceLocker) GoUnpark(gp *g, skip int) {
501 func (tl traceLocker) GoSwitch(nextg *g, destroy bool) {
529 func (tl traceLocker) GoSysCall() {
545 func (tl traceLocker) GoSysExit(lostP bool) {
562 func (tl traceLocker) ProcSteal(pp *p, inSyscall bool) {
595 func (tl traceLocker) HeapAlloc(live uint64) {
600 func (tl traceLocker) HeapGoal() {
615 func (tl traceLocker) GoCreateSyscall(gp *g) {
628 func (tl traceLocker) GoDestroySyscall() {