/linux/include/linux/ |
H A D | damon.h | 39 * struct damon_region - Represents a monitoring target region. 59 * for it before getting the access monitoring results. 79 * struct damon_target - Represents a monitoring target. 81 * @nr_regions: Number of monitoring target regions of this target. 82 * @regions_list: Head of the monitoring target regions of this target. 85 * Each monitoring context could have multiple targets. For example, a context 88 * virtual address spaces monitoring operations. 98 * enum damos_action - Represents an action of a Data Access Monitoring-based 210 * &weight_nr_accesses, and &weight_age, because monitoring operations are 264 * means DAMON does monitoring and applying the action of the scheme to [all …]
|
/linux/Documentation/admin-guide/ |
H A D | perf-security.rst | 14 depends on the nature of data that perf_events performance monitoring 21 its topology, used kernel and Perf versions, performance monitoring 43 sensitive process data. If PMUs in some monitoring modes capture values 45 to such monitoring modes requires to be ordered and secured properly. 46 So, perf_events performance monitoring and observability operations are 57 monitoring is fully available to privileged processes without access, 71 monitoring and observability operations, thus, bypass *scope* permissions 73 privilege [13]_ (POSIX 1003.1e: 2.2.2.39) for performance monitoring and 75 performance monitoring and observability in the system. 77 For backward compatibility reasons the access to perf_events monitoring and [all …]
|
/linux/Documentation/admin-guide/mm/damon/ |
H A D | usage.rst | 162 ``contexts`` directory contains files for controlling the monitoring contexts 172 ``0`` to ``N-1``. Each directory represents each monitoring context (refer to 186 DAMON supports multiple types of :ref:`monitoring operations 189 monitoring operations set on the currently running kernel by reading 195 You can set and get what type of monitoring operations DAMON will use for the 204 Files for specifying attributes of the monitoring including required quality 205 and efficiency of the monitoring are in ``monitoring_attrs`` directory. 215 of DAMON's monitoring regions (``min`` and ``max``, respectively), which 216 controls the monitoring overhead, exist. You can set and get the values by 219 For more details about the intervals and monitoring regions range, please refer [all …]
|
H A D | reclaim.rst | 60 no real monitoring and reclamation due to the watermarks-based activation 168 the low watermark, DAMON_RECLAIM becomes active, so starts the monitoring and 184 Sampling interval for the monitoring in microseconds. 186 The sampling interval of DAMON for the cold memory monitoring. Please refer to 192 Aggregation interval for the monitoring in microseconds. 194 The aggregation interval of DAMON for the cold memory monitoring. Please 200 Minimum number of monitoring regions. 202 The minimal number of monitoring regions of DAMON for the cold memory 203 monitoring. This can be used to set lower-bound of the monitoring quality. 204 But, setting this too high could result in increased monitoring overhead. [all …]
|
H A D | lru_sort.rst | 68 no real monitoring and LRU-lists sorting due to the watermarks-based activation 147 the low watermark, DAMON_LRU_SORT becomes active, so starts the monitoring and 162 Sampling interval for the monitoring in microseconds. 164 The sampling interval of DAMON for the cold memory monitoring. Please refer to 170 Aggregation interval for the monitoring in microseconds. 172 The aggregation interval of DAMON for the cold memory monitoring. Please 179 Minimum number of monitoring regions. 181 The minimal number of monitoring regions of DAMON for the cold memory 182 monitoring. This can be used to set lower-bound of the monitoring quality. 183 But, setting this too high could result in increased monitoring overhead. [all …]
|
/linux/drivers/perf/ |
H A D | Kconfig | 14 Support for PMU events monitoring on the ARM CCI (Cache Coherent 48 Support for PMU events monitoring on the Arm CMN-600 Coherent Mesh 55 Support for PMU events monitoring on the Arm NI-700 Network-on-Chip 116 subsystem, allowing monitoring of various L3 cache perf events. 142 Groups (PMCG), which provide monitoring of transactions passing 189 monitoring L2 cache events. 199 monitoring L3 cache events. 230 Support for PMU events monitoring on the ARM DMC-620 memory 251 Support for Driveway PMU events monitoring on Yitian 710 DDR 260 Enable perf support for Marvell DDR Performance monitoring [all …]
|
/linux/Documentation/mm/damon/ |
H A D | design.rst | 13 The monitoring-related information including the monitoring request 17 types of monitoring. 29 operations for DAMON that depends on the given monitoring target 31 - :ref:`Core <damon_core_logic>`: Implements core logics including monitoring 46 For data access monitoring and additional low level work, DAMON needs a set of 49 monitoring are address-space dependent. 51 1. Identification of the monitoring target address range for the address space. 57 monitoring accruracy and the overhead. 88 and updates the monitoring target address regions so that entire memory 93 monitoring target address ranges. [all …]
|
/linux/drivers/hwmon/ |
H A D | Kconfig | 3 # Hardware monitoring chip drivers configuration 7 tristate "Hardware Monitoring support" 11 Hardware monitoring devices let you monitor the hardware health 32 bool "Hardware Monitoring Chip debugging messages" 71 tristate "Ampere's Altra SMpro hardware monitoring driver" 93 AD7414 temperature monitoring chip. 103 AD7416, AD7417 and AD7418 temperature monitoring chips. 178 ADT7410/ADT7420 temperature monitoring chip drivers. 188 ADT7310 and ADT7320 temperature monitoring chips. 199 ADT7410 and ADT7420 temperature monitoring chips. [all …]
|
/linux/Documentation/hwmon/ |
H A D | hwmon-kernel-api.rst | 1 The Linux Hardware Monitoring kernel API 9 This document describes the API that can be used by hardware monitoring 10 drivers that want to use the hardware monitoring framework. 12 This document does not describe what a hardware monitoring (hwmon) Driver or 14 to communicate with a hardware monitoring device. If you want to know this 22 Each hardware monitoring driver must #include <linux/hwmon.h> and, in some 45 hwmon_device_register_with_info registers a hardware monitoring device. 46 It creates the standard sysfs attributes in the hardware monitoring core, 56 All other hardware monitoring device registration functions are deprecated 59 hwmon_device_unregister deregisters a registered hardware monitoring device. [all …]
|
H A D | lm63.rst | 47 The LM63 is a digital temperature sensor with integrated fan monitoring 50 The LM63 is basically an LM86 with fan speed monitoring and control 72 Note that the pin used for fan monitoring is shared with an alert out 74 speed monitoring will or will not be possible. The proper chip configuration 77 for fan monitoring and alert out. On the LM64, monitoring is always enabled;
|
H A D | pc87360.rst | 44 The National Semiconductor PC87360 Super I/O chip contains monitoring and 46 PC87364 chip has monitoring and PWM control for a third fan. 49 hardware monitoring chipsets, not only controlling and monitoring three fans, 50 but also monitoring eleven voltage inputs and two (PC87365) or up to four 66 Fan Monitoring 123 Temperature Monitoring 149 Voltage Monitoring 185 Monitoring of in9 isn't enabled at lower init levels (<3) because that 197 shouldn't be changed once the monitoring has started, but we ignore that
|
H A D | smsc47m1.rst | 57 contain monitoring and PWM control circuitry for two fans. 60 monitoring block' in addition to the fan monitoring and control. The 61 hardware monitoring block is not supported by this driver, use the
|
/linux/drivers/platform/x86/siemens/ |
H A D | Kconfig | 23 This option enables support for monitoring the voltage of the CMOS 30 tristate "CMOS Battery monitoring for Simatic IPCs based on Apollo Lake GPIO" 35 This option enables CMOS battery monitoring for Simatic Industrial PCs 42 tristate "CMOS Battery monitoring for Simatic IPCs based on Elkhart Lake GPIO" 47 This option enables CMOS battery monitoring for Simatic Industrial PCs 54 tristate "CMOS Battery monitoring for Simatic IPCs based on Nuvoton GPIO" 60 This option enables CMOS battery monitoring for Simatic Industrial PCs
|
/linux/mm/damon/ |
H A D | Kconfig | 3 menu "Data Access Monitoring" 6 bool "DAMON: Data Access Monitoring Framework" 28 bool "Data access monitoring operations for virtual address spaces" 32 This builds the default data access monitoring operations for DAMON 36 bool "Data access monitoring operations for the physical address space" 40 This builds the default data access monitoring operations for DAMON 60 the interface for arbitrary data access monitoring. 79 can use the interface for arbitrary data access monitoring.
|
H A D | core.c | 64 * damon_register_ops() - Register a monitoring operations set to DAMON. 65 * @ops: monitoring operations set to register. 67 * This function registers a monitoring operations set of valid &struct 91 * damon_select_ops() - Select a monitoring operations to use with the context. 92 * @ctx: monitoring context to use the operations. 93 * @id: id of the registered monitoring operations to select. 95 * This function finds registered monitoring operations set of @id and make 202 * @ranges: array of new monitoring target ranges. 206 * monitoring target to fit in specific ranges. 614 * damon_set_attrs() - Set attributes for the monitoring. [all …]
|
/linux/drivers/platform/x86/intel/pmt/ |
H A D | Kconfig | 3 # Intel Platform Monitoring Technology drivers 9 The Intel Platform Monitoring Technology (PMT) class driver provides 19 tristate "Intel Platform Monitoring Technology (PMT) Telemetry driver" 31 tristate "Intel Platform Monitoring Technology (PMT) Crashlog driver" 35 The Intel Platform Monitoring Technology (PMT) crashlog driver provides
|
/linux/include/rv/ |
H A D | da_monitor.h | 75 da_mon->monitoring = 0; \ 97 * da_monitor_start_##name - start monitoring \ 99 * The monitor will ignore all events until monitoring is set to true. This \ 100 * function needs to be called to tell the monitor to start monitoring. \ 105 da_mon->monitoring = 1; \ 113 return da_mon->monitoring; \ 141 /* monitor is actually monitoring */ \ 400 * da_handle_start_event_##name - start monitoring or handle event \ 403 * to the initial state, so the monitor can start monitoring in the next event. \ 429 * da_handle_start_run_event_##name - start monitoring and handle event \ [all …]
|
/linux/drivers/perf/hisilicon/ |
H A D | Kconfig | 13 Provide support for HiSilicon PCIe performance monitoring unit (PMU) 15 Adds the PCIe PMU into perf events system for monitoring latency, 23 Provide support for HNS3 performance monitoring unit (PMU) RCiEP 25 Adds the HNS3 PMU into perf events system for monitoring latency,
|
/linux/sound/pci/mixart/ |
H A D | mixart.h | 148 int monitoring; /* pipe used for monitoring issue */ member 182 int monitoring_active[2]; /* Mixer : Monitoring Active */ 183 int monitoring_volume[2]; /* Mixer : Monitoring Volume */ 204 …ipe *snd_mixart_add_ref_pipe(struct snd_mixart *chip, int pcm_number, int capture, int monitoring); 205 int snd_mixart_kill_ref_pipe(struct mixart_mgr *mgr, struct mixart_pipe *pipe, int monitoring);
|
/linux/Documentation/trace/rv/ |
H A D | runtime-verification.rst | 18 Moreover, given an efficient monitoring method, it is possible execute an 54 In addition to the verification and monitoring of the system, a monitor can 85 execution, blocking the system during the event monitoring. On the other hand, 173 This is an on/off general switcher for monitoring. It resembles the 176 - Writing "0" stops the monitoring 177 - Writing "1" continues the monitoring 178 - Reading returns the current status of the monitoring 181 monitors monitoring the events received from the system.
|
/linux/drivers/perf/arm_cspmu/ |
H A D | Kconfig | 9 Provides support for performance monitoring unit (PMU) devices 18 Provides NVIDIA specific attributes for performance monitoring unit 25 Provides Ampere specific attributes for performance monitoring unit
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-kernel-mm-damon | 4 Description: Interface for Data Access MONitoring (DAMON). Contains files 57 Description: Reading this file returns the available monitoring operations 63 Description: Writing a keyword for a monitoring operations set ('vaddr' for 64 virtual address spaces monitoring, 'fvaddr' for fixed virtual 65 address ranges monitoring, and 'paddr' for the physical address 66 space monitoring) to this file makes the context to use the 99 monitoring regions of the DAMON context as the value. Reading 106 monitoring regions of the DAMON context as the value. Reading 121 monitoring, respectively. 129 case of the virtual address space monitoring, DAMON [all …]
|
H A D | sysfs-bus-event_source-devices-dfl_fme | 22 0x06 local event id for overall monitoring (portid=0xff). 29 for access to all fme pmu performance monitoring events. 35 Description: Read-only. Attribute group to describe performance monitoring 37 a single performance monitoring event supported by this fme pmu. 41 All supported performance monitoring events are listed below.
|
/linux/sound/usb/line6/ |
H A D | pcm.h | 46 *) software monitoring (for devices without hardware monitoring) 57 LINE6_STREAM_MONITOR = software monitoring 153 /* Previously captured frame (for software monitoring) */ 156 /* Size of previously captured frame (for software monitoring/sync) */
|
/linux/Documentation/power/ |
H A D | charger-manager.rst | 8 requires temperature monitoring during suspend-to-RAM state 36 monitoring the battery health and tasks, and user processes that are 63 (in-suspend monitoring), the user should provide charger_global_desc 65 This charger_global_desc data for in-suspend monitoring is global 69 and it will manage in-suspend monitoring for all instances of Charger Manager. 72 properly in order to activate in-suspend monitoring: 107 (in-suspend monitoring) results in "normal".
|