Home
last modified time | relevance | path

Searched refs:EventString (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/
Dorder.go272 …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 …]
Devent.go442 …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)))
Dbatch.go56 return batch{}, 0, fmt.Errorf("expected batch event, got %s", go122.EventString(typ))
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/
H A DPerformanceLib.h511 #define PERF_EVENT(EventString) \ argument
514 LogPerformanceMeasurement (&gEfiCallerIdGuid, NULL, EventString , 0, PERF_EVENT_ID); \
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/
H A DPerformanceLib.h511 #define PERF_EVENT(EventString) \ argument
514 LogPerformanceMeasurement (&gEfiCallerIdGuid, NULL, EventString , 0, PERF_EVENT_ID); \
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/
H A DPerformanceLib.h510 #define PERF_EVENT(EventString) \ argument
513 LogPerformanceMeasurement (&gEfiCallerIdGuid, NULL, EventString , 0, PERF_EVENT_ID); \
/aosp_15_r20/external/grpc-grpc/test/core/client_channel/lb_policy/
H A Dlb_policy_test_lib.h470 << "unexpected event " << EventString(event) << " at "
492 << "unexpected event " << EventString(event) << " at "
539 static std::string EventString(const Event& event) { in EventString() function
550 parts.push_back(EventString(event)); in QueueString()
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/event/go122/
Devent.go112 func EventString(typ event.Type) string { func