Searched refs:iotrace (Results 1 – 25 of 169) sorted by relevance
1234567
49 static struct iotrace { struct55 } iotrace; argument67 if (!(gd->flags & GD_FLG_RELOC) || !iotrace.enabled) in add_record()71 if (iotrace.offset + sizeof(*rec) < iotrace.size) { in add_record()73 iotrace.start + iotrace.offset, in add_record()82 iotrace.crc32 = crc32(iotrace.crc32, (unsigned char *)rec, in add_record()85 iotrace.offset += sizeof(struct iotrace_record); in add_record()142 iotrace.crc32 = 0; in iotrace_reset_checksum()147 return iotrace.crc32; in iotrace_get_checksum()152 iotrace.enabled = enable; in iotrace_set_enabled()[all …]
164 obj-$(CONFIG_IO_TRACE) += iotrace.o
217 bool "Enable iotrace"219 This enable iotrace feature.
67 iotrace, 4, 1, do_iotrace,
77 obj-$(CONFIG_CMD_IOTRACE) += iotrace.o
741 bool "iotrace - Support for tracing I/O activity"743 Provides an 'iotrace' command which supports recording I/O reads and763 redirecting I/O accesses through iotrace's tracing mechanism.