/openbmc/hiomapd/test/ |
H A D | flash_erase.c | 38 struct erase_info_user *recorded; variable 72 alloced = realloc(recorded, n_ioctls * sizeof(*recorded)); in ioctl() 75 recorded = alloced; in ioctl() 77 memcpy(&recorded[n_ioctls - 1], provided, sizeof(*provided)); in ioctl() 96 i, recorded[i].start, recorded[i].length); in dump_ioctls() 115 recorded = NULL; in main() 124 assert(recorded[0].start == 0); in main() 125 assert(recorded[0].length == sizeof(data)); in main() 127 free(recorded); in main() 128 recorded = NULL; in main() [all …]
|
/openbmc/phosphor-mboxd/test/ |
H A D | erase_flash.c | 36 struct erase_info_user *recorded; variable 70 alloced = realloc(recorded, n_ioctls * sizeof(*recorded)); in ioctl() 73 recorded = alloced; in ioctl() 75 memcpy(&recorded[n_ioctls - 1], provided, sizeof(*provided)); in ioctl() 94 i, recorded[i].start, recorded[i].length); in dump_ioctls() 110 recorded = NULL; in main() 119 assert(recorded[0].start == 0); in main() 120 assert(recorded[0].length == sizeof(data)); in main() 122 free(recorded); in main() 123 recorded = NULL; in main() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/ |
H A D | 0004-config_info.c-not-expose-build-info.patch | 54 - configdata[i].setting = pstrdup(_("not recorded")); 62 - configdata[i].setting = pstrdup(_("not recorded")); 70 - configdata[i].setting = pstrdup(_("not recorded")); 78 - configdata[i].setting = pstrdup(_("not recorded")); 86 - configdata[i].setting = pstrdup(_("not recorded")); 94 - configdata[i].setting = pstrdup(_("not recorded")); 102 - configdata[i].setting = pstrdup(_("not recorded")); 110 - configdata[i].setting = pstrdup(_("not recorded"));
|
H A D | 0002-Improve-reproducibility.patch | 10 not recorded 13 not recorded
|
/openbmc/qemu/replay/ |
H A D | replay-audio.c | 38 void replay_audio_in(size_t *recorded, void *samples, size_t *wpos, size_t size) in replay_audio_in() argument 46 replay_put_qword(*recorded); in replay_audio_in() 48 for (pos = (*wpos - *recorded + size) % size ; pos != *wpos in replay_audio_in() 58 *recorded = replay_get_qword(); in replay_audio_in() 60 for (pos = (*wpos - *recorded + size) % size ; pos != *wpos in replay_audio_in()
|
/openbmc/linux/arch/mips/mm/ |
H A D | init.c | 326 } recorded = { { { 0 } }, 0 }; in maar_init() local 339 /* Set MAARs using values we recorded already */ in maar_init() 340 if (recorded.used) { in maar_init() 341 used = maar_config(recorded.cfgs, recorded.used, num_maars / 2); in maar_init() 342 BUG_ON(used != recorded.used); in maar_init() 356 if (recorded.used) in maar_init() 393 if (used <= ARRAY_SIZE(recorded.cfgs)) { in maar_init() 394 recorded.cfgs[recorded.used].lower = lower; in maar_init() 395 recorded.cfgs[recorded.used].upper = upper; in maar_init() 396 recorded.cfgs[recorded.used].attrs = attr; in maar_init() [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | elf-fdpic.h | 23 Elf32_Addr p_vaddr; /* VMA recorded in file */ 24 Elf32_Word p_memsz; /* allocation size recorded in file */ 38 Elf64_Addr p_vaddr; /* VMA recorded in file */ 39 Elf64_Word p_memsz; /* allocation size recorded in file */
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | lock_contention.sh | 44 echo "[Fail] Recorded result count is not 1:" "$(cat "${result}" | wc -l)" 74 echo "[Fail] Recorded result count is not 1:" "$(cat "${result}" | wc -l)" 85 echo "[Fail] Recorded result count is not 1:" "$(cat "${result}" | wc -l)" 108 echo "[Fail] Recorded result count is not 1:" "$(cat "${result}" | wc -l)" 131 echo "[Fail] Recorded result should not have non-spinlocks:" "$(cat "${result}")" 163 …echo "[Fail] Recorded result should not have non-${test_lock_filter_type} locks:" "$(cat "${result… 191 echo "[Fail] Recorded result should have a lock from unix_stream:" "$(cat "${result}")" 219 echo "[Fail] Recorded result should have a task from unix_stream:" "$(cat "${result}")" 244 echo "[Fail] Recorded result does not have enough output columns: ${header} != 5" 251 echo "[Fail] Recorded result does not match the number of commas: ${header} != ${output}"
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/event/ |
H A D | event-enable.tc | 23 fail "sched_switch events are not recorded" 34 fail "sched_switch events are not recorded" 45 fail "sched_switch events should not be recorded"
|
H A D | toplevel-enable.tc | 24 fail "none of events are recorded" 37 fail "none of events are recorded" 48 fail "any of events should not be recorded"
|
H A D | subsystem-enable.tc | 23 fail "at least fork, exec and exit events should be recorded" 34 fail "at least fork, exec and exit events should be recorded" 45 fail "any of scheduler events should not be recorded"
|
H A D | event-pid.tc | 28 fail "sched_switch events are not recorded" 43 fail "sched_switch events from other task are recorded" 56 fail "sched_switch events from other task are not recorded"
|
H A D | event-no-pid.tc | 86 fail "No other events were recorded" 118 fail "No other events were recorded"
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-fc_host | 6 events recorded by the F_Port, reported using fabric 14 events recorded by the F_Port/Nx_Port, reported using fabric 22 recorded by the F_Port/Nx_Port, reported using fabric
|
H A D | sysfs-class-fc_remote_ports | 6 events recorded by the F_Port/Nx_Port, reported using fabric 14 events recorded by the F_Port/Nx_Port, reported using fabric 22 recorded by the F_Port/Nx_Port, reported using fabric
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_refcount_item.h | 15 * *I items should be recorded in the *first* of a series of rolled 16 * transactions, and the *D items should be recorded in the same 21 * recovery will use the redo information recorded by the intent items
|
H A D | xfs_bmap_item.h | 15 * *I items should be recorded in the *first* of a series of rolled 16 * transactions, and the *D items should be recorded in the same transaction 21 * use the redo information recorded by the intent items to replay the
|
H A D | xfs_rmap_item.h | 15 * *I items should be recorded in the *first* of a series of rolled 16 * transactions, and the *D items should be recorded in the same transaction 24 * use the redo information recorded by the intent items to replay the
|
/openbmc/linux/arch/x86/events/amd/ |
H A D | lbr.c | 12 * corresponding type of branches are not recorded 176 * then no branch was recorded; if reserved = 1 then an in amd_pmu_lbr_read() 177 * erroneous branch was recorded (see Erratum 1452) in amd_pmu_lbr_read() 194 * When valid = 0, spec = 0, no branch was recorded and the in amd_pmu_lbr_read() 197 * When valid = 0, spec = 1, the recorded branch was in amd_pmu_lbr_read() 200 * When valid = 1, spec = 0, the recorded branch was in amd_pmu_lbr_read() 203 * When valid = 1, spec = 1, the recorded branch was in amd_pmu_lbr_read()
|
/openbmc/linux/Documentation/core-api/ |
H A D | errseq.rst | 18 Note that there is a risk of collisions if new errors are being recorded 23 recorded. That allows us to avoid bumping the counter if no one has 24 sampled it since the last time an error was recorded. 107 return 0, until another error is recorded, at which point it's reported 112 recorded.
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | ifork.rst | 65 be recorded without the use of extra metadata blocks. 67 The extent tree header is recorded in ``struct ext4_extent_header``, 104 recorded as ``struct ext4_extent_idx``, and are 12 bytes long: 133 Leaf nodes of the extent tree are recorded as ``struct ext4_extent``,
|
/openbmc/u-boot/common/ |
H A D | Kconfig | 8 bootstage.h. Only a single entry is recorded for each ID. You can 63 number of bootstage records that can be recorded. 70 number of bootstage records that can be recorded. 266 Console output is recorded even when the console is silent. 276 more data will be recorded until some is removed. The buffer is 474 can be displayed on the console, recorded in a memory buffer, or 483 can be displayed on the console, recorded in a memory buffer, or 492 can be displayed on the console, recorded in a memory buffer, or 501 This selects the maximum log level that will be recorded. Any value 521 This selects the maximum log level that will be recorded. Any value [all …]
|
/openbmc/qemu/docs/system/ |
H A D | replay.rst | 66 * Interaction with audio devices and serial ports are recorded and replayed 111 controller. Therefore all disk requests may be recorded and replayed. 180 Audio data is recorded and replay automatically. The command line for recording 189 Serial ports input is recorded and replay automatically. The command lines 202 Recorded executions may be used to enable reverse debugging. QEMU can't
|
/openbmc/linux/Documentation/trace/ |
H A D | mmiotrace.rst | 123 an event that is recorded into the trace log. Note that ISA range mappings 126 MMIO accesses are recorded via page faults. Just before __ioremap() returns, 166 zero if it is not recorded. PID is always zero as tracing MMIO accesses 182 - replaying MMIO logs, i.e., re-executing the recorded writes
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-sched.txt | 24 was recorded (aliased to 'perf script' for now). 26 'perf sched replay' to simulate the workload that was recorded 30 of the workload as it occurred when it was recorded - and can repeat
|