Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/events/
Dcore.c806 int num, int wmin, int wmax, int gpmax) in perf_sched_init() argument
813 sched->max_gp = gpmax; in perf_sched_init()
955 int wmin, int wmax, int gpmax, int *assign) in perf_assign_events() argument
959 perf_sched_init(&sched, constraints, n, wmin, wmax, gpmax); in perf_assign_events()
1050 int gpmax = num_counters; in x86_schedule_events() local
1064 gpmax /= 2; in x86_schedule_events()
1071 gpmax = num_counters - cpuc->n_pair; in x86_schedule_events()
1072 WARN_ON(gpmax <= 0); in x86_schedule_events()
1076 wmax, gpmax, assign); in x86_schedule_events()
Dperf_event.h1126 int wmin, int wmax, int gpmax, int *assign);