Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/trace/
Dtrace_events.c1326 const char *array_descriptor; in f_show() local
1353 array_descriptor = strchr(field->type, '['); in f_show()
1356 array_descriptor = NULL; in f_show()
1358 if (!array_descriptor) in f_show()
1364 (int)(array_descriptor - field->type), in f_show()
1366 array_descriptor, field->offset, in f_show()