Searched refs:iotrace (Results 1 – 6 of 6) sorted by relevance
30 static struct iotrace { struct39 } iotrace; argument56 (ulong)ptr > iotrace.region_start + iotrace.region_size) in add_record()60 if (iotrace.offset + sizeof(*rec) < iotrace.size) { in add_record()62 iotrace.start + iotrace.offset, in add_record()76 iotrace.crc32 = crc32(iotrace.crc32, (unsigned char *)rec, in add_record()133 iotrace.crc32 = 0; in iotrace_reset_checksum()138 return iotrace.crc32; in iotrace_get_checksum()172 iotrace.size = size; in iotrace_set_buffer()173 iotrace.offset = 0; in iotrace_set_buffer()[all …]
117 obj-$(CONFIG_IO_TRACE) += iotrace.o
121 iotrace, 4, 1, do_iotrace,
78 obj-$(CONFIG_CMD_IOTRACE) += iotrace.o
988 bool "iotrace - Support for tracing I/O activity"990 Provides an 'iotrace' command which supports recording I/O reads and1010 redirecting I/O accesses through iotrace's tracing mechanism.
786 to memory. See the 'iotrace' command for details. This is790 add support for your architecture, add '#include <iotrace.h>'793 Example output from the 'iotrace stats' command is below.797 iotrace is enabled
Completed in 21 milliseconds