Searched refs:TEP_EVENT_OP (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/lib/traceevent/ |
D | event-parse.c | 948 return TEP_EVENT_OP; in get_type() 1022 case TEP_EVENT_OP: in __read_token() 1316 if (read_expected(TEP_EVENT_OP, ":") < 0) in event_read_name() 1337 if (read_expected(TEP_EVENT_OP, ":") < 0) in event_read_id() 1464 if (test_type_token(type, token, TEP_EVENT_OP, ":") < 0) in event_read_fields() 1483 (type == TEP_EVENT_OP && strcmp(token, "*") == 0) || in event_read_fields() 1489 type == TEP_EVENT_OP && strcmp(token, ".") == 0)) { in event_read_fields() 1549 if (test_type(type, TEP_EVENT_OP)) in event_read_fields() 1638 if (test_type_token(type, token, TEP_EVENT_OP, ";")) in event_read_fields() 1645 if (read_expected(TEP_EVENT_OP, ":") < 0) in event_read_fields() [all …]
|
D | event-parse.h | 305 TEP_EVENT_OP, enumerator
|
D | parse-filter.c | 1053 case TEP_EVENT_OP: in process_filter()
|