Searched refs:read_expect_type (Results 1 – 1 of 1) sorted by relevance
/tools/lib/traceevent/ |
D | event-parse.c | 1296 static int read_expect_type(enum tep_event_type expect, char **tok) in read_expect_type() function 1340 if (read_expect_type(TEP_EVENT_ITEM, &token) < 0) in event_read_name() 1361 if (read_expect_type(TEP_EVENT_ITEM, &token) < 0) in event_read_id() 1466 if (read_expect_type(TEP_EVENT_ITEM, &token) < 0) in event_read_fields() 1634 if (read_expect_type(TEP_EVENT_ITEM, &token)) in event_read_fields() 1648 if (read_expect_type(TEP_EVENT_ITEM, &token)) in event_read_fields() 1667 if (read_expect_type(TEP_EVENT_ITEM, &token)) in event_read_fields() 1677 if (read_expect_type(TEP_EVENT_NEWLINE, &token)) in event_read_fields() 1726 if (read_expect_type(TEP_EVENT_NEWLINE, &token)) in event_read_format() 2154 if (read_expect_type(TEP_EVENT_ITEM, &token) < 0) in process_entry() [all …]
|