Home
last modified time | relevance | path

Searched refs:field (Results 1 – 20 of 20) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_parser.cpp135 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/
Dftrace_format_parser.py91 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 …]
Dftrace_proto_generator.py169 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))
Dftrace_cpp_generator.py463 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/
Dv4l2.proto28 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/
Dv4l2.proto28 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/
Dftrace_v4l2_event_formatter.cpp47 …__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/
Dsmaps_stats.cpp238 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/
Dftrace_parser.h52 bool ParseFieldType(const std::string& type, FieldFormat& field);
54 static void ParseProtoType(FieldFormat& field);
/developtools/profiler/device/plugins/diskio_plugin/src/
Dio_stats.cpp417 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/
DREADME.md108 # 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/
Ddiskio_plugin_config.proto21 int32 unspeci_fied = 1; // Reserved field, not used
/developtools/profiler/protos/types/plugins/diskio_data/
Ddiskio_plugin_config.proto21 int32 unspeci_fied = 1; // Reserved field, not used
/developtools/hdc/
Dhdc.gni28 "-Wmissing-field-initializers",
/developtools/profiler/device/plugins/native_daemon/test/
Dnative_daemon.gni29 "-Wmissing-field-initializers",
/developtools/ace_ets2bundle/compiler/
DREADME.md63 …ts` in the `page` directory. And then add the following lines to `"page"` field in `manifest.json`:
/developtools/ace_ets2bundle/
DREADME.md67 …` 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/
Dftrace_cpp_generator.py496 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/
DChartTouchListener.ets46 * integer field that holds the current touch-state
/developtools/hdc/src/common/
Dserial_struct_define.h552 message.Visit([&](const auto &field) { WriteField(value, field, out); });
707 … message.Visit([&](const auto &field) { ReadField(value, tag, wireType, field, in); });