Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/trace/
Dtrace_probe.c282 if (!is_good_name(event)) { in traceprobe_parse_event_name()
1360 if (!name || !is_good_name(name)) { in generate_probe_arg_name()
1399 if (!is_good_name(parg->name)) { in traceprobe_parse_probe_arg()
Dtrace_events_synth.c731 if (!is_good_name(field->name)) { in parse_synth_field()
1290 if (!is_good_name(name)) { in __create_synth_event()
Dtrace.h2013 static inline bool is_good_name(const char *name) in is_good_name() function