Searched refs:iotrace (Results 1 – 8 of 8) sorted by relevance
26 static struct iotrace { struct35 } iotrace; argument47 if (!(gd->flags & GD_FLG_RELOC) || !iotrace.enabled) in add_record()50 if (iotrace.region_size) in add_record()51 if ((ulong)ptr < iotrace.region_start || in add_record()52 (ulong)ptr > iotrace.region_start + iotrace.region_size) in add_record()56 if (iotrace.offset + sizeof(*rec) < iotrace.size) { in add_record()58 iotrace.start + iotrace.offset, in add_record()62 iotrace.needed_size += sizeof(struct iotrace_record); in add_record()72 iotrace.crc32 = crc32(iotrace.crc32, (unsigned char *)rec, in add_record()[all …]
115 obj-$(CONFIG_IO_TRACE) += iotrace.o
121 iotrace, 4, 1, do_iotrace,
74 obj-$(CONFIG_CMD_IOTRACE) += iotrace.o
822 bool "iotrace - Support for tracing I/O activity"824 Provides an 'iotrace' command which supports recording I/O reads and844 redirecting I/O accesses through iotrace's tracing mechanism.
807 to memory. See the 'iotrace' command for details. This is811 add support for your architecture, add '#include <iotrace.h>'814 Example output from the 'iotrace stats' command is below.818 iotrace is enabled
[all...]