Home
last modified time | relevance | path

Searched refs:WriteIntoTracedProto (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/tracing/
Dtraced_proto_unittest.cc45 WriteIntoTracedProto(context().Wrap(event.get()), TestPayload::kSingleInt, in TEST_F()
56 WriteIntoTracedProto(context().Wrap(event.get()), TestPayload::kRepeatedInts, in TEST_F()
66 WriteIntoTracedProto(context().Wrap(event.get()), TestPayload::kSingleString, in TEST_F()
77 WriteIntoTracedProto(context().Wrap(event.get()), TestPayload::kStr, in TEST_F()
97 WriteIntoTracedProto(context().Wrap(event.get()), in TEST_F()
107 WriteIntoTracedProto(context().Wrap(event.get()), TestPayload::kNested, in TEST_F()
/external/perfetto/include/perfetto/tracing/internal/
Dwrite_track_event_args.h112 WriteIntoTracedProto( in WriteTrackEventArgs()
/external/perfetto/include/perfetto/tracing/
Dtraced_proto.h162 void WriteIntoTracedProto( in WriteIntoTracedProto() function