Searched defs:for_each_event_constraint (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/events/zhaoxin/ |
H A D | core.c | 428 for_each_event_constraint(c, x86_pmu.event_constraints) { in zhaoxin_get_event_constraints() function 611 for_each_event_constraint(c, x86_pmu.event_constraints) { in zhaoxin_pmu_init() function
|
/kernel/linux/linux-6.6/arch/x86/events/zhaoxin/ |
H A D | core.c | 428 for_each_event_constraint(c, x86_pmu.event_constraints) { in zhaoxin_get_event_constraints() function 611 for_each_event_constraint(c, x86_pmu.event_constraints) { in zhaoxin_pmu_init() function
|
/kernel/linux/linux-5.10/arch/x86/events/intel/ |
H A D | ds.c | 886 for_each_event_constraint(c, x86_pmu.pebs_constraints) { in intel_pebs_constraints() function
|
H A D | core.c | 3066 for_each_event_constraint(c, x86_pmu.event_constraints) { in x86_get_event_constraints() function 5560 for_each_event_constraint(c, x86_pmu.event_constraints) { in intel_pmu_init() function
|
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | ds.c | 1097 for_each_event_constraint(c, pebs_constraints) { in intel_pebs_constraints() function
|
H A D | core.c | 3354 for_each_event_constraint(c, event_constraints) { in x86_get_event_constraints() function 5835 for_each_event_constraint(c, event_constraints) { in intel_pmu_check_event_constraints() function
|
/kernel/linux/linux-5.10/arch/x86/events/ |
H A D | perf_event.h | 529 #define for_each_event_constraint(e, c) \ macro
|
/kernel/linux/linux-6.6/arch/x86/events/ |
H A D | perf_event.h | 550 #define for_each_event_constraint(e, c) \ macro
|
Completed in 30 milliseconds