Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/trace/
Dtrace_events.c1961 const char *array_descriptor; in f_show() local
1988 array_descriptor = strchr(field->type, '['); in f_show()
1991 array_descriptor = NULL; in f_show()
1993 if (!array_descriptor) in f_show()
1999 (int)(array_descriptor - field->type), in f_show()
2005 (int)(array_descriptor - field->type), in f_show()