/developtools/profiler/device/plugins/ftrace_plugin/src/ |
D | ftrace_parser.cpp | 135 for (auto& field : format.fields) { in ParseHeaderPageFormat() local 136 if (field.name == "timestamp") { in ParseHeaderPageFormat() 137 pageHeaderFormat_.timestamp = field; in ParseHeaderPageFormat() 138 } else if (field.name == "commit") { in ParseHeaderPageFormat() 139 pageHeaderFormat_.commit = field; in ParseHeaderPageFormat() 141 } else if (field.name == "overwrite") { in ParseHeaderPageFormat() 142 pageHeaderFormat_.overwrite = field; in ParseHeaderPageFormat() 327 static bool ParseSepcialIntType(FieldFormat& field, const std::string& type, const std::string& typ… in ParseSepcialIntType() argument 330 field.filedType = FIELD_TYPE_BOOL; in ParseSepcialIntType() 335 if (field.size == sizeof(uint32_t)) { in ParseSepcialIntType() [all …]
|
/developtools/profiler/device/plugins/ftrace_plugin/tools/ |
D | ftrace_format_parser.py | 91 def __init__(self, event, field, name, offset, size, signed): argument 93 self.field = field 101 self.event, self.field, self.name, self.offset, self.size, 116 return re.match(r'char\s+\w+\[\d*\]', self.field) or \ 117 re.match(r'char\s*\*\s*\w+', self.field) or \ 118 re.findall(r'char\s*\*\s*', self.field) or \ 119 re.findall(r'char\[\]', self.field) or \ 120 re.findall(r'char\s*\w+\[.*\]', self.field) or \ 121 re.match(r'__u8\s+\w+\[\d+\]', self.field) or \ 122 re.match(r'__u8\s+\w+\[.*]', self.field) or \ [all …]
|
D | ftrace_proto_generator.py | 169 for field in event_format.remain_fields: 170 type_string = field.to_proto_type().to_string() 171 field_name = fix_field_name(field.name) 172 logger.debug(' {}: {}'.format(field, type_string))
|
D | ftrace_cpp_generator.py | 463 if field_info.field.startswith('char {}['.format(field_name)) \ 464 | field_info.field.startswith('const char {}['.format(field_name)) \ 465 … | field_info.field.startswith('char *') | field_info.field.startswith('const char *'):
|
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/ |
D | v4l2.proto | 28 uint32 field = 6; field 50 uint32 field = 6; field 69 uint32 field = 3; field 88 uint32 field = 3; field 107 uint32 field = 3; field 126 uint32 field = 3; field
|
/developtools/profiler/protos/types/plugins/ftrace_data/default/ |
D | v4l2.proto | 28 uint32 field = 6; field 50 uint32 field = 6; field 69 uint32 field = 3; field 88 uint32 field = 3; field 107 uint32 field = 3; field 126 uint32 field = 3; field
|
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/ |
D | ftrace_v4l2_event_formatter.cpp | 47 …__print_symbolic(msg.field(), {0, "ANY"}, {1, "NONE"}, {2, "TOP"}, {3, "BOTTOM"}, {4, "INTERLACED"… in __anona74fd79e0302() 83 …__print_symbolic(msg.field(), {0, "ANY"}, {1, "NONE"}, {2, "TOP"}, {3, "BOTTOM"}, {4, "INTERLACED"… in __anona74fd79e0502() 114 …__print_symbolic(msg.field(), {0, "ANY"}, {1, "NONE"}, {2, "TOP"}, {3, "BOTTOM"}, {4, "INTERLACED"… in __anona74fd79e0702() 145 …__print_symbolic(msg.field(), {0, "ANY"}, {1, "NONE"}, {2, "TOP"}, {3, "BOTTOM"}, {4, "INTERLACED"… in __anona74fd79e0902() 177 …__print_symbolic(msg.field(), {0, "ANY"}, {1, "NONE"}, {2, "TOP"}, {3, "BOTTOM"}, {4, "INTERLACED"… in __anona74fd79e0b02() 208 …__print_symbolic(msg.field(), {0, "ANY"}, {1, "NONE"}, {2, "TOP"}, {3, "BOTTOM"}, {4, "INTERLACED"… in __anona74fd79e0d02()
|
/developtools/profiler/device/plugins/memory_plugin/src/ |
D | smaps_stats.cpp | 238 char field[64]; in GetMemUsageField() local 242 int ret = sscanf_s(pLine, "%63s %n", field, sizeof(field), &len); in GetMemUsageField() 243 if (ret == 1 && *field && field[strlen(field) - 1] == ':') { in GetMemUsageField() 245 std::string strfield(field); in GetMemUsageField() 246 switch (field[0]) { in GetMemUsageField()
|
/developtools/profiler/device/plugins/ftrace_plugin/include/ |
D | ftrace_parser.h | 52 bool ParseFieldType(const std::string& type, FieldFormat& field); 54 static void ParseProtoType(FieldFormat& field);
|
/developtools/profiler/device/plugins/diskio_plugin/src/ |
D | io_stats.cpp | 417 char field[64]; in ParseLineFields() local 419 int ret = sscanf_s(pTmp, "%63s %n", field, sizeof(field), &len); in ParseLineFields() 420 if (ret == 1 && *field) { in ParseLineFields() 421 name = std::string(field, strlen(field)); in ParseLineFields()
|
/developtools/syscap_codec/ |
D | README.md | 108 # check syscap field in all components for consistency with arraySyscap in syscap_define.h 111 # check that the SYSCAP field in bundle.json of the specified part is consistent with arraySyscap i… 114 # check the consistency of the syscap field of all components with the "@syscap" property set in *.…
|
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/diskio_data/ |
D | diskio_plugin_config.proto | 21 int32 unspeci_fied = 1; // Reserved field, not used
|
/developtools/profiler/protos/types/plugins/diskio_data/ |
D | diskio_plugin_config.proto | 21 int32 unspeci_fied = 1; // Reserved field, not used
|
/developtools/hdc/ |
D | hdc.gni | 28 "-Wmissing-field-initializers",
|
/developtools/profiler/device/plugins/native_daemon/test/ |
D | native_daemon.gni | 29 "-Wmissing-field-initializers",
|
/developtools/ace_ets2bundle/compiler/ |
D | README.md | 63 …ts` in the `page` directory. And then add the following lines to `"page"` field in `manifest.json`:
|
/developtools/ace_ets2bundle/ |
D | README.md | 67 …` in the `pages` directory. And then add the following lines to `"pages"` field in `manifest.json`:
|
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/ |
D | ftrace_cpp_generator.py | 496 if field_info.field.startswith('char {}['.format(field_name)) \ 497 | field_info.field.startswith('const char {}['.format(field_name)) \ 498 … | field_info.field.startswith('char *') | field_info.field.startswith('const char *'):
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/listener/ |
D | ChartTouchListener.ets | 46 * integer field that holds the current touch-state
|
/developtools/hdc/src/common/ |
D | serial_struct_define.h | 552 message.Visit([&](const auto &field) { WriteField(value, field, out); }); 707 … message.Visit([&](const auto &field) { ReadField(value, tag, wireType, field, in); });
|