Home
last modified time | relevance | path

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

/tools/lib/traceevent/
Devent-parse.c2183 static int alloc_and_process_delim(struct tep_event *event, char *next_token, in alloc_and_process_delim() function
2697 if (alloc_and_process_delim(event, ",", &arg->hex.field)) in process_hex_common()
2700 if (alloc_and_process_delim(event, ")", &arg->hex.size)) in process_hex_common()
2732 if (alloc_and_process_delim(event, ",", &arg->int_array.field)) in process_int_array()
2735 if (alloc_and_process_delim(event, ",", &arg->int_array.count)) in process_int_array()
2738 if (alloc_and_process_delim(event, ")", &arg->int_array.el_size)) in process_int_array()