Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/events/
Dcore.c808 int num, int wmin, int wmax, int gpmax) in perf_sched_init() argument
815 sched->max_gp = gpmax; in perf_sched_init()
957 int wmin, int wmax, int gpmax, int *assign) in perf_assign_events() argument
961 perf_sched_init(&sched, constraints, n, wmin, wmax, gpmax); in perf_assign_events()
1052 int gpmax = num_counters; in x86_schedule_events() local
1066 gpmax /= 2; in x86_schedule_events()
1073 gpmax = num_counters - cpuc->n_pair; in x86_schedule_events()
1074 WARN_ON(gpmax <= 0); in x86_schedule_events()
1078 wmax, gpmax, assign); in x86_schedule_events()
Dperf_event.h1152 int wmin, int wmax, int gpmax, int *assign);