Home
last modified time | relevance | path

Searched refs:iotrace_record (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/common/
Diotrace.c39 struct iotrace_record srec, *rec = &srec; in add_record()
57 rec = (struct iotrace_record *)map_sysmem( in add_record()
62 iotrace.needed_size += sizeof(struct iotrace_record); in add_record()
75 iotrace.needed_size += sizeof(struct iotrace_record); in add_record()
76 iotrace.offset += sizeof(struct iotrace_record); in add_record()
179 *count = iotrace.offset / sizeof(struct iotrace_record); in iotrace_get_buffer()
/external/u-boot/cmd/
Diotrace.c32 struct iotrace_record *cur_record; in do_print_trace()
41 cur_record = (struct iotrace_record *)start; in do_print_trace()
/external/u-boot/include/
Diotrace.h32 struct iotrace_record { struct