Home
last modified time | relevance | path

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

/arch/powerpc/perf/
Dcore-fsl-emb.c244 static int collect_events(struct perf_event *group, int max_count, in collect_events() argument
251 if (n >= max_count) in collect_events()
259 if (n >= max_count) in collect_events()
Dcore-book3s.c756 static int collect_events(struct perf_event *group, int max_count, in collect_events() argument
764 if (n >= max_count) in collect_events()
773 if (n >= max_count) in collect_events()
/arch/alpha/kernel/
Dperf_event.c330 static int collect_events(struct perf_event *group, int max_count, in collect_events() argument
338 if (n >= max_count) in collect_events()
346 if (n >= max_count) in collect_events()
/arch/x86/kernel/cpu/
Dperf_event.c791 int n, max_count; in collect_events() local
793 max_count = x86_pmu.num_counters + x86_pmu.num_counters_fixed; in collect_events()
799 if (n >= max_count) in collect_events()
812 if (n >= max_count) in collect_events()
/arch/sparc/kernel/
Dperf_event.c1027 static int collect_events(struct perf_event *group, int max_count, in collect_events() argument
1035 if (n >= max_count) in collect_events()
1044 if (n >= max_count) in collect_events()