diff options
| author | Will Deacon <will.deacon@arm.com> | 2015-05-27 16:12:18 +0100 |
|---|---|---|
| committer | Will Deacon <will.deacon@arm.com> | 2015-05-27 16:12:18 +0100 |
| commit | d06f23e7637343bb6dfdb5dd216e421be1a893d8 (patch) | |
| tree | 0b3dd06018146af850792fca9ba458f7a7a7779c /include | |
| parent | b3eac0265bf6258f08dcd4ac7fa7f87cc050defc (diff) | |
| parent | 66eb579e66ecfea55e2007be0594869ea9e453d4 (diff) | |
Merge branch 'perf/core' into perf/updates
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/perf_event.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index 61992cf2e977..67c719cc91aa 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h @@ -304,6 +304,11 @@ struct pmu { * Free pmu-private AUX data structures */ void (*free_aux) (void *aux); /* optional */ + + /* + * Filter events for PMU-specific reasons. + */ + int (*filter_match) (struct perf_event *event); /* optional */ }; /** |
