Home
last modified time | relevance | path

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

/Linux-v4.19/tools/lib/traceevent/
Devent-parse.c2111 static int alloc_and_process_delim(struct event_format *event, char *next_token, in alloc_and_process_delim() function
2625 if (alloc_and_process_delim(event, ",", &arg->hex.field)) in process_hex_common()
2628 if (alloc_and_process_delim(event, ")", &arg->hex.size)) in process_hex_common()
2660 if (alloc_and_process_delim(event, ",", &arg->int_array.field)) in process_int_array()
2663 if (alloc_and_process_delim(event, ",", &arg->int_array.count)) in process_int_array()
2666 if (alloc_and_process_delim(event, ")", &arg->int_array.el_size)) in process_int_array()