Searched refs:gpmax (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/x86/events/ |
H A D | core.c | 812 int num, int wmin, int wmax, int gpmax) in perf_sched_init() argument 819 sched->max_gp = gpmax; in perf_sched_init() 961 int wmin, int wmax, int gpmax, int *assign) in perf_assign_events() argument 965 perf_sched_init(&sched, constraints, n, wmin, wmax, gpmax); in perf_assign_events() 1056 int gpmax = num_counters; in x86_schedule_events() local 1070 gpmax /= 2; in x86_schedule_events() 1077 gpmax = num_counters - cpuc->n_pair; in x86_schedule_events() 1078 WARN_ON(gpmax <= 0); in x86_schedule_events() 1082 wmax, gpmax, assign); in x86_schedule_events()
|
H A D | perf_event.h | 1165 int wmin, int wmax, int gpmax, int *assign);
|