Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Diotrace.c26 static struct iotrace { struct
35 } iotrace; argument
47 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 …]
H A DMakefile115 obj-$(CONFIG_IO_TRACE) += iotrace.o
/openbmc/u-boot/cmd/
H A Diotrace.c121 iotrace, 4, 1, do_iotrace,
H A DMakefile74 obj-$(CONFIG_CMD_IOTRACE) += iotrace.o
H A DKconfig822 bool "iotrace - Support for tracing I/O activity"
824 Provides an 'iotrace' command which supports recording I/O reads and
844 redirecting I/O accesses through iotrace's tracing mechanism.
/openbmc/u-boot/
H A DREADME807 to memory. See the 'iotrace' command for details. This is
811 add support for your architecture, add '#include <iotrace.h>'
814 Example output from the 'iotrace stats' command is below.
818 iotrace is enabled
/openbmc/linux/
H A Dopengrok1.0.log[all...]
H A Dopengrok0.0.log[all...]