Home
last modified time | relevance | path

Searched refs:gpmax (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/events/
H A Dcore.c817 int num, int wmin, int wmax, int gpmax) in perf_sched_init() argument
824 sched->max_gp = gpmax; in perf_sched_init()
966 int wmin, int wmax, int gpmax, int *assign) in perf_assign_events() argument
970 perf_sched_init(&sched, constraints, n, wmin, wmax, gpmax); in perf_assign_events()
1060 int gpmax = x86_pmu_max_num_counters(cpuc->pmu); in x86_schedule_events() local
1074 gpmax /= 2; in x86_schedule_events()
1081 gpmax -= cpuc->n_pair; in x86_schedule_events()
1082 WARN_ON(gpmax <= 0); in x86_schedule_events()
1086 wmax, gpmax, assign); in x86_schedule_events()
H A Dperf_event.h1211 int wmin, int wmax, int gpmax, int *assign);