Home
last modified time | relevance | path

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

1234567

/OK3568_Linux_fs/u-boot/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.
H A D.dlmalloc.o.cmd
H A D.malloc_simple.o.cmd
H A D.image-fdt.o.cmd
/OK3568_Linux_fs/u-boot/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.
H A D.pxe.o.cmd
H A D.fat.o.cmd
H A D.boot.o.cmd
H A D.source.o.cmd
/OK3568_Linux_fs/u-boot/fs/
H A D.fs.o.cmd
/OK3568_Linux_fs/u-boot/spl/lib/
H A D.display_options.o.cmd
/OK3568_Linux_fs/u-boot/spl/drivers/ram/rockchip/
H A D.sdram_common.o.cmd
/OK3568_Linux_fs/u-boot/tpl/drivers/ram/rockchip/
H A D.sdram_common.o.cmd
/OK3568_Linux_fs/u-boot/spl/common/
H A D.malloc_simple.o.cmd
H A D.hash.o.cmd
/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A D.avb_sysdeps_posix.o.cmd
/OK3568_Linux_fs/u-boot/lib/
H A D.display_options.o.cmd
H A D.uuid.o.cmd
/OK3568_Linux_fs/u-boot/spl/arch/arm/mach-rockchip/
H A D.bootrom.o.cmd
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A D.rk_atags.o.cmd
/OK3568_Linux_fs/u-boot/tpl/arch/arm/mach-rockchip/
H A D.bootrom.o.cmd

1234567