Home
last modified time | relevance | path

Searched full:monitors (Results 1 – 25 of 226) sorted by relevance

12345678910

/linux-5.10/tools/power/cpupower/utils/idle_monitor/
Dcpupower-monitor.c23 /* Define pointers to all monitors. */
32 static struct cpuidle_monitor *monitors[MONITORS_MAX]; variable
106 need_len = monitors[mon]->hw_states_num * (MAX_COL_WIDTH + 1) in print_header()
110 sprintf(buf, "%s", monitors[mon]->name); in print_header()
126 for (state = 0; state < monitors[mon]->hw_states_num; state++) { in print_header()
129 s = monitors[mon]->hw_states[state]; in print_header()
166 for (state = 0; state < monitors[mon]->hw_states_num; state++) { in print_results()
170 s = monitors[mon]->hw_states[state]; in print_results()
191 monitors[mon]->name, s.name); in print_results()
211 /* param: string passed by -m param (The list of monitors to show)
[all …]
/linux-5.10/Documentation/arm64/
Damu.rst4 Activity Monitors Unit (AMU) extension in AArch64 Linux
11 This document briefly describes the provision of Activity Monitors Unit
18 The activity monitors extension is an optional extension introduced by the
21 The activity monitors unit, implemented in each CPU, provides performance
26 Version 1 of the Activity Monitors architecture implements a counter group
39 The Activity Monitors architecture provides space for up to 16 architected
53 activity monitors extension. Therefore, when CONFIG_ARM64_AMU_EXTN is
/linux-5.10/sound/pci/echoaudio/
Dlayla24_dsp.c300 s8 *monitors; in switch_asic() local
304 monitors = kmemdup(chip->comm_page->monitors, in switch_asic()
306 if (! monitors) in switch_asic()
309 memset(chip->comm_page->monitors, ECHOGAIN_MUTED, in switch_asic()
315 memcpy(chip->comm_page->monitors, monitors, in switch_asic()
317 kfree(monitors); in switch_asic()
321 memcpy(chip->comm_page->monitors, monitors, MONITOR_ARRAY_SIZE); in switch_asic()
322 kfree(monitors); in switch_asic()
/linux-5.10/Documentation/hwmon/
Dmax16065.rst59 The MAX16067 flash-configurable system manager monitors and sequences multiple
62 The MAX16068 flash-configurable system manager monitors and manages up to six
65 The MAX16070/MAX16071 flash-configurable system monitors supervise multiple
68 MAX16070 monitors up to twelve system voltages simultaneously, and the MAX16071
69 monitors up to eight supply voltages.
Dina2xx.rst62 interface. The INA219 monitors both shunt drop and supply voltage, with
66 interface. The INA220 monitors both shunt drop and supply voltage.
69 The INA226 monitors both a shunt voltage drop and bus supply voltage.
71 INA230 and INA231 are high or low side current shunt and power monitors
Dadm1031.rst42 The ADM1030 monitors a single fan speed, while the ADM1031 monitors up to
Dtmp513.rst28 The TMP512 (dual-channel) and TMP513 (triple-channel) are system monitors
30 shunt monitor. These system monitors have the capability of measuring remote
Dina3221.rst21 The Texas Instruments INA3221 monitors voltage, current, and power on the high
22 side of up to three D.C. power supplies. The INA3221 monitors both shunt drop
Dsmm665.rst75 that monitors, margins and cascade sequences power. The part monitors six
Dadm1177.rst16 Hot-Swap Controller and Digital Power Monitors with Soft Start Pin.
Ducd9000.rst30 The UCD90120 Power Supply Sequencer and System Health Monitor monitors and
53 digital monitors (DMONx), 32 to enable the power supply (ENx), 24 for margining
/linux-5.10/tools/power/cpupower/man/
Dcpupower-monitor.131 List available monitors on your system. Additional details about each monitor
59 Only display specific monitors. Use the monitor string(s) provided by \-l option.
120 The monitors are named after the CPU family where the sleep state capabilities
125 state monitors.
197 Nehalem, SandyBridge monitors and command passing
/linux-5.10/drivers/perf/
DKconfig56 Say y if you want to use CPU performance monitors on ARM-based
64 tristate "ARM SMMUv3 Performance Monitors Extension"
123 Say y if you want to use APM X-Gene SoC performance monitors.
/linux-5.10/drivers/staging/media/atomisp/pci/
Dhive_isp_css_defs.h264 /* port definitions for the streaming monitors */
265 /* port definititions SP streaming monitor, monitors the status of streaming ports at the SP side o…
310 /* port definititions ISP streaming monitor, monitors the status of streaming ports at the ISP side…
340 /* port definititions MOD streaming monitor, monitors the status of streaming ports at the module s…
/linux-5.10/Documentation/devicetree/bindings/hwmon/
Dti,tmp513.yaml14 The TMP512 (dual-channel) and TMP513 (triple-channel) are system monitors
16 current shunt monitor. These system monitors have the capability of measuring
/linux-5.10/Documentation/accounting/
Dpsi.rst97 Monitors activate only when system enters stall state for the monitored
105 after which monitors are most likely not needed and psi averages can be used
183 Per-cgroup psi monitors can be specified and used the same way as
/linux-5.10/Documentation/driver-api/
Dvme.rst239 Location monitors
250 of location monitors and :c:func:`vme_lm_free` to free them after they are no
251 longer required. Each block may provide a number of location monitors,
259 Once a bank of location monitors has been allocated, the function
/linux-5.10/arch/arm64/include/asm/
Duprobes.h9 #include <asm/debug-monitors.h>
/linux-5.10/Documentation/devicetree/bindings/powerpc/fsl/
Ddiu.txt4 drive DVI monitors.
/linux-5.10/Documentation/devicetree/bindings/display/
Dsm501fb.txt4 drive DVI monitors.
/linux-5.10/Documentation/misc-devices/
Dics932s401.rst29 The ICS932S401 monitors all inputs continuously. The driver will not read
/linux-5.10/Documentation/devicetree/bindings/arm/freescale/
Dfsl,imx7ulp-pm.yaml15 monitors events to trigger transitions between power modes while
/linux-5.10/Documentation/devicetree/bindings/hwmon/pmbus/
Dti,ucd90320.yaml17 digital monitors (DMONx), 32 to enable the power supply (ENx), 24 for
/linux-5.10/drivers/iio/health/
DKconfig9 menu "Heart Rate Monitors"
/linux-5.10/arch/arm64/kvm/
Ddebug.c12 #include <asm/debug-monitors.h>
88 * - Performance monitors (MDCR_EL2_TPM/MDCR_EL2_TPMCR)

12345678910