Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/trace/
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()