Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_events.c1328 const char *array_descriptor; in f_show() local
1355 array_descriptor = strchr(field->type, '['); in f_show()
1358 array_descriptor = NULL; in f_show()
1360 if (!array_descriptor) in f_show()
1366 (int)(array_descriptor - field->type), in f_show()
1368 array_descriptor, field->offset, in f_show()