Home
last modified time | relevance | path

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

/tools/lib/traceevent/
Devent-parse.c1140 static enum event_type read_token(char **tok) in read_token() function
1168 return read_token(tok); in pevent_read_token()
1230 type = read_token(tok); in __read_expect_type()
1249 type = read_token(&token); in __read_expected()
1379 type = read_token(&token); in event_read_fields()
1391 type = read_token(&token); in event_read_fields()
1399 type = read_token(&token); in event_read_fields()
1419 type = read_token(&token); in event_read_fields()
1471 type = read_token(&token); in event_read_fields()
1500 type = read_token(&token); in event_read_fields()
[all …]
Dparse-filter.c78 static enum event_type read_token(char **tok) in read_token() function
978 type = read_token(&token); in process_filter()