Home
last modified time | relevance | path

Searched defs:GoID (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/
Dresources.go27 type GoID int64 type
232 func goStateTransition(id GoID, from, to GoState) StateTransition {
Dsummary_test.go293 func checkRegionEvents(t *testing.T, wantStart, wantEnd trace.EventKind, goid trace.GoID, region *t…
Dsummary.go622 func RelatedGoroutinesV2(events []Event, goid GoID) map[GoID]struct{} {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/trace/
Dgoroutinegen.go24 func newGoroutineGenerator(ctx *traceContext, focus trace.GoID, filter map[trace.GoID]struct{}) *go…
Dpprof.go204 func pprofOverlappingDuration(gToIntervals map[trace.GoID][]interval, id trace.GoID, sample interva…