Searched refs:alloc_and_process_delim (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/tools/lib/traceevent/ |
D | event-parse.c | 2184 static int alloc_and_process_delim(struct tep_event *event, char *next_token, in alloc_and_process_delim() function 2698 if (alloc_and_process_delim(event, ",", &arg->hex.field)) in process_hex_common() 2701 if (alloc_and_process_delim(event, ")", &arg->hex.size)) in process_hex_common() 2733 if (alloc_and_process_delim(event, ",", &arg->int_array.field)) in process_int_array() 2736 if (alloc_and_process_delim(event, ",", &arg->int_array.count)) in process_int_array() 2739 if (alloc_and_process_delim(event, ")", &arg->int_array.el_size)) in process_int_array()
|