Home
last modified time | relevance | path

Searched refs:event_proto (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/tools/ftrace_proto_gen/
Dmain.cc192 perfetto::Proto event_proto; in main() local
193 if (!perfetto::GenerateProto(group, format, &event_proto)) { in main()
198 proto.MergeFrom(event_proto); in main()
/external/tensorflow/tensorflow/core/debug/
Ddebug_io_utils.h192 static Status DumpEventProtoToFile(const Event& event_proto,
361 const Event& event_proto, const string& grpc_stream_url,
Ddebug_io_utils.cc620 Status DebugFileIO::DumpEventProtoToFile(const Event& event_proto, in DumpEventProtoToFile() argument
635 event_proto.SerializeToString(&event_str); in DumpEventProtoToFile()
872 const Event& event_proto, const string& grpc_stream_url, in SendEventProtoThroughGrpcStream() argument
878 bool write_ok = debug_grpc_channel->WriteEvent(event_proto); in SendEventProtoThroughGrpcStream()
/external/tensorflow/tensorflow/core/util/
DBUILD833 name = "event_proto",
876 ":event_proto",