Home
last modified time | relevance | path

Searched full:recording (Results 1 – 25 of 510) sorted by relevance

12345678910>>...21

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DProcess-Record-and-Replay.html70 <a name="Recording-Inferior_0027s-Execution-and-Replaying-It"></a>
71 <h2 class="chapter">7 Recording Inferior&rsquo;s Execution and Replaying It</h2>
73 <a name="index-recording-inferior_0027s-execution-and-replaying-it"></a>
137 recording method can be specified as parameter. Without a parameter
138 the command uses the <code>full</code> recording method. The following
139 recording methods are available:
143 <dd><p>Full record/replay recording using <small>GDB</small>&rsquo;s software record and
149 <dd><p>Hardware-supported instruction recording, supported on Intel
154 debugging, recording continues on disconnect. Recorded data can be
155 inspected after reconnecting. The recording may be stopped using
[all …]
H A DRecordings-In-Python.html80 <dd><p>Start a recording using the given <var>method</var> and <var>format</var>. If
81 no <var>format</var> is given, the default format for the recording method
97 <dd><p>Access a currently running recording. Return a <code>gdb.Record</code>
98 object on success. Return <code>None</code> if no recording is currently
104 <dd><p>Stop the current recording. Throw an exception if no recording is
112 <dd><p>A string with the current recording method, e.g. <code>full</code> or
118 <dd><p>A string with the current recording format, e.g. <code>bt</code>, <code>pts</code> or
125 in this recording.
131 instruction, that is not actually part of the recording.
157 <p>The common <code>gdb.Instruction</code> class that recording method specific
[all …]
H A DActive-Targets.html78 recording sessions. Core files belong to the process class, making core file
83 recording (see <a href="Reverse-Execution.html#Reverse-Execution">Reverse Execution</a>) and <code>…
84 presented a virtual layer of the recording target, while the process target
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DProcess-Record-and-Replay.html70 <a name="Recording-Inferior_0027s-Execution-and-Replaying-It"></a>
71 <h2 class="chapter">7 Recording Inferior&rsquo;s Execution and Replaying It</h2>
73 <a name="index-recording-inferior_0027s-execution-and-replaying-it"></a>
137 recording method can be specified as parameter. Without a parameter
138 the command uses the <code>full</code> recording method. The following
139 recording methods are available:
143 <dd><p>Full record/replay recording using <small>GDB</small>&rsquo;s software record and
149 <dd><p>Hardware-supported instruction recording, supported on Intel
154 debugging, recording continues on disconnect. Recorded data can be
155 inspected after reconnecting. The recording may be stopped using
[all …]
H A DRecordings-In-Python.html80 <dd><p>Start a recording using the given <var>method</var> and <var>format</var>. If
81 no <var>format</var> is given, the default format for the recording method
97 <dd><p>Access a currently running recording. Return a <code>gdb.Record</code>
98 object on success. Return <code>None</code> if no recording is currently
104 <dd><p>Stop the current recording. Throw an exception if no recording is
112 <dd><p>A string with the current recording method, e.g. <code>full</code> or
118 <dd><p>A string with the current recording format, e.g. <code>bt</code>, <code>pts</code> or
125 in this recording.
131 instruction, that is not actually part of the recording.
157 <p>The common <code>gdb.Instruction</code> class that recording method specific
[all …]
H A DActive-Targets.html78 recording sessions. Core files belong to the process class, making core file
83 recording (see <a href="Reverse-Execution.html#Reverse-Execution">Reverse Execution</a>) and <code>…
84 presented a virtual layer of the recording target, while the process target
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dwaveaudio.c35 /* Handle to the output device (speakers, line out, etc.). NULL if recording. */
57 * that will receive the next samples. For recording, this is the buffer from which we'll
114 int recording, in check_format() argument
139 if (recording) in check_format()
146 recording ? "waveInOpen" : "waveOutOpen", in check_format()
158 int recording = ft->mode == 'r'; in negotiate_format() local
169 …error = check_format(pfmt, recording, dev, ft->signal.channels, precision, (unsigned)ft->signal.ra… in negotiate_format()
183 int recording = ft->mode == 'r'; in start() local
207 if (recording) in start()
220 unsigned dev_count = recording ? waveInGetNumDevs() : waveOutGetNumDevs(); in start()
[all …]
H A Ddeemph.plt13 # Background: In the early days of audio cds, there were recording
15 # dynamics of audio cds exposed these recording errors a lot.
19 # amplified before recording, so that they would give a stronger signal
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dvmlogrdr.c217 static const char cp_command[] = "QUERY COMMAND RECORDING "; in vmlogrdr_get_recording_class_AB()
257 * The recording commands needs to be called with option QID in vmlogrdr_recording()
259 * Purging has to be done as separate step, because recording in vmlogrdr_recording()
267 "RECORDING %s PURGE %s", in vmlogrdr_recording()
275 snprintf(cp_command, sizeof(cp_command), "RECORDING %s %s %s", in vmlogrdr_recording()
280 /* The recording command will usually answer with 'Command complete' in vmlogrdr_recording()
283 * 'HCPCRC8072I Recording entry not found' before the in vmlogrdr_recording()
291 * If we turn recording off, we have to purge any remaining records in vmlogrdr_recording()
299 "RECORDING %s PURGE %s", in vmlogrdr_recording()
343 /* start recording for this service*/ in vmlogrdr_open()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_osk_profiling.h44 * Start recording profiling data
86 * Stop recording profiling data
114 * This is needed in order to start another recording.
121 * Checks if a recording of profiling data is in progress
123 * @return MALI_TRUE if recording of profiling data is in progress, MALI_FALSE if not
/OK3568_Linux_fs/external/rk_pcba_test/
H A Decho_ringmic_test.c195 * This function includes a ring mic recording test
214 * According to flag choose to perform "recording test" in ringmic_test()
215 * or "vibration test". recording at least 10 seconds. in ringmic_test()
221 /* Play the specified file, and recording. */ in ringmic_test()
231 /* Play the specified file, and recording. */ in ringmic_test()
239 /* recording at least 10 seconds.*/ in ringmic_test()
240 log_info("Recording...\n"); in ringmic_test()
248 /* Play the specified file, and recording. */ in ringmic_test()
257 /* Play the specified file, and recording. */ in ringmic_test()
327 /* Add channel numbers to the original recording file */ in ringmic_test()
H A Decho_ringmic_pdm_test.c9 * 2. start play before recording, stop record before stop playing
186 * This function includes a ring mic recording test
205 * According to flag choose to perform "recording test" in ringmic_test()
206 * or "vibration test". recording at least 10 seconds. in ringmic_test()
211 /* Play the specified file, and recording. */ in ringmic_test()
220 /* Play the specified file, and recording. */ in ringmic_test()
281 /* Add channel numbers to the original recording file */ in ringmic_test()
/OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/
H A Dmonwriter.h14 #define MONWRITE_START_INTERVAL 0x00 /* start interval recording */
15 #define MONWRITE_STOP_INTERVAL 0x01 /* stop interval or config recording */
17 #define MONWRITE_START_CONFIG 0x03 /* start configuration recording */
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/
H A Dfile.h408 * @IWL_UCODE_TLV_CAPA_D3_DEBUG: supports debug recording during D3
607 * enum iwl_fw_dbg_monitor_mode - available monitor recording modes
774 * @stop_consec_missed_bcon: stop recording if threshold is crossed.
775 * @stop_consec_missed_bcon_since_rx: stop recording if threshold is crossed.
776 * @start_consec_missed_bcon: start recording if threshold is crossed.
777 * @start_consec_missed_bcon_since_rx: start recording if threshold is crossed.
806 * @start_threshold: the threshold above which to start recording
832 * @start_auth_denied: number of denied authentication to start recording
833 * @start_auth_timeout: number of authentication timeout to start recording
834 * @start_rx_deauth: number of Rx deauth to start recording
[all …]
/OK3568_Linux_fs/kernel/tools/perf/tests/shell/
H A Dtest_arm_coresight.sh2 # Check Arm CoreSight trace data recording and synthesized samples
33 echo "Recording trace (only user mode) with path: CPU$2 => $1"
141 echo "Recording trace with system wide mode"
155 echo "Recording trace with snapshot mode"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/
H A Dqdeclarativepinchgenerator.cpp74 // Start recording a pinch gesture. in mousePressEvent()
79 setState(Recording); in mousePressEvent()
84 if (state_ != Recording || !enabled_) { in mouseMoveEvent()
98 if (state_ != Recording || !enabled_) { in mouseReleaseEvent()
189 case Recording: in state()
190 return "Recording"; in state()
/OK3568_Linux_fs/kernel/Documentation/sound/cards/
H A Dbt87x.rst20 driver which can be used for recording sound (and *only* recording, no
27 video data, so it's quite possible that audio recording may not work
H A Demu10k1-jack.rst6 latency, multichannel recording functionality. All of my recent work to allow
49 still see 16 capture channels, but only 14 are available for recording inputs.
52 ports to FXBUS2 (multitrack recording input) and EXTOUT (physical output)
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_ftrace.sh8 disable_tracing() { # stop trace recording
12 enable_tracing() { # start trace recording
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/cdrtools/
H A Dcdrtools-native_3.01.bb4 SUMMARY = "A set of tools for CD recording, including cdrecord"
6 DESCRIPTION = "cdrecord tool is Highly portable CD/DVD/BluRay command line recording software."
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/hwmon/
H A Dadi,adm1266.yaml8 Control and Fault Recording
15 Control and Fault Recording.
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dpatch_conexant.c36 bool recording; member
375 /* Set up mic pins for port-B, C and F dynamically as the recording in olpc_xo_update_mic_pins()
387 * recording, it would give the false indication that in olpc_xo_update_mic_pins()
388 * recording is happening when it is not. in olpc_xo_update_mic_pins()
390 update_mic_pin(codec, 0x1a, spec->recording ? in olpc_xo_update_mic_pins()
392 update_mic_pin(codec, 0x1b, spec->recording ? in olpc_xo_update_mic_pins()
409 if (spec->recording) in olpc_xo_update_mic_pins()
416 update_mic_pin(codec, 0x1e, spec->recording ? PIN_IN : 0); in olpc_xo_update_mic_pins()
443 /* toggle spec->recording flag and update mic pins accordingly in olpc_xo_capture_hook()
448 spec->recording = 1; in olpc_xo_capture_hook()
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dconsole.h24 * console_record_init() - set up the console recording buffers
32 * console_record_reset() - reset the console recording buffers
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A Dsoxformat.7143 recording audio. ALSA is only used in Linux-based operating systems, though
246 Mac OSX CoreAudio device driver: supports both playing and recording
489 recording audio. OSS support is available in Unix-like operating systems,
533 PulseAudio driver; supports both playing and recording of audio.
595 OpenBSD audio device driver; supports both playing and recording audio.
638 recording audio. For example:
736 device by index; so recording with device name \fB0\fR would get the
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtree-ssa-scopedtables.h24 in recording available expressions in the expression hash table. */
50 /* Structure for recording known value of a conditional expression.
150 recording enough information to unwind as needed. */

12345678910>>...21