Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/trace/
Dtrace_events.c1195 const char *array_descriptor; in f_show() local
1222 array_descriptor = strchr(field->type, '['); in f_show()
1225 array_descriptor = NULL; in f_show()
1227 if (!array_descriptor) in f_show()
1233 (int)(array_descriptor - field->type), in f_show()
1235 array_descriptor, field->offset, in f_show()