Searched refs:MakeField (Results 1 – 3 of 3) sorted by relevance
/external/perfetto/src/traced/probes/ftrace/ |
D | event_info.cc | 21 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 …]
|
D | event_info_constants.cc | 22 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()
|
D | event_info_constants.h | 176 Field MakeField(const char* name,
|