Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/ftrace/
Dftrace_config.cc24 bool IsGoodFtracePunctuation(char c) { in IsGoodFtracePunctuation() function
43 if (!isalnum(str[i]) && !IsGoodFtracePunctuation(str[i])) in IsValidFtraceEventName()