Searched refs:read_expect_type (Results 1 – 1 of 1) sorted by relevance
| /kernel/linux/linux-5.10/tools/lib/traceevent/ |
| D | event-parse.c | 1275 static int read_expect_type(enum tep_event_type expect, char **tok) in read_expect_type() function 1319 if (read_expect_type(TEP_EVENT_ITEM, &token) < 0) in event_read_name() 1340 if (read_expect_type(TEP_EVENT_ITEM, &token) < 0) in event_read_id() 1460 if (read_expect_type(TEP_EVENT_ITEM, &token) < 0) in event_read_fields() 1638 if (read_expect_type(TEP_EVENT_ITEM, &token)) in event_read_fields() 1652 if (read_expect_type(TEP_EVENT_ITEM, &token)) in event_read_fields() 1671 if (read_expect_type(TEP_EVENT_ITEM, &token)) in event_read_fields() 1681 if (read_expect_type(TEP_EVENT_NEWLINE, &token)) in event_read_fields() 1730 if (read_expect_type(TEP_EVENT_NEWLINE, &token)) in event_read_format() 2155 if (read_expect_type(TEP_EVENT_ITEM, &token) < 0) in process_entry() [all …]
|