HomeSort by relevance Sort by last modified time
    Searched refs:goid (Results 1 - 25 of 25) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/
runtime-gdb.py 401 print(s, ptr['goid'], "{0:8s}".format(sts[int(ptr['atomicstatus'])]), blk.function)
404 def find_goroutine(goid):
406 find_goroutine attempts to find the goroutine identified by goid.
410 @param int goid
418 if ptr['goid'] == goid:
453 """Execute gdb command in the context of goroutine <goid>.
458 Usage: (gdb) goroutine <goid> <gdbcmd>
468 goid, cmd = arg.split(None, 1)
469 goid = gdb.parse_and_eval(goid
    [all...]
trace.go 214 traceEvent(traceEvGoCreate, -1, uint64(gp.goid), uint64(id), stackID)
219 traceEvent(traceEvGoWaiting, -1, uint64(gp.goid))
223 traceEvent(traceEvGoInSyscall, -1, uint64(gp.goid))
411 data = traceAppend(data, uint64(tb.gp.goid))
573 if nstk > 0 && gp.goid == 1 {
1002 traceEvent(traceEvGoCreate, 2, uint64(newg.goid), uint64(id))
1010 traceEvent(traceEvGoStartLabel, -1, uint64(_g_.goid), _g_.traceseq, trace.markWorkerLabels[_p_.ptr().gcMarkWorkerMode]
    [all...]
mgcmark.go 160 println("gp", gp, "goid", gp.goid,
742 print("runtime:scanstack: gp=", gp, ", goid=", gp.goid, ", gp->atomicstatus=", hex(readgstatus(gp)), "\n")
748 print("runtime: gp=", gp, ", goid=", gp.goid, ", gp->atomicstatus=", readgstatus(gp), "\n")
753 print("runtime: gp=", gp, ", goid=", gp.goid, ", gp->atomicstatus=", readgstatus(gp), "\n")
    [all...]
traceback.go 570 print("runtime: g", gp.goid, ": leftover defer sp=", hex(_defer.sp), " pc=", hex(_defer.pc), "\n")
579 print("runtime: g", gp.goid, ": frame.sp=", hex(frame.sp), " top=", hex(gp.stktopsp), "\n")
671 // Show what created goroutine, except main goroutine (goid 1).
674 if f.valid() && showframe(f, gp, false, false) && gp.goid != 1 {
839 print("goroutine ", gp.goid, " [", status)
    [all...]
proc.go 529 print("runtime: gp: gp=", gp, ", goid=", gp.goid, ", gp->atomicstatus=", readgstatus(gp), "\n")
530 print("runtime: g: g=", _g_, ", goid=", _g_.goid, ", g->atomicstatus=", readgstatus(_g_), "\n")
    [all...]
heapdump.go 346 dumpint(uint64(gp.goid))
runtime2.go 360 goid int64
  /prebuilts/go/linux-x86/src/runtime/
runtime-gdb.py 401 print(s, ptr['goid'], "{0:8s}".format(sts[int(ptr['atomicstatus'])]), blk.function)
404 def find_goroutine(goid):
406 find_goroutine attempts to find the goroutine identified by goid.
410 @param int goid
418 if ptr['goid'] == goid:
453 """Execute gdb command in the context of goroutine <goid>.
458 Usage: (gdb) goroutine <goid> <gdbcmd>
468 goid, cmd = arg.split(None, 1)
469 goid = gdb.parse_and_eval(goid
    [all...]
trace.go 214 traceEvent(traceEvGoCreate, -1, uint64(gp.goid), uint64(id), stackID)
219 traceEvent(traceEvGoWaiting, -1, uint64(gp.goid))
223 traceEvent(traceEvGoInSyscall, -1, uint64(gp.goid))
411 data = traceAppend(data, uint64(tb.gp.goid))
573 if nstk > 0 && gp.goid == 1 {
1002 traceEvent(traceEvGoCreate, 2, uint64(newg.goid), uint64(id))
1010 traceEvent(traceEvGoStartLabel, -1, uint64(_g_.goid), _g_.traceseq, trace.markWorkerLabels[_p_.ptr().gcMarkWorkerMode]
    [all...]
mgcmark.go 160 println("gp", gp, "goid", gp.goid,
742 print("runtime:scanstack: gp=", gp, ", goid=", gp.goid, ", gp->atomicstatus=", hex(readgstatus(gp)), "\n")
748 print("runtime: gp=", gp, ", goid=", gp.goid, ", gp->atomicstatus=", readgstatus(gp), "\n")
753 print("runtime: gp=", gp, ", goid=", gp.goid, ", gp->atomicstatus=", readgstatus(gp), "\n")
    [all...]
traceback.go 570 print("runtime: g", gp.goid, ": leftover defer sp=", hex(_defer.sp), " pc=", hex(_defer.pc), "\n")
579 print("runtime: g", gp.goid, ": frame.sp=", hex(frame.sp), " top=", hex(gp.stktopsp), "\n")
671 // Show what created goroutine, except main goroutine (goid 1).
674 if f.valid() && showframe(f, gp, false, false) && gp.goid != 1 {
839 print("goroutine ", gp.goid, " [", status)
    [all...]
proc.go 529 print("runtime: gp: gp=", gp, ", goid=", gp.goid, ", gp->atomicstatus=", readgstatus(gp), "\n")
530 print("runtime: g: g=", _g_, ", goid=", _g_.goid, ", g->atomicstatus=", readgstatus(_g_), "\n")
    [all...]
heapdump.go 346 dumpint(uint64(gp.goid))
runtime2.go 360 goid int64
  /prebuilts/go/darwin-x86/src/internal/trace/
goroutines.go 164 // RelatedGoroutines finds a set of goroutines related to goroutine goid.
165 func RelatedGoroutines(events []*Event, goid uint64) map[uint64]bool {
167 // (what goroutines unblock goroutine goid?).
169 gmap[goid] = true
  /prebuilts/go/linux-x86/src/internal/trace/
goroutines.go 164 // RelatedGoroutines finds a set of goroutines related to goroutine goid.
165 func RelatedGoroutines(events []*Event, goid uint64) map[uint64]bool {
167 // (what goroutines unblock goroutine goid?).
169 gmap[goid] = true
  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 216 int goid = ThreadCreate(parent, (uptr)pc, 0, true); local
217 ThreadStart(thr, goid, 0);
  /prebuilts/go/darwin-x86/src/cmd/trace/
trace.go 26 // httpTrace serves either whole trace (goid==0) or trace for goid goroutine.
167 if goids := r.FormValue("goid"); goids != "" {
168 // If goid argument is present, we are rendering a trace for this particular goroutine.
169 goid, err := strconv.ParseUint(goids, 10, 64)
171 log.Printf("failed to parse goid parameter '%v': %v", goids, err)
175 g := gs[goid]
179 params.maing = goid
180 params.gs = trace.RelatedGoroutines(res.Events, goid)
360 // If gtrace=true, generate trace for goroutine goid, otherwise whole trace
    [all...]
goroutines.go 157 <td> <a href="/trace?goid={{.ID}}">{{.ID}}</a> </td>
  /prebuilts/go/linux-x86/src/cmd/trace/
trace.go 26 // httpTrace serves either whole trace (goid==0) or trace for goid goroutine.
167 if goids := r.FormValue("goid"); goids != "" {
168 // If goid argument is present, we are rendering a trace for this particular goroutine.
169 goid, err := strconv.ParseUint(goids, 10, 64)
171 log.Printf("failed to parse goid parameter '%v': %v", goids, err)
175 g := gs[goid]
179 params.maing = goid
180 params.gs = trace.RelatedGoroutines(res.Events, goid)
360 // If gtrace=true, generate trace for goroutine goid, otherwise whole trace
    [all...]
goroutines.go 157 <td> <a href="/trace?goid={{.ID}}">{{.ID}}</a> </td>
  /prebuilts/go/darwin-x86/src/runtime/trace/
trace_test.go 138 for goid := range gs {
141 _ = trace.RelatedGoroutines(res.Events, goid)
  /prebuilts/go/linux-x86/src/runtime/trace/
trace_test.go 138 for goid := range gs {
141 _ = trace.RelatedGoroutines(res.Events, goid)
  /prebuilts/go/darwin-x86/src/cmd/cgo/
gcc.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
gcc.go     [all...]

Completed in 1069 milliseconds