Home
last modified time | relevance | path

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

/tools/lib/traceevent/
Devent-parse.c1058 static enum event_type read_token(char **tok) in read_token() function
1086 return read_token(tok); in pevent_read_token()
1148 type = read_token(tok); in __read_expect_type()
1167 type = read_token(&token); in __read_expected()
1297 type = read_token(&token); in event_read_fields()
1309 type = read_token(&token); in event_read_fields()
1317 type = read_token(&token); in event_read_fields()
1337 type = read_token(&token); in event_read_fields()
1389 type = read_token(&token); in event_read_fields()
1418 type = read_token(&token); in event_read_fields()
[all …]
Dparse-filter.c73 static enum event_type read_token(char **tok) in read_token() function
970 type = read_token(&token); in process_filter()