Searched refs:EventString (Results 1 – 4 of 4) sorted by relevance
/prebuilts/go/linux-x86/src/internal/trace/ |
D | order.go | 272 …return curCtx, false, fmt.Errorf("event %s for proc (%v) that doesn't exist", go122.EventString(ev… 275 …return curCtx, false, fmt.Errorf("%s event for proc that's not %s or %s", go122.EventString(ev.typ… 445 …return curCtx, false, fmt.Errorf("%s event for goroutine that's not %s", go122.EventString(ev.typ)… 470 …se, fmt.Errorf("event %s for goroutine (%v) that doesn't exist", go122.EventString(ev.typ), curCtx… 473 …return curCtx, false, fmt.Errorf("%s event for goroutine that's not %s", go122.EventString(ev.typ)… 553 …se, fmt.Errorf("event %s for goroutine (%v) that doesn't exist", go122.EventString(ev.typ), curCtx… 556 …return curCtx, false, fmt.Errorf("%s event for goroutine that's not %s", go122.EventString(ev.typ)… 608 …se, fmt.Errorf("event %s for goroutine (%v) that doesn't exist", go122.EventString(ev.typ), curCtx… 611 …return curCtx, false, fmt.Errorf("%s event for goroutine that's not %s", go122.EventString(ev.typ)… 617 …tx, false, fmt.Errorf("uninitialized proc %d found during %s", curCtx.P, go122.EventString(ev.typ)) [all …]
|
D | event.go | 442 …panic(fmt.Sprintf("internal error: unexpected event type for Metric kind: %s", go122.EventString(e… 455 …panic(fmt.Sprintf("internal error: unexpected event type for Label kind: %s", go122.EventString(e.… 498 …panic(fmt.Sprintf("internal error: unexpected event type for Range kind: %s", go122.EventString(e.… 542 …panic(fmt.Sprintf("internal error: unexpected event type for Task kind: %s", go122.EventString(e.b… 559 …panic(fmt.Sprintf("internal error: unexpected event type for Region kind: %s", go122.EventString(e… 575 …panic(fmt.Sprintf("internal error: unexpected event type for Log kind: %s", go122.EventString(e.ba… 653 …nternal error: unexpected event type for StateTransition kind: %s", go122.EventString(e.base.typ)))
|
D | batch.go | 56 return batch{}, 0, fmt.Errorf("expected batch event, got %s", go122.EventString(typ))
|
/prebuilts/go/linux-x86/src/internal/trace/event/go122/ |
D | event.go | 112 func EventString(typ event.Type) string { func
|