Searched refs:alloc_and_process_delim (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/lib/traceevent/ |
D | event-parse.c | 2194 static int alloc_and_process_delim(struct tep_event *event, char *next_token, in alloc_and_process_delim() function 2708 if (alloc_and_process_delim(event, ",", &arg->hex.field)) in process_hex_common() 2711 if (alloc_and_process_delim(event, ")", &arg->hex.size)) in process_hex_common() 2743 if (alloc_and_process_delim(event, ",", &arg->int_array.field)) in process_int_array() 2746 if (alloc_and_process_delim(event, ",", &arg->int_array.count)) in process_int_array() 2749 if (alloc_and_process_delim(event, ")", &arg->int_array.el_size)) in process_int_array()
|