Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/trace/
Dtrace_events.c254 const char *array_descriptor; in test_field() local
271 array_descriptor = strchr(field->type, '['); in test_field()
273 return array_descriptor != NULL; in test_field()
1553 const char *array_descriptor; in f_show() local
1580 array_descriptor = strchr(field->type, '['); in f_show()
1583 array_descriptor = NULL; in f_show()
1585 if (!array_descriptor) in f_show()
1591 (int)(array_descriptor - field->type), in f_show()
1597 (int)(array_descriptor - field->type), in f_show()