Home
last modified time | relevance | path

Searched refs:monitors (Results 1 – 25 of 137) sorted by relevance

123456

/openbmc/linux/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.c32 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()
239 if (!strcmp(monitors[num]->name, token)) { in parse_monitor_param()
241 tmp_mons[hits] = monitors[num]; in parse_monitor_param()
[all …]
/openbmc/linux/Documentation/trace/rv/
H A Druntime-verification.rst30 In Linux terms, the runtime verification monitors are encapsulated inside the
59 In Linux terms, a *reactor* is an reaction method available for *RV monitors*.
60 By default, all monitors should provide a trace output of their actions,
77 Online RV monitors
80 Monitors can be classified as *offline* and *online* monitors. *Offline*
82 reading the trace execution from a permanent storage system. *Online* monitors
83 process the trace during the execution of the system. Online monitors are said
87 of monitor has a set of advantages. For example, *offline* monitors can be
92 Another important aspect regarding monitors is the overhead associated with the
97 *synchronous online* monitors will incur on lower overhead.
[all …]
/openbmc/linux/drivers/accel/habanalabs/common/
H A Dstate_dump.c452 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()
481 monitors[i].status = in hl_state_dump_alloc_read_sm_block_monitors()
486 return monitors; in hl_state_dump_alloc_read_sm_block_monitors()
[all …]
/openbmc/linux/sound/pci/echoaudio/
H A 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()
/openbmc/linux/Documentation/tools/rv/
H A Drv-mon.rst7 List available monitors
22 monitors.
34 The **rv** tool provides the interface for a set of monitors. Use the
35 **rv list** command to list all available monitors.
H A Drv-list.rst7 List available monitors
20 The **rv list** command prints all available monitors. These monitors
H A Drv.rst28 verification (rv) monitors.
35 List all available monitors.
H A Dindex.rst8 (rv) monitors.
/openbmc/linux/kernel/trace/rv/
H A DMakefile4 obj-$(CONFIG_RV_MON_WIP) += monitors/wip/wip.o
5 obj-$(CONFIG_RV_MON_WWNR) += monitors/wwnr/wwnr.o
H A DKconfig35 the usage of per-cpu monitors, and one limitation of the
60 on the model's execution. By default, the monitors have
/openbmc/linux/Documentation/hwmon/
H A 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.
H A 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
H A Dadm1031.rst42 The ADM1030 monitors a single fan speed, while the ADM1031 monitors up to
H A 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
H A 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
H A Dmc34vr500.rst20 monitors the temperature, input voltage and output currents and provides
/openbmc/linux/drivers/perf/
H A DKconfig56 Say y if you want to use CPU performance monitors on ARM-based
64 Say y if you want to use CPU performance monitors on RISCV-based
109 version 3. The PMUv3 is the CPU performance monitors on ARMv8
173 Say y if you want to use APM X-Gene SoC performance monitors.
195 performance monitors on CN10K family silicons.
/openbmc/linux/Documentation/arch/arm64/
H A Damu.rst18 The activity monitors extension is an optional extension introduced by the
21 The activity monitors unit, implemented in each CPU, provides performance
53 activity monitors extension. Therefore, when CONFIG_ARM64_AMU_EXTN is
/openbmc/linux/Documentation/admin-guide/perf/
H A Dnvidia-pmu.rst31 The SCF PMU monitors system level cache events, CPU traffic, and
52 The NVLink-C2C0 PMU monitors incoming traffic from a GPU/CPU connected with
92 The NVLink-C2C1 PMU monitors incoming traffic from a GPU connected with
122 The CNVLink PMU monitors traffic from GPU and PCIE device on remote sockets
163 The PCIE PMU monitors all read/write traffic from PCIE root ports to
/openbmc/phosphor-power/phosphor-power-sequencer/
H A DREADME.md5 The phosphor-power-sequencer application powers the chassis on/off and monitors
/openbmc/phosphor-power/
H A DREADME.md13 application that powers the chassis on/off and monitors the power sequencer
18 that configures and monitors voltage regulators.
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Ddiu.txt4 drive DVI monitors.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/firmwared/
H A Dfirmwared_git.bb2 DESCRIPTION = "The Linux Firmware Loader Daemon monitors the kernel for \
/openbmc/docs/designs/
H A Dmultihost-phosphor-buttons.md22 which monitors non gpio events and triggers button actions for example events
174 button interface monitors these 4 gpio io events as sd-event based event loop
193 This button interface monitors the corresponding gpio lines for debug card host
212 This button interface monitors for change in host selector switch Position dbus
/openbmc/linux/Documentation/devicetree/bindings/display/
H A Dsm501fb.txt4 drive DVI monitors.

123456