Searched refs:max_count (Results 1 – 6 of 6) sorted by relevance
/arch/powerpc/perf/ |
D | core-fsl-emb.c | 264 static int collect_events(struct perf_event *group, int max_count, in collect_events() argument 271 if (n >= max_count) in collect_events() 279 if (n >= max_count) in collect_events()
|
D | core-book3s.c | 1437 static int collect_events(struct perf_event *group, int max_count, in collect_events() argument 1445 if (n >= max_count) in collect_events() 1454 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 | 357 int n, max_count; in uncore_collect_events() local 359 max_count = box->pmu->type->num_counters; in uncore_collect_events() 361 max_count++; in uncore_collect_events() 363 if (box->n_events >= max_count) in uncore_collect_events() 381 if (n >= max_count) in uncore_collect_events()
|
/arch/x86/events/ |
D | core.c | 1007 int n, max_count; in collect_events() local 1009 max_count = x86_pmu.num_counters + x86_pmu.num_counters_fixed; in collect_events() 1036 if (n >= max_count) in collect_events() 1049 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()
|