Searched refs:check_excludes (Results 1 – 2 of 2) sorted by relevance
/arch/sparc/kernel/ |
D | perf_event.c | 1312 static int check_excludes(struct perf_event **evts, int n_prev, int n_new) in check_excludes() function 1398 if (check_excludes(cpuc->event, n0, 1)) in sparc_pmu_add() 1482 if (check_excludes(evts, n, 1)) in sparc_pmu_event_init() 1564 if (check_excludes(cpuc->event, 0, n)) in sparc_pmu_commit_txn()
|
/arch/powerpc/perf/ |
D | core-book3s.c | 954 static int check_excludes(struct perf_event **ctrs, unsigned int cflags[], in check_excludes() function 1476 if (check_excludes(cpuhw->event, cpuhw->flags, n0, 1)) in power_pmu_add() 1679 if (check_excludes(cpuhw->event, cpuhw->flags, 0, n)) in power_pmu_commit_txn() 1892 if (check_excludes(ctrs, cflags, n, 1)) in power_pmu_event_init()
|