Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/trace/
Dtrace_events.c1219 const char *array_descriptor; in f_show() local
1246 array_descriptor = strchr(field->type, '['); in f_show()
1249 array_descriptor = NULL; in f_show()
1251 if (!array_descriptor) in f_show()
1257 (int)(array_descriptor - field->type), in f_show()
1259 array_descriptor, field->offset, in f_show()