Searched refs:read_pmu_types (Results 1 – 1 of 1) sorted by relevance
56 static unsigned int read_pmu_types; variable120 read_pmu_types = 0; in perf_pmus__destroy()157 if (read_pmu_types == PERF_TOOL_PMU_TYPE_ALL_MASK) in perf_pmus__find()161 if (core_pmu && (read_pmu_types & PERF_TOOL_PMU_TYPE_PE_CORE_MASK)) in perf_pmus__find()206 if (read_pmu_types == PERF_TOOL_PMU_TYPE_ALL_MASK) in perf_pmu__find2()210 if (core_pmu && (read_pmu_types & PERF_TOOL_PMU_TYPE_PE_CORE_MASK)) in perf_pmu__find2()231 if ((read_pmu_types & to_read_types) == to_read_types) { in pmu_read_sysfs()266 (read_pmu_types & PERF_TOOL_PMU_TYPE_TOOL_MASK) == 0) { in pmu_read_sysfs()272 (read_pmu_types & PERF_TOOL_PMU_TYPE_HWMON_MASK) == 0) in pmu_read_sysfs()277 read_pmu_types |= to_read_types; in pmu_read_sysfs()[all …]