Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_events.c1952 const char *array_descriptor; in f_show() local
1979 array_descriptor = strchr(field->type, '['); in f_show()
1982 array_descriptor = NULL; in f_show()
1984 if (!array_descriptor) in f_show()
1990 (int)(array_descriptor - field->type), in f_show()
1996 (int)(array_descriptor - field->type), in f_show()