Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/trace/
Dtrace_events.c228 const char *array_descriptor; in test_field() local
245 array_descriptor = strchr(field->type, '['); in test_field()
247 return array_descriptor != NULL; in test_field()
1535 const char *array_descriptor; in f_show() local
1562 array_descriptor = strchr(field->type, '['); in f_show()
1565 array_descriptor = NULL; in f_show()
1567 if (!array_descriptor) in f_show()
1573 (int)(array_descriptor - field->type), in f_show()
1575 array_descriptor, field->offset, in f_show()