/linux/drivers/s390/char/ |
H A D | vmlogrdr.c | 216 static const char cp_command[] = "QUERY COMMAND RECORDING "; in vmlogrdr_get_recording_class_AB() 256 * The recording commands needs to be called with option QID in vmlogrdr_recording() 258 * Purging has to be done as separate step, because recording in vmlogrdr_recording() 266 "RECORDING %s PURGE %s", in vmlogrdr_recording() 274 snprintf(cp_command, sizeof(cp_command), "RECORDING %s %s %s", in vmlogrdr_recording() 279 /* The recording command will usually answer with 'Command complete' in vmlogrdr_recording() 282 * 'HCPCRC8072I Recording entry not found' before the in vmlogrdr_recording() 290 * If we turn recording off, we have to purge any remaining records in vmlogrdr_recording() 298 "RECORDING %s PURGE %s", in vmlogrdr_recording() 342 /* start recording for this service*/ in vmlogrdr_open() [all …]
|
H A D | Kconfig | 144 prompt "Support for the z/VM recording system services (VM only)" 148 by the z/VM recording system services, eg. from *LOGREC, *ACCOUNT or
|
/linux/arch/s390/include/uapi/asm/ |
H A 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 */
|
/linux/tools/perf/tests/shell/ |
H A D | test_arm_coresight.sh | 2 # Check Arm CoreSight trace data recording and synthesized samples (exclusive) 38 echo "Recording trace (only user mode) with path: CPU$2 => $1" 152 echo "Recording trace with system wide mode" 166 echo "Recording trace with snapshot mode" 190 echo "Recording trace with '$*'"
|
H A D | test_arm_spe.sh | 2 # Check Arm SPE trace data recording and synthesized samples (exclusive) 69 echo "Recording trace with snapshot mode $perfdata" 92 echo "Recording trace with system-wide mode $perfdata"
|
H A D | test_intel_pt.sh | 51 # Options to speed up recording: no post-processing, no build-id cache update, 96 echo "Checking for CPU-wide recording on CPU $1" 146 echo "--- Test per-thread ${desc}recording ---" 504 echo "--- Test recording with sample mode ---" 505 # Check if recording with sample mode is working 524 # Check if recording with kernel trace is working
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | file.h | 380 * @IWL_UCODE_TLV_CAPA_D3_DEBUG: supports debug recording during D3 597 * enum iwl_fw_dbg_monitor_mode - available monitor recording modes 767 * @stop_consec_missed_bcon: stop recording if threshold is crossed. 768 * @stop_consec_missed_bcon_since_rx: stop recording if threshold is crossed. 769 * @start_consec_missed_bcon: start recording if threshold is crossed. 770 * @start_consec_missed_bcon_since_rx: start recording if threshold is crossed. 799 * @start_threshold: the threshold above which to start recording 825 * @start_auth_denied: number of denied authentication to start recording 826 * @start_auth_timeout: number of authentication timeout to start recording 827 * @start_rx_deauth: number of Rx deauth to start recording [all …]
|
/linux/kernel/trace/ |
H A D | trace_sched_switch.c | 247 /* treat recording of idle task as a success */ in trace_save_cmdline() 346 /* treat recording of idle task as a success */ in trace_save_tgid() 371 * @flags: TRACE_RECORD_CMDLINE for recording comm 372 * TRACE_RECORD_TGID for recording tgid 388 /* If recording any information failed, retry again soon. */ in tracing_record_taskinfo() 400 * @flags: TRACE_RECORD_CMDLINE for recording comm 401 * TRACE_RECORD_TGID for recording tgid 420 /* If recording any information failed, retry again soon. */ in tracing_record_taskinfo_sched_switch()
|
/linux/Documentation/sound/cards/ |
H A 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
|
H A 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)
|
H A D | via82xx-mixer.rst | 6 Setting it to ``Input2`` on such boards will cause recording to hang, or fail
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_ftrace.sh | 13 disable_tracing() { # stop trace recording 17 enable_tracing() { # start trace recording
|
/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | adi,adm1266.yaml | 8 Control and Fault Recording 15 Control and Fault Recording.
|
/linux/tools/perf/Documentation/ |
H A 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
|
/linux/tools/bootconfig/scripts/ |
H A D | ftrace.sh | 7 disable_tracing() { # stop trace recording 11 enable_tracing() { # start trace recording
|
/linux/sound/pci/hda/ |
H A D | patch_conexant.c | 36 bool recording; member 461 /* Set up mic pins for port-B, C and F dynamically as the recording in olpc_xo_update_mic_pins() 473 * recording, it would give the false indication that in olpc_xo_update_mic_pins() 474 * recording is happening when it is not. in olpc_xo_update_mic_pins() 476 update_mic_pin(codec, 0x1a, spec->recording ? in olpc_xo_update_mic_pins() 478 update_mic_pin(codec, 0x1b, spec->recording ? in olpc_xo_update_mic_pins() 495 if (spec->recording) in olpc_xo_update_mic_pins() 502 update_mic_pin(codec, 0x1e, spec->recording ? PIN_IN : 0); in olpc_xo_update_mic_pins() 529 /* toggle spec->recording flag and update mic pins accordingly in olpc_xo_capture_hook() 534 spec->recording in olpc_xo_capture_hook() [all...] |
/linux/Documentation/trace/ |
H A D | user_events.rst | 103 tracepoint with a new unique id. Recording programs need to scan tracefs for 105 recording. The system name of the tracepoint will also use "user_events_multi" 108 a hex string. Recording programs should ensure the tracepoint name starts with 122 or perf record -e user_events:[name] when attaching/recording.
|
/linux/sound/pci/ |
H A D | sis7019.h | 67 /* Recording Channel Start Register */ 70 /* Recording Channel Stop Register */ 77 /* Recording Interrupt Status Register */
|
/linux/sound/pci/cs5535audio/ |
H A D | cs5535audio.h | 112 /* enable MIC Bias for recording */ in olpc_capture_open() 120 /* disable the MIC Bias (so the recording LED turns off) */ in olpc_capture_close()
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | debug.h | 41 * 0 - resume DBGC recording 42 * 1 - suspend DBGC recording 93 * @DBGC_RESUME_CMD: resume dbgc recording 94 * @DBGC_SUSPEND_CMD: stop dbgc recording
|
/linux/include/uapi/linux/ |
H A D | net_tstamp.h | 43 * SO_TIMESTAMPING flags are either for recording a packet timestamp or for 45 * Recording flags can be set both via socket options and control messages.
|
/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | panasonic,amg88xx.txt | 3 The Panasonic family of AMG88xx Grid-Eye sensors allow recording
|
H A D | melexis,mlx90640.txt | 3 Melexis MLX90640 FIR sensor support which allows recording of thermal data
|
/linux/sound/pci/oxygen/ |
H A D | oxygen_regs.h | 5 /* recording channel A */ 10 /* recording channel B */ 15 /* recording channel C */
|
/linux/Documentation/trace/coresight/ |
H A D | coresight-perf.rst | 89 Check Arm CoreSight trace data recording and synthesized samples 90 Check Arm SPE trace data recording and synthesized samples
|