Searched full:recording (Results 1 – 25 of 533) sorted by relevance
12345678910>>...22
| /kernel/linux/linux-6.6/drivers/s390/char/ |
| D | vmlogrdr.c | 217 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 …]
|
| /kernel/linux/linux-5.10/drivers/s390/char/ |
| D | vmlogrdr.c | 217 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 …]
|
| /kernel/linux/linux-6.6/arch/s390/include/uapi/asm/ |
| D | monwriter.h | 14 #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 */
|
| /kernel/linux/linux-5.10/arch/s390/include/uapi/asm/ |
| D | monwriter.h | 14 #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 */
|
| /kernel/linux/linux-6.6/tools/perf/tests/shell/ |
| D | test_arm_coresight.sh | 2 # Check Arm CoreSight trace data recording and synthesized samples 38 echo "Recording trace (only user mode) with path: CPU$2 => $1" 150 echo "Recording trace with system wide mode" 164 echo "Recording trace with snapshot mode" 188 echo "Recording trace with '$*'"
|
| D | test_arm_spe.sh | 2 # Check Arm SPE trace data recording and synthesized samples 69 echo "Recording trace with snapshot mode $perfdata" 92 echo "Recording trace with system-wide mode $perfdata"
|
| /kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/ |
| D | file.h | 360 * @IWL_UCODE_TLV_CAPA_D3_DEBUG: supports debug recording during D3 565 * enum iwl_fw_dbg_monitor_mode - available monitor recording modes 732 * @stop_consec_missed_bcon: stop recording if threshold is crossed. 733 * @stop_consec_missed_bcon_since_rx: stop recording if threshold is crossed. 734 * @start_consec_missed_bcon: start recording if threshold is crossed. 735 * @start_consec_missed_bcon_since_rx: start recording if threshold is crossed. 764 * @start_threshold: the threshold above which to start recording 790 * @start_auth_denied: number of denied authentication to start recording 791 * @start_auth_timeout: number of authentication timeout to start recording 792 * @start_rx_deauth: number of Rx deauth to start recording [all …]
|
| /kernel/linux/linux-5.10/tools/perf/tests/shell/ |
| D | test_arm_coresight.sh | 2 # 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"
|
| /kernel/linux/linux-6.6/Documentation/sound/cards/ |
| D | bt87x.rst | 20 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
|
| D | emu10k1-jack.rst | 6 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)
|
| /kernel/linux/linux-5.10/Documentation/sound/cards/ |
| D | bt87x.rst | 20 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
|
| D | emu10k1-jack.rst | 6 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)
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/ |
| D | file.h | 408 * @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 …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| D | test_ftrace.sh | 8 disable_tracing() { # stop trace recording 12 enable_tracing() { # start trace recording
|
| /kernel/linux/linux-6.6/include/linux/dma/ |
| D | imx-dma.h | 72 * @n_fifos_src: Number of FIFOs for recording 74 * @stride_fifos_src: FIFO address stride for recording, 0 means all FIFOs are 87 * registers. For multichannel recording/playback the SAI/micfil have
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| D | test_ftrace.sh | 13 disable_tracing() { # stop trace recording 17 enable_tracing() { # start trace recording
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/hwmon/ |
| D | adi,adm1266.yaml | 8 Control and Fault Recording 15 Control and Fault Recording.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/hwmon/ |
| D | adi,adm1266.yaml | 8 Control and Fault Recording 15 Control and Fault Recording.
|
| /kernel/linux/linux-6.6/arch/arm64/include/asm/ |
| D | cpu.h | 67 /* pseudo-ZCR for recording maximum ZCR_EL1 LEN value: */ 70 /* pseudo-SMCR for recording maximum SMCR_EL1 LEN value: */
|
| /kernel/linux/linux-6.6/tools/perf/Documentation/ |
| D | intel-bts.txt | 10 consequence the present implementation is limited to per-thread recording. 17 recording must also be stipulated i.e. the --per-thread option for
|
| D | tips.txt | 27 Skip collecting build-id when recording: perf record -B 37 To report cacheline events from previous recording: perf c2c report
|
| /kernel/linux/linux-5.10/tools/perf/Documentation/ |
| D | intel-bts.txt | 10 consequence the present implementation is limited to per-thread recording. 17 recording must also be stipulated i.e. the --per-thread option for
|
| D | tips.txt | 27 Skip collecting build-id when recording: perf record -B 37 To report cacheline events from previous recording: perf c2c report
|
| /kernel/linux/linux-5.10/tools/bootconfig/scripts/ |
| D | ftrace.sh | 7 disable_tracing() { # stop trace recording 11 enable_tracing() { # start trace recording
|
| /kernel/linux/linux-6.6/tools/bootconfig/scripts/ |
| D | ftrace.sh | 7 disable_tracing() { # stop trace recording 11 enable_tracing() { # start trace recording
|
12345678910>>...22