Home
last modified time | relevance | path

Searched refs:telemetry (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.12.1/drivers/crypto/intel/qat/qat_common/
Dadf_telemetry.c63 struct adf_telemetry *telemetry; in adf_tl_alloc_mem() local
68 telemetry = kzalloc_node(sizeof(*telemetry), GFP_KERNEL, node); in adf_tl_alloc_mem()
69 if (!telemetry) in adf_tl_alloc_mem()
72 telemetry->rp_num_indexes = kmalloc_array(tl_data->max_rp, in adf_tl_alloc_mem()
73 sizeof(*telemetry->rp_num_indexes), in adf_tl_alloc_mem()
75 if (!telemetry->rp_num_indexes) in adf_tl_alloc_mem()
78 telemetry->regs_hist_buff = kmalloc_array(tl_data->num_hbuff, in adf_tl_alloc_mem()
79 sizeof(*telemetry->regs_hist_buff), in adf_tl_alloc_mem()
81 if (!telemetry->regs_hist_buff) in adf_tl_alloc_mem()
84 telemetry->regs_data = dma_alloc_coherent(dev, regs_sz, in adf_tl_alloc_mem()
[all …]
Dadf_tl_debugfs.c26 static int tl_collect_values_u32(struct adf_telemetry *telemetry, in tl_collect_values_u32() argument
33 samples = min(telemetry->msg_cnt, telemetry->hbuffs); in tl_collect_values_u32()
34 hb_idx = telemetry->hb_num + telemetry->hbuffs - samples; in tl_collect_values_u32()
36 mutex_lock(&telemetry->regs_hist_lock); in tl_collect_values_u32()
39 regs_hist_buff = telemetry->regs_hist_buff[hb_idx % telemetry->hbuffs]; in tl_collect_values_u32()
45 mutex_unlock(&telemetry->regs_hist_lock); in tl_collect_values_u32()
50 static int tl_collect_values_u64(struct adf_telemetry *telemetry, in tl_collect_values_u64() argument
57 samples = min(telemetry->msg_cnt, telemetry->hbuffs); in tl_collect_values_u64()
58 hb_idx = telemetry->hb_num + telemetry->hbuffs - samples; in tl_collect_values_u64()
60 mutex_lock(&telemetry->regs_hist_lock); in tl_collect_values_u64()
[all …]
Dadf_accel_devices.h457 struct adf_telemetry *telemetry; member
/linux-6.12.1/Documentation/ABI/testing/
Ddebugfs-driver-qat_telemetry1 What: /sys/kernel/debug/qat_<device>_<BDF>/telemetry/control
5 Description: (RW) Enables/disables the reporting of telemetry metrics.
9 * 0: disable telemetry
10 * 1: enable telemetry
11 * 2, 3, 4: enable telemetry and calculate minimum, maximum
16 * 1-4: telemetry is enabled and running
17 * 0: telemetry is disabled
22 telemetry metrics. Samples are collected every second and
28 echo 3 > /sys/kernel/debug/qat_4xxx_0000:6b:00.0/telemetry/control
30 Writing '0' to this file stops the collection of telemetry
[all …]
Dsysfs-class-intel_pmt7 devices that expose hardware telemetry using Intel Platform
16 a PMT telemetry device that exposes hardware telemetry. Each
18 may be opened and mapped or read to access the telemetry space
19 of the device. The register layout of the telemetry space is
28 (RO) The telemetry data for this telemetry device. This file
36 (RO) The GUID for this telemetry device. The GUID identifies
45 (RO) The size of telemetry region in bytes that corresponds to
53 (RO) The offset of telemetry region in bytes that corresponds to
Dsysfs-class-power-ltc4162l56 Write a "1" to this to keep performing telemetry once every few
/linux-6.12.1/Documentation/hwmon/
Dmp2975.rst28 - Supports two pages 0 and 1 for telemetry and also pages 2 and 3 for
59 - 'n' is number of telemetry pages (from 1 to 2);
82 - 'n' is number of telemetry pages (from 1 to 2);
105 - 'n' is number of telemetry pages (from 1 to 2);
Dtps53679.rst167 telemetry supported on TPS53676 and TPS53681 only.
185 non-phase telemetry (iout1, iout2).
Dmp2888.rst27 - One pages 0 for telemetry.
Dxdpe152c4.rst35 Devices support two pages for telemetry.
Dxdpe12284.rst46 Devices support two pages for telemetry.
/linux-6.12.1/drivers/platform/chrome/wilco_ec/
DKconfig35 tristate "Enable querying telemetry data from EC"
38 If you say Y here, you get support to query EC telemetry data from
DMakefile10 wilco_ec_telem-objs := telemetry.o
/linux-6.12.1/drivers/platform/x86/intel/pmt/
DMakefile10 pmt_telemetry-y := telemetry.o
DKconfig24 access to hardware telemetry metrics on devices that support the
/linux-6.12.1/drivers/platform/x86/intel/telemetry/
DKconfig13 telemetry for Intel SoC from Apollo Lake onwards.
/linux-6.12.1/drivers/platform/x86/intel/
DMakefile14 obj-$(CONFIG_INTEL_TELEMETRY) += telemetry/
DKconfig13 source "drivers/platform/x86/intel/telemetry/Kconfig"
/linux-6.12.1/drivers/acpi/dptf/
DKconfig22 This participant is responsible for exposing platform telemetry:
/linux-6.12.1/sound/soc/sof/
DMakefile14 ipc4-mtrace.o ipc4-telemetry.o
/linux-6.12.1/sound/soc/sof/intel/
DMakefile9 telemetry.o tracepoints.o
/linux-6.12.1/drivers/acpi/
DKconfig529 Besides, the telemetry driver allows user space to fetch telemetry
/linux-6.12.1/Documentation/ABI/stable/
Dsysfs-driver-mlxreg-io530 host CPU is ready for sending telemetry data to remote end.
/linux-6.12.1/drivers/mfd/
DKconfig727 for iTCO watchdog and telemetry that are part of the PMC.
/linux-6.12.1/drivers/hwmon/
DKconfig2551 sensors monitor various telemetry data of different components on the

12