Home
last modified time | relevance | path

Searched refs:iotrace (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Diotrace.c49 static struct iotrace { struct
55 } iotrace; argument
67 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 …]
H A DMakefile164 obj-$(CONFIG_IO_TRACE) += iotrace.o
H A DKconfig217 bool "Enable iotrace"
219 This enable iotrace feature.
/rk3399_rockchip-uboot/cmd/
H A Diotrace.c67 iotrace, 4, 1, do_iotrace,
H A DMakefile77 obj-$(CONFIG_CMD_IOTRACE) += iotrace.o
H A DKconfig741 bool "iotrace - Support for tracing I/O activity"
743 Provides an 'iotrace' command which supports recording I/O reads and
763 redirecting I/O accesses through iotrace's tracing mechanism.
/rk3399_rockchip-uboot/
H A DREADME861 to memory. See the 'iotrace' command for details. This is
865 add support for your architecture, add '#include <iotrace.h>'
868 Example output from the 'iotrace stats' command is below.
872 iotrace is enabled