Home
last modified time | relevance | path

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

12345678910>>...12

/linux/Documentation/trace/rv/
H A Druntime-verification.rst23 Runtime Monitors and Reactors
30 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
[all …]
/linux/tools/power/cpupower/utils/idle_monitor/
H A 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/drivers/accel/habanalabs/common/
H A 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/kernel/trace/rv/
H A Drv.c38 * In Linux terms, the runtime verification monitors are encapsulated
64 * This file implements the interface for loading RV monitors, and
67 * == Registering monitors ==
86 * - List the available monitors, one per line.
94 * - Lists the enabled monitors, one per line;
97 * - Truncating the file disables all enabled monitors.
117 * that it does not disable enabled monitors or detach events,
118 * but stops the per-entity monitors from monitoring the events
122 * "monitors/"
123 * Each monitor will have its own directory inside "monitors/"
[all...]
H A Drv_reactors.c8 * exception on the model's execution. By default, the monitors have
45 * "monitors/MONITOR/reactors"
53 * # cat monitors/wip/reactors
57 * # echo panic > monitors/wip/reactors
58 * # cat monitors/wip/reactors
369 /* Ensures that concurrent monitors read consistent reacting_on */ in rv_reacting_on()
388 /* Ensures that concurrent monitors read consistent reacting_on */ in turn_reacting_off()
395 /* Ensures that concurrent monitors read consistent reacting_on */ in turn_reacting_on()
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
/linux/Documentation/arch/arm64/
H A 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/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()
/linux/Documentation/tools/rv/
H A Drv-mon.rst7 List available monitors
22 monitors.
31 AVAILABLE 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.
/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 Dadm1031.rst42 The ADM1030 monitors a single fan speed, while the ADM1031 monitors up to
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
/linux/drivers/perf/
H A DKconfig63 Say y if you want to use CPU performance monitors on ARM-based
83 Say y if you want to use CPU performance monitors on RISCV-based
137 tristate "ARM SMMUv3 Performance Monitors Extension"
152 version 3. The PMUv3 is the CPU performance monitors on ARMv8
216 Say y if you want to use APM X-Gene SoC performance monitors.
238 performance monitors on CN10K family silicons.
/linux/tools/verification/rv/src/
H A Drv.c4 * user-space controlled monitors.
20 * stop_rv - tell monitors to stop
38 * rv_list - list all available monitors
46 " list all available monitors", in rv_list()
134 " list: list all available monitors", in usage()
H A Din_kernel.c3 * in kernel monitor support: allows rv to control in-kernel monitors.
38 snprintf(path, MAX_PATH, "rv/monitors/%s/enable", monitor_name); in __ikm_read_enable()
79 snprintf(path, MAX_PATH, "rv/monitors/%s/enable", monitor_name); in ikm_write_enable()
110 * ikm_read_desc - read monitors' description
120 snprintf(path, MAX_PATH, "rv/monitors/%s/desc", monitor_name); in ikm_read_desc()
173 snprintf(path, MAX_PATH, "rv/monitors/%s/reactors", monitor_name); in ikm_write_reactor()
191 snprintf(path, MAX_PATH, "rv/monitors/%s/reactors", monitor_name); in ikm_read_reactor()
269 * ikm_list_monitors - list all available monitors
283 err_msg("ikm: available monitors is not available, is CONFIG_RV enabled?\n"); in ikm_list_monitors()
631 * monitors were found, or -1 on error.
/linux/tools/power/cpupower/man/
H A 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.
115 The monitors are named after the CPU family where the sleep state capabilities
120 state monitors.
194 Nehalem, SandyBridge monitors and command passing
/linux/Documentation/accounting/
H A 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
108 Unprivileged users can also create monitors, with the only limitation that the
187 Per-cgroup psi monitors can be specified and used the same way as
/linux/include/linux/
H A Drv.h22 * Per-task RV monitors count. Nowadays fixed in RV_PER_TASK_MONITORS.
23 * If we find justification for more monitors, we can think about
/linux/drivers/staging/media/atomisp/pci/
H A 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/Documentation/devicetree/bindings/iio/adc/
H A Dmicrochip,pac1934.yaml7 title: Microchip PAC1934 Power Monitors with Accumulator
13 This device is part of the Microchip family of Power Monitors with
/linux/Documentation/devicetree/bindings/hwmon/
H A 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
H A Dadi,adm1275.yaml8 title: Analog Devices ADM1075/ADM127x/ADM1281/ADM129x digital power monitors
14 The ADM1293 and ADM1294 are high accuracy integrated digital power monitors

12345678910>>...12