Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_probe.c24 static const char *reserved_field_names[] = { variable
1342 for (i = 0; i < ARRAY_SIZE(reserved_field_names); i++) in traceprobe_conflict_field_name()
1343 if (strcmp(reserved_field_names[i], name) == 0) in traceprobe_conflict_field_name()