/openbmc/qemu/docs/system/ |
H A D | replay.rst | 15 used for replaying the execution anywhere and for unlimited number of times. 17 Execution replaying reads the log and replays all non-deterministic events 24 * Writes execution log into the file for later replaying for multiple times 72 Record/replay system is based on saving and replaying non-deterministic 130 of replaying. It also can be loaded while replaying to roll back 181 and replaying must contain identical specifications of audio hardware, e.g.: 190 for recording and replaying must contain identical number of ports in record 218 #. replaying to examine the breakpoints 222 * replaying to the required breakpoint
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netsniff-ng/ |
H A D | netsniff-ng_0.6.8.bb | 1 DESCRIPTION = "Netsniff-ng is a fast zero-copy analyzer, pcap capturing and replaying tool"
|
/openbmc/qemu/docs/devel/ |
H A D | replay.rst | 14 can be later used for replaying the execution anywhere and for unlimited 15 number of times. Execution replaying reads the log and replays all 20 and replaying. 42 * recording/replaying user input (mouse, keyboard, and microphone) 44 * network filter for recording and replaying the packets 188 replaying process because main loop also processes the events that do not 191 That is why we had to implement saving and replaying bottom halves callbacks
|
/openbmc/linux/Documentation/filesystems/ |
H A D | ntfs3.rst | 15 - Supports native journal replaying. 114 - Full journaling support over JBD. Currently journal replaying is supported
|
H A D | ext2.rst | 277 ext3 journal from mounting the filesystem without replaying the journal.
|
/openbmc/linux/fs/ntfs3/ |
H A D | Kconfig | 11 write, journal replaying, sparse/compressed files support).
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | audio_data_types.rst | 15 and can take the following values, depending on whether we are replaying
|
H A D | video_types.rst | 61 and can take the following values, depending on whether we are replaying
|
/openbmc/qemu/qapi/ |
H A D | replay.json | 105 # replaying the execution. The command automatically loads nearest
|
/openbmc/u-boot/fs/ubifs/ |
H A D | replay.c | 1019 c->replaying = 1; in ubifs_replay_journal() 1073 c->replaying = 0; in ubifs_replay_journal()
|
H A D | tnc.c | 499 if (ret == 0 && c->replaying) in fallible_read_node() 2296 if (c->replaying) in ubifs_tnc_add_nm() 2339 if (c->replaying) { in ubifs_tnc_add_nm() 2528 if (c->replaying) in ubifs_tnc_remove_nm()
|
H A D | log.c | 139 ubifs_assert(c->replaying && c->ro_mount); in ubifs_add_bud()
|
H A D | ubifs.h | 2050 unsigned int replaying:1; member
|
H A D | debug.c | 1404 if (znode->level != 0 || c->replaying) in dbg_check_znode() 1550 if (prev->level == 0 && znode->level == 0 && !c->replaying && in dbg_check_tnc()
|
/openbmc/linux/fs/ubifs/ |
H A D | tnc.c | 435 if (c->replaying) { in tnc_read_hashed_node() 551 if (ret == 0 && c->replaying) in fallible_read_node() 2462 if (c->replaying) in ubifs_tnc_add_nm() 2507 if (c->replaying) { in ubifs_tnc_add_nm() 2696 if (c->replaying) in ubifs_tnc_remove_nm() 3009 if (c->replaying) in ubifs_tnc_next_ent()
|
H A D | replay.c | 1195 c->replaying = 1; in ubifs_replay_journal() 1249 c->replaying = 0; in ubifs_replay_journal()
|
H A D | log.c | 136 ubifs_assert(c, c->replaying && c->ro_mount); in ubifs_add_bud()
|
H A D | ubifs.h | 1511 unsigned int replaying:1; member
|
H A D | debug.c | 1420 if (znode->level != 0 || c->replaying) in dbg_check_znode() 1537 if (prev->level == 0 && znode->level == 0 && !c->replaying && in dbg_check_tnc()
|
/openbmc/linux/Documentation/trace/ |
H A D | mmiotrace.rst | 182 - replaying MMIO logs, i.e., re-executing the recorded writes
|
/openbmc/linux/Documentation/filesystems/nfs/ |
H A D | rpc-cache.rst | 38 cache entries, and replaying those requests when the cache entry
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-integrity.rst | 167 mode, the integrity of journal entries is checked when replaying
|
/openbmc/qemu/ |
H A D | hmp-commands.hx | 1753 replaying the execution. The command automatically loads nearest
|