| /linux/tools/power/cpupower/utils/idle_monitor/ |
| H A D | cpupower-monitor.c | 33 static struct cpuidle_monitor *monitors[MONITORS_MAX]; variable 111 need_len = monitors[mon]->hw_states_num * (MAX_COL_WIDTH + 1) in print_header() 115 sprintf(buf, "%s", monitors[mon]->name); in print_header() 136 for (state = 0; state < monitors[mon]->hw_states_num; state++) { in print_header() 139 s = monitors[mon]->hw_states[state]; in print_header() 181 for (state = 0; state < monitors[mon]->hw_states_num; state++) { in print_results() 185 s = monitors[mon]->hw_states[state]; in print_results() 206 monitors[mon]->name, s.name); in print_results() 254 if (!strcmp(monitors[num]->name, token)) { in parse_monitor_param() 256 tmp_mons[hits] = monitors[num]; in parse_monitor_param() [all …]
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | state_dump.c | 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() 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 …]
|
| /linux/sound/pci/echoaudio/ |
| H A D | layla24_dsp.c | 289 s8 *monitors; in switch_asic() local 293 monitors = kmemdup(chip->comm_page->monitors, in switch_asic() 295 if (! monitors) in switch_asic() 298 memset(chip->comm_page->monitors, ECHOGAIN_MUTED, in switch_asic() 304 memcpy(chip->comm_page->monitors, monitors, in switch_asic() 306 kfree(monitors); in switch_asic() 310 memcpy(chip->comm_page->monitors, monitors, MONITOR_ARRAY_SIZE); in switch_asic() 311 kfree(monitors); in switch_asic()
|
| /linux/tools/testing/selftests/verification/test.d/ |
| H A D | rv_wwnr_printk.tc | 14 echo 1 > monitors/wwnr/enable 15 echo printk > monitors/wwnr/reactors 29 echo nop > monitors/wwnr/reactors 30 echo 0 > monitors/wwnr/enable
|
| H A D | rv_monitor_reactor.tc | 55 for monitor_dir in monitors/*; do 65 monitor=$(ls /sys/kernel/tracing/rv/monitors -1 | head -n 1)
|
| H A D | functions | 1 check_requires() { # Check required files, monitors and reactors 30 for m in monitors/*; do
|
| H A D | rv_monitors_available.tc | 5 for monitor_dir in monitors/*; do
|
| /linux/Documentation/tools/rv/ |
| H A D | rv-mon-sched.rst | 7 Scheduler monitors collection 24 The scheduler monitor collection is a container for several monitors to model 28 As a monitor container, it will enable all nested monitors and set them 30 Nevertheless nested monitors can also be activated independently both by name 48 The available nested monitors are:
|
| H A D | rv-mon.rst | 7 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 D | rv-list.rst | 7 List available monitors 20 The **rv list** command prints all available monitors. These monitors
|
| H A D | rv.rst | 28 verification (rv) monitors. 35 List all available monitors.
|
| /linux/Documentation/hwmon/ |
| H A D | adm1031.rst | 42 The ADM1030 monitors a single fan speed, while the ADM1031 monitors up to
|
| H A D | ina3221.rst | 21 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 D | tmp513.rst | 28 The TMP512 (dual-channel) and TMP513 (triple-channel) are system monitors 30 shunt monitor. These system monitors have the capability of measuring remote
|
| /linux/fs/resctrl/ |
| H A D | Kconfig | 15 monitors and controls from userspace, say Y here to get a mountable 19 controls and monitors are left in a quiescent, permissive state.
|
| /linux/kernel/trace/rv/monitors/sco/ |
| H A D | Kconfig | 11 This monitor is part of the sched monitors collection.
|
| /linux/kernel/trace/rv/monitors/sched/ |
| H A D | Kconfig | 8 Collection of monitors to check the scheduler behaves according to specifications.
|
| /linux/kernel/trace/rv/monitors/snroc/ |
| H A D | Kconfig | 11 This monitor is part of the sched monitors collection.
|
| /linux/kernel/trace/rv/monitors/snep/ |
| H A D | Kconfig | 12 This monitor is part of the sched monitors collection.
|
| /linux/kernel/trace/rv/monitors/wip/ |
| H A D | Kconfig | 10 the usage of per-cpu monitors, and one limitation of the
|
| /linux/kernel/trace/rv/monitors/scpd/ |
| H A D | Kconfig | 12 This monitor is part of the sched monitors collection.
|
| /linux/kernel/trace/rv/monitors/sssw/ |
| H A D | Kconfig | 12 This monitor is part of the sched monitors collection.
|
| /linux/kernel/trace/rv/monitors/rtapp/ |
| H A D | Kconfig | 6 Collection of monitors to check for common problems with real-time
|
| /linux/kernel/trace/rv/monitors/nrp/ |
| H A D | Kconfig | 11 This monitor is part of the sched monitors collection.
|
| /linux/kernel/trace/rv/monitors/sts/ |
| H A D | Kconfig | 16 This monitor is part of the sched monitors collection.
|