Searched refs:TEP_EVENT_OP (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/tools/lib/traceevent/ |
D | event-parse.c | 954 return TEP_EVENT_OP; in get_type() 1033 case TEP_EVENT_OP: in __read_token() 1337 if (read_expected(TEP_EVENT_OP, ":") < 0) in event_read_name() 1358 if (read_expected(TEP_EVENT_OP, ":") < 0) in event_read_id() 1462 if (test_type_token(type, token, TEP_EVENT_OP, ":") < 0) in event_read_fields() 1481 (type == TEP_EVENT_OP && strcmp(token, "*") == 0) || in event_read_fields() 1487 type == TEP_EVENT_OP && strcmp(token, ".") == 0)) { in event_read_fields() 1520 if (test_type(type, TEP_EVENT_OP)) in event_read_fields() 1624 if (test_type_token(type, token, TEP_EVENT_OP, ";")) in event_read_fields() 1631 if (read_expected(TEP_EVENT_OP, ":") < 0) in event_read_fields() [all …]
|
D | event-parse.h | 315 TEP_EVENT_OP, enumerator
|
D | parse-filter.c | 1058 case TEP_EVENT_OP: in process_filter()
|