Searched refs:pmu_type (Results 1 – 2 of 2) sorted by relevance
252 u8 pmu_type; in arm_cspmu_get_name() local263 pmu_type = apmt_node->type; in arm_cspmu_get_name()265 if (pmu_type >= ACPI_APMT_NODE_TYPE_COUNT) { in arm_cspmu_get_name()266 dev_err(dev, "unsupported PMU type-%u\n", pmu_type); in arm_cspmu_get_name()270 if (pmu_type == ACPI_APMT_NODE_TYPE_ACPI) { in arm_cspmu_get_name()275 arm_cspmu_type_str[pmu_type], in arm_cspmu_get_name()280 arm_cspmu_type_str[pmu_type], in arm_cspmu_get_name()281 atomic_fetch_inc(&pmu_idx[pmu_type])); in arm_cspmu_get_name()
596 unsigned int pmu_type, in create_pmu_entry() argument612 pmu_entry->pmu_perf_type = pmu_type; in create_pmu_entry()
Completed in 7 milliseconds