Searched defs:num_counters_fixed (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/x86/events/ |
H A D | core.c | 253 bool check_hw_exists(struct pmu *pmu, int num_counters, int num_counters_fixed) in check_hw_exists() 1163 int num_counters_fixed = hybrid(cpuc->pmu, num_counters_fixed); in collect_events() local 1528 int num_counters_fixed = hybrid(cpuc->pmu, num_counters_fixed); in perf_event_print_debug() local 2043 void x86_pmu_show_pmu_cap(int num_counters, int num_counters_fixed, in x86_pmu_show_pmu_cap()
|
H A D | perf_event.h | 664 int num_counters_fixed; member 765 int num_counters_fixed; member
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | perf_event.h | 166 unsigned int num_counters_fixed:5; member 266 int num_counters_fixed; member
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | core.c | 2879 int num_counters_fixed = hybrid(cpuc->pmu, num_counters_fixed); in intel_pmu_reset() local 5858 int *num_counters_fixed, in intel_pmu_check_num_counters() 5879 int num_counters_fixed, in intel_pmu_check_event_constraints()
|
H A D | ds.c | 1140 int num_counters_fixed = hybrid(cpuc->pmu, num_counters_fixed); in pebs_update_threshold() local 2274 int num_counters_fixed = hybrid(cpuc->pmu, num_counters_fixed); in intel_pmu_drain_pebs_icl() local
|