Searched defs:num_counters_fixed (Results 1 – 5 of 5) sorted by relevance
/linux-6.8/arch/x86/events/ |
D | core.c | 251 bool check_hw_exists(struct pmu *pmu, int num_counters, int num_counters_fixed) in check_hw_exists() 1161 int num_counters_fixed = hybrid(cpuc->pmu, num_counters_fixed); in collect_events() local 1526 int num_counters_fixed = hybrid(cpuc->pmu, num_counters_fixed); in perf_event_print_debug() local 2040 void x86_pmu_show_pmu_cap(int num_counters, int num_counters_fixed, in x86_pmu_show_pmu_cap()
|
D | perf_event.h | 689 int num_counters_fixed; member 778 int num_counters_fixed; member
|
/linux-6.8/arch/x86/include/asm/ |
D | perf_event.h | 174 unsigned int num_counters_fixed:5; member 255 int num_counters_fixed; member
|
/linux-6.8/arch/x86/events/intel/ |
D | core.c | 2876 int num_counters_fixed = hybrid(cpuc->pmu, num_counters_fixed); in intel_pmu_reset() local 5965 int *num_counters_fixed, in intel_pmu_check_num_counters() 5986 int num_counters_fixed, in intel_pmu_check_event_constraints()
|
D | ds.c | 1140 int num_counters_fixed = hybrid(cpuc->pmu, num_counters_fixed); in pebs_update_threshold() local 2270 int num_counters_fixed = hybrid(cpuc->pmu, num_counters_fixed); in intel_pmu_drain_pebs_icl() local
|