Searched refs:read_record (Results 1 – 2 of 2) sorted by relevance
55 def read_record(fobj): function106 event_id, timestamp_ns, pid, args_payload = read_record(fobj)
26 static int read_record(char *buf, ulong len);141 while (read_record(record, SREC_MAXRECLEN + 1) >= 0) { in load_serial()200 static int read_record(char *buf, ulong len) in read_record() function