Searched refs:tp_desc (Results 1 – 2 of 2) sorted by relevance
219 struct tp_desc { struct279 static const struct tp_desc tp_desc_obj[] = {507 static const struct tp_desc tp_desc_aux[] = {1282 const struct tp_desc *tp_desc, in kbasep_tlstream_timeline_header() argument1294 KBASE_DEBUG_ASSERT(tp_desc); in kbasep_tlstream_timeline_header()1298 msg_size += sizeof(tp_desc[i].id); in kbasep_tlstream_timeline_header()1300 strnlen(tp_desc[i].id_str, STRLEN_MAX) + in kbasep_tlstream_timeline_header()1303 strnlen(tp_desc[i].name, STRLEN_MAX) + in kbasep_tlstream_timeline_header()1306 strnlen(tp_desc[i].arg_types, STRLEN_MAX) + in kbasep_tlstream_timeline_header()1309 strnlen(tp_desc[i].arg_names, STRLEN_MAX) + in kbasep_tlstream_timeline_header()[all …]
62 struct tp_desc;