Home
last modified time | relevance | path

Searched refs:MakeField (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/traced/probes/ftrace/
Devent_info.cc21 event->fields.push_back(MakeField("debug_id", 1, ProtoSchemaType::kInt32)); in GetStaticEventInfo()
23 MakeField("target_node", 2, ProtoSchemaType::kInt32)); in GetStaticEventInfo()
24 event->fields.push_back(MakeField("to_proc", 3, ProtoSchemaType::kInt32)); in GetStaticEventInfo()
25 event->fields.push_back(MakeField("to_thread", 4, ProtoSchemaType::kInt32)); in GetStaticEventInfo()
26 event->fields.push_back(MakeField("reply", 5, ProtoSchemaType::kInt32)); in GetStaticEventInfo()
27 event->fields.push_back(MakeField("code", 6, ProtoSchemaType::kUint32)); in GetStaticEventInfo()
28 event->fields.push_back(MakeField("flags", 7, ProtoSchemaType::kUint32)); in GetStaticEventInfo()
37 event->fields.push_back(MakeField("debug_id", 1, ProtoSchemaType::kInt32)); in GetStaticEventInfo()
46 event->fields.push_back(MakeField("proc", 1, ProtoSchemaType::kInt32)); in GetStaticEventInfo()
47 event->fields.push_back(MakeField("thread", 2, ProtoSchemaType::kInt32)); in GetStaticEventInfo()
[all …]
Devent_info_constants.cc22 Field MakeField(const char* name, uint32_t id, ProtoSchemaType type) { in MakeField() function
33 fields.push_back(MakeField("common_pid", 2, ProtoSchemaType::kInt32)); in GetStaticCommonFieldsInfo()
Devent_info_constants.h176 Field MakeField(const char* name,