Searched defs:GoID (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/ |
D | resources.go | 27 type GoID int64 type 232 func goStateTransition(id GoID, from, to GoState) StateTransition {
|
D | summary_test.go | 293 func checkRegionEvents(t *testing.T, wantStart, wantEnd trace.EventKind, goid trace.GoID, region *t…
|
D | summary.go | 622 func RelatedGoroutinesV2(events []Event, goid GoID) map[GoID]struct{} {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/trace/ |
D | goroutinegen.go | 24 func newGoroutineGenerator(ctx *traceContext, focus trace.GoID, filter map[trace.GoID]struct{}) *go…
|
D | pprof.go | 204 func pprofOverlappingDuration(gToIntervals map[trace.GoID][]interval, id trace.GoID, sample interva…
|