HomeSort by relevance Sort by last modified time
    Searched refs:iotrace (Results 1 - 8 of 8) sorted by null

  /external/u-boot/common/
iotrace.c 15 * struct iotrace - current trace status and checksum
17 * @start: Start address of iotrace buffer
18 * @size: Actual size of iotrace buffer in bytes
19 * @needed_size: Needed of iotrace buffer in bytes
20 * @offset: Current write offset into iotrace buffer
26 static struct iotrace { struct
35 } iotrace; variable in typeref:struct:iotrace
42 * We don't support iotrace before relocation. Since the trace buffer
44 * this we would need to set the iotrace buffer at build-time. See
47 if (!(gd->flags & GD_FLG_RELOC) || !iotrace.enabled
    [all...]
Makefile 109 obj-$(CONFIG_IO_TRACE) += iotrace.o
  /external/u-boot/cmd/
iotrace.c 8 #include <iotrace.h>
14 printf("iotrace is %sabled\n", iotrace_get_enabled() ? "en" : "dis");
121 iotrace, 4, 1, do_iotrace,
122 "iotrace utility commands",
123 "stats - display iotrace stats\n"
124 "iotrace buffer <address> <size> - set iotrace buffer\n"
125 "iotrace limit <address> <size> - set iotrace region limit\n"
126 "iotrace pause - pause tracing\n
    [all...]
Makefile 69 obj-$(CONFIG_CMD_IOTRACE) += iotrace.o
  /external/u-boot/arch/sandbox/include/asm/
io.h 179 #include <iotrace.h>
  /external/u-boot/arch/arm/include/asm/
io.h 401 #include <iotrace.h>
  /external/sqlite/dist/orig/
shell.c 458 static FILE *iotrace = 0; variable
465 ** is written to iotrace.
471 if( iotrace==0 ) return;
475 utf8_printf(iotrace, "%s", z);
    [all...]
  /external/sqlite/dist/
shell.c 464 static FILE *iotrace = 0; variable
471 ** is written to iotrace.
477 if( iotrace==0 ) return;
481 utf8_printf(iotrace, "%s", z);
    [all...]

Completed in 1073 milliseconds