Searched refs:alloc_and_process_delim (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libtraceevent/src/ |
H A D | event-parse.c | 2570 static int alloc_and_process_delim(struct tep_event *event, char *next_token, in alloc_and_process_delim() function 3102 if (alloc_and_process_delim(event, ",", &arg->hex.field)) in process_hex_common() 3105 if (alloc_and_process_delim(event, ")", &arg->hex.size)) in process_hex_common() 3137 if (alloc_and_process_delim(event, ",", &arg->int_array.field)) in process_int_array() 3140 if (alloc_and_process_delim(event, ",", &arg->int_array.count)) in process_int_array() 3143 if (alloc_and_process_delim(event, ")", &arg->int_array.el_size)) in process_int_array()
|