Searched +full:dsb +full:- +full:msrs +full:- +full:num (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause4 ---5 $id: http://devicetree.org/schemas/arm/qcom,coresight-tpdm.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: Trace, Profiling and Diagnostics Monitor - TPDM13 Basic Counts (BC), Tenure Counts (TC), Continuous Multi-Bit (CMB), and Discrete14 Single Bit (DSB). It performs data collection in the data producing clock22 - Mao Jinlong <quic_jinlmao@quicinc.com>23 - Tao Zhang <quic_taozha@quicinc.com>31 - qcom,coresight-tpdm[all …]
1 // SPDX-License-Identifier: GPL-2.010 #include <linux/coresight-pmu.h>19 #include "coresight-priv.h"20 #include "coresight-tpdm.h"29 struct tpdm_drvdata *drvdata = dev_get_drvdata(dev->parent); in tpdm_simple_dataset_show()33 switch (tpdm_attr->mem) { in tpdm_simple_dataset_show()35 if (tpdm_attr->idx >= TPDM_DSB_MAX_EDCR) in tpdm_simple_dataset_show()36 return -EINVAL; in tpdm_simple_dataset_show()38 drvdata->dsb->edge_ctrl[tpdm_attr->idx]); in tpdm_simple_dataset_show()40 if (tpdm_attr->idx >= TPDM_DSB_MAX_EDCMR) in tpdm_simple_dataset_show()[all …]