Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace.h2004 static inline bool __is_good_name(const char *name, bool hash_ok) in __is_good_name() argument
2006 if (!isalpha(*name) && *name != '_' && (!hash_ok || *name != '-')) in __is_good_name()
2010 (!hash_ok || *name != '-')) in __is_good_name()