Searched refs:iotrace_get_buffer (Results 1 – 3 of 3) sorted by relevance
/u-boot/cmd/ |
A D | iotrace.c | 15 iotrace_get_buffer(&start, &size, &needed_size, &offset, &count); in do_print_stats() 34 iotrace_get_buffer(&start, &size, &needed_size, &offset, &count); in do_print_trace()
|
/u-boot/include/ |
A D | iotrace.h | 154 void iotrace_get_buffer(ulong *start, ulong *size, ulong *needed_size, ulong *offset, ulong *count);
|
/u-boot/common/ |
A D | iotrace.c | 177 void iotrace_get_buffer(ulong *start, ulong *size, ulong *needed_size, ulong *offset, ulong *count) in iotrace_get_buffer() function
|
Completed in 4 milliseconds