Home
last modified time | relevance | path

Searched refs:max_count (Results 1 – 6 of 6) sorted by relevance

/arch/powerpc/perf/
Dcore-fsl-emb.c264 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()
Dcore-book3s.c1437 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/
Dperf_event.c340 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/
Duncore.c357 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/
Dcore.c1007 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/
Dperf_event.c1345 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()