Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_probe.c272 if (!is_good_name(event)) { in traceprobe_parse_event_name()
825 if (!is_good_name(parg->name)) { in traceprobe_parse_probe_arg()
Dtrace_events_synth.c748 if (!is_good_name(field->name)) { in parse_synth_field()
1306 if (!is_good_name(name)) { in __create_synth_event()
Dtrace.h1981 static inline bool is_good_name(const char *name) in is_good_name() function