Home
last modified time | relevance | path

Searched refs:rec_count (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dbootstage.c33 uint rec_count; member
60 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 …]
/rk3399_rockchip-uboot/include/
H A Dtrace.h43 uint32_t rec_count; /* Number of records */ member
/rk3399_rockchip-uboot/lib/
H A Dtrace.c180 output_hdr->rec_count = upto; in trace_list_functions()
224 output_hdr->rec_count = upto; in trace_list_calls()
/rk3399_rockchip-uboot/tools/
H A Dproftool.c250 if (read_calls(fin, hdr.rec_count)) in read_profile()