Searched refs:gpmax (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/events/ |
| H A D | core.c | 768 int num, int wmin, int wmax, int gpmax) in perf_sched_init() argument 775 sched->max_gp = gpmax; in perf_sched_init() 917 int wmin, int wmax, int gpmax, int *assign) in perf_assign_events() argument 921 perf_sched_init(&sched, constraints, n, wmin, wmax, gpmax); in perf_assign_events() 1011 int gpmax = x86_pmu.num_counters; in x86_schedule_events() local 1025 gpmax /= 2; in x86_schedule_events() 1032 gpmax = x86_pmu.num_counters - cpuc->n_pair; in x86_schedule_events() 1033 WARN_ON(gpmax <= 0); in x86_schedule_events() 1037 wmax, gpmax, assign); in x86_schedule_events()
|
| H A D | perf_event.h | 1005 int wmin, int wmax, int gpmax, int *assign);
|