Home
last modified time | relevance | path

Searched refs:check_excludes (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/sparc/kernel/
Dperf_event.c1299 static int check_excludes(struct perf_event **evts, int n_prev, int n_new) in check_excludes() function
1385 if (check_excludes(cpuc->event, n0, 1)) in sparc_pmu_add()
1469 if (check_excludes(evts, n, 1)) in sparc_pmu_event_init()
1533 if (check_excludes(cpuc->event, 0, n)) in sparc_pmu_commit_txn()
/linux-4.1.27/arch/powerpc/perf/
Dcore-book3s.c940 static int check_excludes(struct perf_event **ctrs, unsigned int cflags[], in check_excludes() function
1447 if (check_excludes(cpuhw->event, cpuhw->flags, n0, 1)) in power_pmu_add()
1626 if (check_excludes(cpuhw->event, cpuhw->flags, 0, n)) in power_pmu_commit_txn()
1839 if (check_excludes(ctrs, cflags, n, 1)) in power_pmu_event_init()