Home
last modified time | relevance | path

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

12345678910

/Linux-v5.15/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-v5.15/drivers/misc/habanalabs/common/
Dstate_dump.c203 * monitors are named.
440 * hl_state_dump_alloc_read_sm_block_monitors - read monitors for a specific
452 struct hl_mon_state_dump *monitors; in hl_state_dump_alloc_read_sm_block_monitors() local
456 monitors = vmalloc(sds->props[SP_MONITORS_AMOUNT] * in hl_state_dump_alloc_read_sm_block_monitors()
458 if (!monitors) in hl_state_dump_alloc_read_sm_block_monitors()
464 monitors[i].id = i; in hl_state_dump_alloc_read_sm_block_monitors()
465 monitors[i].wr_addr_low = in hl_state_dump_alloc_read_sm_block_monitors()
469 monitors[i].wr_addr_high = in hl_state_dump_alloc_read_sm_block_monitors()
473 monitors[i].wr_data = in hl_state_dump_alloc_read_sm_block_monitors()
477 monitors[i].arm_data = in hl_state_dump_alloc_read_sm_block_monitors()
[all …]
/Linux-v5.15/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-v5.15/sound/pci/echoaudio/
Dlayla24_dsp.c303 s8 *monitors; in switch_asic() local
307 monitors = kmemdup(chip->comm_page->monitors, in switch_asic()
309 if (! monitors) in switch_asic()
312 memset(chip->comm_page->monitors, ECHOGAIN_MUTED, in switch_asic()
318 memcpy(chip->comm_page->monitors, monitors, in switch_asic()
320 kfree(monitors); in switch_asic()
324 memcpy(chip->comm_page->monitors, monitors, MONITOR_ARRAY_SIZE); in switch_asic()
325 kfree(monitors); in switch_asic()
/Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/Documentation/devicetree/bindings/hwmon/
Dadi,adm1275.yaml8 title: Analog Devices ADM1075/ADM127x/ADM129x digital power monitors
14 The ADM1293 and ADM1294 are high accuracy integrated digital power monitors
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
Dti,ina2xx.yaml8 title: Texas Instruments INA209 family of power/voltage monitors
/Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/arch/arm64/include/asm/
Duprobes.h9 #include <asm/debug-monitors.h>
/Linux-v5.15/Documentation/devicetree/bindings/powerpc/fsl/
Ddiu.txt4 drive DVI monitors.
/Linux-v5.15/Documentation/devicetree/bindings/display/
Dsm501fb.txt4 drive DVI monitors.
/Linux-v5.15/Documentation/misc-devices/
Dics932s401.rst29 The ICS932S401 monitors all inputs continuously. The driver will not read
/Linux-v5.15/Documentation/devicetree/bindings/arm/freescale/
Dfsl,imx7ulp-pm.yaml15 monitors events to trigger transitions between power modes while

12345678910