Searched refs:max_count (Results 1 – 6 of 6) sorted by relevance
| /arch/powerpc/perf/ |
| A D | core-fsl-emb.c | 251 static int collect_events(struct perf_event *group, int max_count, in collect_events() argument 258 if (n >= max_count) in collect_events() 266 if (n >= max_count) in collect_events()
|
| A D | core-book3s.c | 1590 static int collect_events(struct perf_event *group, int max_count, in collect_events() argument 1598 if (n >= max_count) in collect_events() 1607 if (n >= max_count) in collect_events()
|
| /arch/alpha/kernel/ |
| A D | perf_event.c | 340 static int collect_events(struct perf_event *group, int max_count, in collect_events() argument 348 if (n >= max_count) in collect_events() 356 if (n >= max_count) in collect_events()
|
| /arch/x86/events/intel/ |
| A D | uncore.c | 389 int n, max_count; in uncore_collect_events() local 391 max_count = box->pmu->type->num_counters; in uncore_collect_events() 393 max_count++; in uncore_collect_events() 395 if (box->n_events >= max_count) in uncore_collect_events() 413 if (n >= max_count) in uncore_collect_events()
|
| /arch/x86/events/ |
| A D | core.c | 1150 int max_count, int n) in collect_event() argument 1157 if (n >= max_count + cpuc->n_metric) in collect_event() 1176 int n, max_count; in collect_events() local 1178 max_count = x86_pmu_num_counters(cpuc->pmu) + x86_pmu_num_counters_fixed(cpuc->pmu); in collect_events() 1205 if (collect_event(cpuc, leader, max_count, n)) in collect_events() 1217 if (collect_event(cpuc, event, max_count, n)) in collect_events()
|
| /arch/sparc/kernel/ |
| A D | perf_event.c | 1345 static int collect_events(struct perf_event *group, int max_count, in collect_events() argument 1353 if (n >= max_count) in collect_events() 1362 if (n >= max_count) in collect_events()
|
Completed in 21 milliseconds