Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_parser.cpp223 info.offset, info.size, info.isSigned, GetFieldTypeName(info.filedType).c_str(), in PrintFieldInfo()
319 field.filedType = FIELD_TYPE_BOOL; in ParseSepcialIntType()
325 field.filedType = FIELD_TYPE_INODE32; in ParseSepcialIntType()
328 field.filedType = FIELD_TYPE_INODE64; in ParseSepcialIntType()
335 field.filedType = FIELD_TYPE_DEVID32; in ParseSepcialIntType()
338 field.filedType = FIELD_TYPE_DEVID64; in ParseSepcialIntType()
345 field.filedType = FIELD_TYPE_PID32; in ParseSepcialIntType()
350 field.filedType = FIELD_TYPE_COMMONPID32; in ParseSepcialIntType()
360 field.filedType = sign ? FIELD_TYPE_INT8 : FIELD_TYPE_UINT8; in ParseCommonIntType()
363 field.filedType = sign ? FIELD_TYPE_INT16 : FIELD_TYPE_UINT16; in ParseCommonIntType()
[all …]
Dftrace_field_parser.cpp77 switch (format.filedType) { in ParseStrField()
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dftrace_field_parser_test.cpp47 format.filedType = FIELD_TYPE_INT32; in AppendInt()
63 format.filedType = FIELD_TYPE_FIXEDCSTRING; in AppendString()
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dftrace_common_type.h120 EventFieldType filedType = FIELD_TYPE_INVALID; member