Home
last modified time | relevance | path

Searched refs:EVENT_DELIM (Results 1 – 3 of 3) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
Devent-parse.c685 case EVENT_ERROR ... EVENT_DELIM: in event_item_type()
778 return EVENT_DELIM; in get_type()
853 case EVENT_DELIM: in __read_token()
1852 type == EVENT_DELIM && (strcmp(token, ")") == 0)) { in process_op()
2288 if (test_type_token(type, token, EVENT_DELIM, ",")) in process_fields()
2326 } while (type == EVENT_DELIM && strcmp(token, ",") == 0); in process_fields()
2363 if (test_type_token(type, token, EVENT_DELIM, ",")) in process_flags()
2375 if (test_type_token(type, token, EVENT_DELIM, ",")) in process_flags()
2379 if (test_type_token(type, token, EVENT_DELIM, ")")) in process_flags()
2411 if (test_type_token(type, token, EVENT_DELIM, ",")) in process_symbols()
[all …]
Devent-parse.h326 EVENT_DELIM, enumerator
Dparse-filter.c936 case EVENT_DELIM: in process_filter()