Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/events/
Dcore.c757 int num, int wmin, int wmax, int gpmax) in perf_sched_init() argument
764 sched->max_gp = gpmax; in perf_sched_init()
906 int wmin, int wmax, int gpmax, int *assign) in perf_assign_events() argument
910 perf_sched_init(&sched, constraints, n, wmin, wmax, gpmax); in perf_assign_events()
1000 int gpmax = x86_pmu.num_counters; in x86_schedule_events() local
1014 gpmax /= 2; in x86_schedule_events()
1021 gpmax = x86_pmu.num_counters - cpuc->n_pair; in x86_schedule_events()
1022 WARN_ON(gpmax <= 0); in x86_schedule_events()
1026 wmax, gpmax, assign); in x86_schedule_events()
Dperf_event.h1003 int wmin, int wmax, int gpmax, int *assign);