Home
last modified time | relevance | path

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

/linux-4.4.14/tools/lib/traceevent/
Devent-parse.c940 static enum event_type force_token(const char *str, char **tok);
1093 return force_token("\"\%s\" ", tok); in __read_token()
1097 return force_token("\" sta:%pM\" ", tok); in __read_token()
1101 return force_token("\" vif:%p(%d)\" ", tok); in __read_token()
1108 static enum event_type force_token(const char *str, char **tok) in force_token() function