Searched defs:num_counters_fixed (Results 1 – 5 of 5) sorted by relevance
/arch/x86/events/ |
D | core.c | 248 bool check_hw_exists(struct pmu *pmu, int num_counters, int num_counters_fixed) in check_hw_exists() 1157 int num_counters_fixed = hybrid(cpuc->pmu, num_counters_fixed); in collect_events() local 1531 int num_counters_fixed = hybrid(cpuc->pmu, num_counters_fixed); in perf_event_print_debug() local 2034 void x86_pmu_show_pmu_cap(int num_counters, int num_counters_fixed, in x86_pmu_show_pmu_cap()
|
D | perf_event.h | 645 int num_counters_fixed; member 741 int num_counters_fixed; member
|
/arch/x86/include/asm/ |
D | perf_event.h | 138 unsigned int num_counters_fixed:5; member 190 int num_counters_fixed; member
|
/arch/x86/events/intel/ |
D | core.c | 2747 int num_counters_fixed = hybrid(cpuc->pmu, num_counters_fixed); in intel_pmu_reset() local 5417 int *num_counters_fixed, in intel_pmu_check_num_counters() 5438 int num_counters_fixed, in intel_pmu_check_event_constraints()
|
D | ds.c | 1038 int num_counters_fixed = hybrid(cpuc->pmu, num_counters_fixed); in pebs_update_threshold() local 2112 int num_counters_fixed = hybrid(cpuc->pmu, num_counters_fixed); in intel_pmu_drain_pebs_icl() local
|