Searched refs:rec_count (Results 1 – 4 of 4) sorted by relevance
33 uint rec_count; member60 debug("Relocating %d records\n", data->rec_count); in bootstage_relocate()61 for (i = 0; i < data->rec_count; i++) in bootstage_relocate()73 for (rec = data->record, end = rec + data->rec_count; rec < end; in find_id()88 if (!rec && data->rec_count < RECORD_COUNT) { in ensure_id()89 rec = &data->record[data->rec_count++]; in ensure_id()108 if (!rec && data->rec_count < RECORD_COUNT) { in bootstage_add_record()109 rec = &data->record[data->rec_count++]; in bootstage_add_record()273 for (recnum = data->rec_count - 1, i = 0; recnum >= 0; recnum--, i++) { in add_bootstages_devicetree()316 data->rec_count); in bootstage_report()[all …]
43 uint32_t rec_count; /* Number of records */ member
180 output_hdr->rec_count = upto; in trace_list_functions()224 output_hdr->rec_count = upto; in trace_list_calls()
250 if (read_calls(fin, hdr.rec_count)) in read_profile()