Home
last modified time | relevance | path

Searched refs:ProtoFieldType (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/include/
Dftrace_common_type.h55 enum ProtoFieldType { enum
121 ProtoFieldType protoType = PROTO_TYPE_UNKNOWN;
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_parser.cpp201 static std::string GetProtoTypeName(ProtoFieldType type) in GetProtoTypeName()