Home
last modified time | relevance | path

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

12

/linux-6.15/drivers/crypto/intel/qat/qat_common/
H A Dadf_telemetry.c68 telemetry = kzalloc_node(sizeof(*telemetry), GFP_KERNEL, node); in adf_tl_alloc_mem()
69 if (!telemetry) in adf_tl_alloc_mem()
98 accel_dev->telemetry = telemetry; in adf_tl_alloc_mem()
114 kfree(telemetry); in adf_tl_alloc_mem()
122 struct adf_telemetry *telemetry = accel_dev->telemetry; in adf_tl_free_mem() local
135 kfree(telemetry); in adf_tl_free_mem()
146 void *dst = telemetry->regs_hist_buff[telemetry->hb_num]; in snapshot_regs()
191 telemetry->hb_num %= telemetry->hbuffs; in tl_work_handler()
201 struct adf_telemetry *telemetry = accel_dev->telemetry; in adf_tl_halt() local
218 struct adf_telemetry *telemetry = accel_dev->telemetry; in adf_tl_run() local
[all …]
H A Dadf_tl_debugfs.c33 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()
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()
312 struct adf_telemetry *telemetry = accel_dev->telemetry; in tl_calc_and_print_sl_counters() local
352 struct adf_telemetry *telemetry = accel_dev->telemetry; in tl_print_dev_data() local
432 telemetry = accel_dev->telemetry; in tl_control_write()
481 struct adf_telemetry *telemetry = accel_dev->telemetry; in adf_tl_dbg_change_rp_index() local
551 struct adf_telemetry *telemetry = accel_dev->telemetry; in tl_print_rp_data() local
621 telemetry = accel_dev->telemetry; in tl_rp_data_write()
[all …]
H A Dadf_accel_devices.h478 struct adf_telemetry *telemetry; member
/linux-6.15/Documentation/ABI/testing/
H A Ddebugfs-driver-qat_telemetry1 What: /sys/kernel/debug/qat_<device>_<BDF>/telemetry/control
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
41 Description: (RO) Reports device telemetry counters.
48 sample_cnt number of acquisitions of telemetry data
110 and report telemetry counters related to each.
[all …]
H A 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
H A Dsysfs-class-power-ltc4162l56 Write a "1" to this to keep performing telemetry once every few
/linux-6.15/Documentation/hwmon/
H A 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);
H A Dtps53679.rst167 telemetry supported on TPS53676 and TPS53681 only.
185 non-phase telemetry (iout1, iout2).
H A Dmp2888.rst27 - One pages 0 for telemetry.
H A Dxdpe152c4.rst35 Devices support two pages for telemetry.
H A Dxdpe12284.rst46 Devices support two pages for telemetry.
/linux-6.15/drivers/platform/chrome/wilco_ec/
H A DKconfig35 tristate "Enable querying telemetry data from EC"
38 If you say Y here, you get support to query EC telemetry data from
H A DMakefile10 wilco_ec_telem-objs := telemetry.o
/linux-6.15/drivers/platform/x86/intel/pmt/
H A DMakefile10 pmt_telemetry-y := telemetry.o
H A DKconfig24 access to hardware telemetry metrics on devices that support the
/linux-6.15/drivers/platform/x86/intel/telemetry/
H A DKconfig13 telemetry for Intel SoC from Apollo Lake onwards.
/linux-6.15/drivers/platform/x86/intel/
H A DMakefile14 obj-$(CONFIG_INTEL_TELEMETRY) += telemetry/
H A DKconfig13 source "drivers/platform/x86/intel/telemetry/Kconfig"
/linux-6.15/drivers/acpi/dptf/
H A DKconfig22 This participant is responsible for exposing platform telemetry:
/linux-6.15/sound/soc/sof/
H A DMakefile14 ipc4-mtrace.o ipc4-telemetry.o
/linux-6.15/sound/soc/sof/intel/
H A DMakefile9 telemetry.o tracepoints.o
/linux-6.15/Documentation/accel/amdxdna/
H A Damdnpu.rst69 tasks like setting up of contexts, telemetry, query, error handling, setting up
266 MERT can report various kinds of telemetry information like the following:
/linux-6.15/drivers/acpi/
H A DKconfig538 Besides, the telemetry driver allows user space to fetch telemetry
/linux-6.15/Documentation/gpu/
H A Ddrm-uapi.rst435 none optional telemetry collection
445 telemetry information (devcoredump, syslog). This is useful because the first
484 have the device available for debugging or telemetry collection and base their
/linux-6.15/Documentation/ABI/stable/
H A Dsysfs-driver-mlxreg-io530 host CPU is ready for sending telemetry data to remote end.

12