Searched refs:max_pebs_events (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/events/intel/
H A Dds.c1140 int max_pebs_events = hybrid(cpuc->pmu, max_pebs_events); local
1149 reserved = max_pebs_events + num_counters_fixed;
1151 reserved = max_pebs_events;
2171 mask = (1ULL << x86_pmu.max_pebs_events) - 1;
2172 size = x86_pmu.max_pebs_events;
2211 x86_pmu.max_pebs_events);
2212 if (bit >= x86_pmu.max_pebs_events)
2270 int max_pebs_events = hybrid(cpuc->pmu, max_pebs_events); local
[all...]
H A Dcore.c4731 pmu->max_pebs_events = min_t(unsigned, MAX_PEBS_EVENTS, pmu->num_counters);
6080 pmu->max_pebs_events = min_t(unsigned, MAX_PEBS_EVENTS, pmu->num_counters);
6203 x86_pmu.max_pebs_events = min_t(unsigned, MAX_PEBS_EVENTS, x86_pmu.num_counters);
6832 pmu->max_pebs_events = min_t(unsigned, MAX_PEBS_EVENTS, pmu->num_counters);
/linux-master/arch/x86/events/
H A Dperf_event.h687 int max_pebs_events; member in struct:x86_hybrid_pmu
855 int max_pebs_events; member in struct:x86_pmu

Completed in 301 milliseconds