Searched refs:gpmax (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/arch/x86/events/ |
D | core.c | 810 int num, int wmin, int wmax, int gpmax) in perf_sched_init() argument 817 sched->max_gp = gpmax; in perf_sched_init() 959 int wmin, int wmax, int gpmax, int *assign) in perf_assign_events() argument 963 perf_sched_init(&sched, constraints, n, wmin, wmax, gpmax); in perf_assign_events() 1054 int gpmax = num_counters; in x86_schedule_events() local 1068 gpmax /= 2; in x86_schedule_events() 1075 gpmax = num_counters - cpuc->n_pair; in x86_schedule_events() 1076 WARN_ON(gpmax <= 0); in x86_schedule_events() 1080 wmax, gpmax, assign); in x86_schedule_events()
|
D | perf_event.h | 1165 int wmin, int wmax, int gpmax, int *assign);
|