Home
last modified time | relevance | path

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

12

/linux/drivers/crypto/intel/qat/qat_common/
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 …]
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()
497 struct adf_telemetry *telemetry = accel_dev->telemetry; in adf_tl_dbg_change_rp_index() local
567 struct adf_telemetry *telemetry = accel_dev->telemetry; in tl_print_rp_data() local
645 telemetry = accel_dev->telemetry; in tl_rp_data_write()
[all …]
A Dadf_accel_devices.h457 struct adf_telemetry *telemetry; member
/linux/Documentation/ABI/testing/
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 …]
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
A Dsysfs-class-power-ltc4162l56 Write a "1" to this to keep performing telemetry once every few
/linux/Documentation/hwmon/
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);
A Dtps53679.rst167 telemetry supported on TPS53676 and TPS53681 only.
185 non-phase telemetry (iout1, iout2).
A Dmp2888.rst27 - One pages 0 for telemetry.
A Dxdpe152c4.rst35 Devices support two pages for telemetry.
A Dxdpe12284.rst46 Devices support two pages for telemetry.
/linux/drivers/platform/chrome/wilco_ec/
A DKconfig35 tristate "Enable querying telemetry data from EC"
38 If you say Y here, you get support to query EC telemetry data from
A DMakefile10 wilco_ec_telem-objs := telemetry.o
/linux/drivers/platform/x86/intel/pmt/
A DMakefile10 pmt_telemetry-y := telemetry.o
A DKconfig24 access to hardware telemetry metrics on devices that support the
/linux/drivers/platform/x86/intel/telemetry/
A DKconfig13 telemetry for Intel SoC from Apollo Lake onwards.
/linux/drivers/platform/x86/intel/
A DMakefile14 obj-$(CONFIG_INTEL_TELEMETRY) += telemetry/
A DKconfig13 source "drivers/platform/x86/intel/telemetry/Kconfig"
/linux/drivers/acpi/dptf/
A DKconfig22 This participant is responsible for exposing platform telemetry:
/linux/sound/soc/sof/
A DMakefile14 ipc4-mtrace.o ipc4-telemetry.o
/linux/sound/soc/sof/intel/
A DMakefile9 telemetry.o tracepoints.o
/linux/drivers/acpi/
A DKconfig529 Besides, the telemetry driver allows user space to fetch telemetry
/linux/Documentation/ABI/stable/
A Dsysfs-driver-mlxreg-io530 host CPU is ready for sending telemetry data to remote end.
/linux/drivers/mfd/
A DKconfig727 for iTCO watchdog and telemetry that are part of the PMC.
/linux/drivers/hwmon/
A DKconfig2551 sensors monitor various telemetry data of different components on the

Completed in 48 milliseconds

12