Home
last modified time | relevance | path

Searched defs:InstantEvent (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/traceviewer/
Demitter.go458 type InstantEvent struct { struct
459 Ts time.Duration
460 Name string
461 Category string
462 Resource uint64
463 Stack int
464 Arg any
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dexport_json_unittest.cc765 TEST_F(ExportJsonTest, InstantEvent) { in TEST_F() argument