Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dtrace_events.c1977 const char *array_descriptor; in f_show() local
2004 array_descriptor = strchr(field->type, '['); in f_show()
2007 array_descriptor = NULL; in f_show()
2009 if (!array_descriptor) in f_show()
2015 (int)(array_descriptor - field->type), in f_show()
2021 (int)(array_descriptor - field->type), in f_show()