Searched refs:max_count (Results 1 – 6 of 6) sorted by relevance
/arch/powerpc/perf/ |
D | core-fsl-emb.c | 268 static int collect_events(struct perf_event *group, int max_count, in collect_events() argument 275 if (n >= max_count) in collect_events() 283 if (n >= max_count) in collect_events()
|
D | core-book3s.c | 1440 static int collect_events(struct perf_event *group, int max_count, in collect_events() argument 1448 if (n >= max_count) in collect_events() 1457 if (n >= max_count) in collect_events()
|
/arch/alpha/kernel/ |
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/ |
D | uncore.c | 338 int n, max_count; in uncore_collect_events() local 340 max_count = box->pmu->type->num_counters; in uncore_collect_events() 342 max_count++; in uncore_collect_events() 344 if (box->n_events >= max_count) in uncore_collect_events() 362 if (n >= max_count) in uncore_collect_events()
|
/arch/x86/events/ |
D | core.c | 968 int n, max_count; in collect_events() local 970 max_count = x86_pmu.num_counters + x86_pmu.num_counters_fixed; in collect_events() 976 if (n >= max_count) in collect_events() 989 if (n >= max_count) in collect_events()
|
/arch/sparc/kernel/ |
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()
|